aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
AgeCommit message (Collapse)Author
2019-04-16Move the definition of ProductName to the correct classAnthony Lavado
Missed moving this from one class to the other.
2019-03-22made password resets an interface and per userPhallacy
2019-03-18Merge pull request #1127 from LogicalPhallacy/lockoutfixJoshua M. Boniface
Add configurable user lockout
2019-03-16Merge branch 'master' into subtitle-display-titleredSpoutnik
2019-03-16Remove some dead coderedSpoutnik
2019-03-16Merge pull request #2 from LogicalPhallacy/masterLogicalPhallacy
update lockoutfix to latest for testing
2019-03-16configurable user lockoutPhallacy
2019-03-14Change subtitles DisplayTitle behaviorredSpoutnik
2019-03-14Adjusted AssemblyCopyright attribute values.Erwin de Haan
2019-03-14Adjusted the Product Name so the User Agent is correct/better.Erwin de Haan
2019-03-13Improvements around streamsBond-009
* Use ArrayPool instead of allocating new buffers each time * Remove NetworkStream copy * Remove some dead code
2019-03-13Merge pull request #1059 from Bond-009/osVasily
Remove EnvironmentInfo
2019-03-12Merge pull request #1092 from joshuaboniface/configurable-webdirJoshua M. Boniface
Add configurable webdir option
2019-03-12Merge branch 'master' into xmlBond-009
2019-03-12Merge pull request #1060 from Bond-009/assinfoVasily
Remove redundant class AssemblyInfo
2019-03-12Implement review feedbackJoshua Boniface
2019-03-10Add further resources to complete WebPathJoshua Boniface
2019-03-07Remove EnvironmentInfoBond-009
This moved the last bit of usefulness of EnvironmentInfo into a static class.
2019-03-07Merge pull request #1065 from cvium/closed_responseBond-009
Don't set status code if response is closed
2019-03-07Don't set status code if response is closedClaus Vium
2019-03-07Cleanup/simplificationBond-009
* Removed useless copies/allocations * Reduced unneeded complexity
2019-03-07Merge remote-tracking branch 'remotes/upstream/master' into kestrel_pocClaus Vium
2019-03-07Merge pull request #870 from LogicalPhallacy/betterauthBond-009
Better default authentication
2019-03-07Reduce aspnet importsClaus Vium
2019-03-07Remove redundent class AssemblyInfoBond-009
2019-03-07more fixes for perf and stylePhallacy
2019-03-07Remove useless abstraction around XmlReaderSettingsBond_009
This removes the amount of stuff that needs to be passed around Also removes some unneeded `ManagedFileSystem` usage
2019-03-07Apply suggestions from code review Bond-009
more minor fixes before I do larger fixes Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-03-05Minor fixes to address style issuesPhallacy
2019-03-05Remove --ffprobe logicPloughPuff
2019-03-05Address review comments from BondPloughPuff
2019-03-05Review commentsPloughPuff
Address review comments from JustAMan, Bond-009 and cvium.
2019-03-05Reworked FFmpeg path discovery and always display to userPloughPuff
1) Reworked FFmpeg and FFprobe path discovery (CLI switch, Custom xml, system $PATH, UI update trigger). Removed FFMpeg folder from Emby.Server.Implementations. All path discovery now in MediaEncoder. 2) Always display FFmpeg path to user in Transcode page. 3) Allow user to remove a Custome FFmpeg path and return to using system $PATH (or --ffmpeg if available). 4) Remove unused code associated with 'prebuilt' FFmpeg. 5) Much improved logging during path discovery.
2019-03-05Remove more Content-Length referencesClaus Vium
2019-03-04minor style fixesPhallacy
2019-02-28Do not allow new users to delete content by defaultThe Lynxy
2019-02-27Remove IHttpResponseClaus Vium
2019-02-27Replace some usage of QueryParamCollectionClaus Vium
2019-02-27Cleanup in QueryParamCollectionClaus Vium
2019-02-27Remove HttpUtilityClaus Vium
2019-02-27Remove some unused stuffClaus Vium
2019-02-26Remove unused CookiesClaus Vium
2019-02-26Remove SetContentLength and companyClaus Vium
2019-02-26kestrel initClaus Vium
2019-02-26Begin removing System.Net sourcesClaus Vium
2019-02-22Send DLNA devices message to only the matched interfaceXu Fasheng
This will be the right way for multiple interfaces, or the client will receive all devices message with different IP addresses and could not detect which one could access. And provide one option DlnaOptions.SendOnlyMatchedHost to fallback to old behaviour if this commit missed something.
2019-02-22Add option to toggle if ignore virtual interfacesXu Fasheng
Some VPN like ZerotierOne owns IP address but no gateway, and there is no good idea in NetworkManager.GetIPsDefault() to filter such virtual interfaces, so just provide one option to let user decide it.
2019-02-20merging with master to clear merge conflictPhallacy
2019-02-20minor changes and return to netstandardPhallacy
2019-02-19Merge pull request #848 from Bond-009/perfJoshua M. Boniface
Minor changes to reduce allocations