aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
AgeCommit message (Collapse)Author
2019-06-05Merge pull request #1427 from dkanada/fanartAnthony Lavado
Move fanart image provider to plugin
2019-06-04Merge pull request #1159 from Bond-009/streamjobAnthony Lavado
Trying to make sense of the streaming code
2019-05-31move fanart image provider to plugindkanada
2019-05-09Merge pull request #1229 from voodoos/cleanup/SocketSharpBond-009
Cleaning WebSocketSharp continued
2019-04-16Move the definition of ProductName to the correct classAnthony Lavado
Missed moving this from one class to the other.
2019-04-11Simplify headers use in WSSVooDooS
2019-03-26Trying to make sense of the streaming codeBond_009
Mostly small changes as I was looking through the code. * async void -> async Task * Properly implemented dispose methods * Pass the logstream directly to the JobLogger * Style fixes
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