aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api
AgeCommit message (Expand)Author
2019-04-25Remove unreachable code and const trySupportSeek within BaseProgressiveStream...bugfixin
2019-04-24Re-add content length, semi revert of changes in #1010 (#1287)Claus Vium
2019-04-18Implemented suggested conditionalJoshua Boniface
2019-04-18Update conditional to be correctJoshua Boniface
2019-04-17Apparently strings can't be !'dJoshua Boniface
2019-04-17Return MethodNotAllowedException if Pw is not setJoshua Boniface
2019-03-22made password resets an interface and per userPhallacy
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-14Merge pull request #1106 from Bond-009/warn2Vasily
2019-03-13More warning fixesBond-009
2019-03-13Improvements around streamsBond-009
2019-03-07Remove EnvironmentInfoBond-009
2019-03-08Merge pull request #1058 from Bond-009/cleanVasily
2019-03-07Reduce the amount of exceptions thrownBond_009
2019-03-07Cleanup/simplificationBond-009
2019-03-07Merge remote-tracking branch 'remotes/upstream/master' into kestrel_pocClaus Vium
2019-03-07Update MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.csBond-009
2019-03-06Review commentsClaus Vium
2019-03-05Switch to HeaderNames instead of hardcoded strings (and other header related ...Claus Vium
2019-02-28Fix rmvb video can not play under DLNAXu Fasheng
2019-02-27Simplify websocket listenersClaus Vium
2019-02-27Replace some usage of QueryParamCollectionClaus Vium
2019-02-26Begin removing System.Net sourcesClaus Vium
2019-02-26Remove ordering itemsBond-009
2019-02-20Avoid exceptions due to folder and file not foundPloughPuff
2019-02-20Merge pull request #930 from fruhnow/AuthorizationCheckVasily
2019-02-19Merge pull request #848 from Bond-009/perfJoshua M. Boniface
2019-02-19Merge pull request #830 from Bond-009/updateJoshua M. Boniface
2019-02-19switching logging to serilog convention according to pr commentsFelix Ruhnow
2019-02-19adressing pr commentsFelix Ruhnow
2019-02-19adressing pr commentsFelix Ruhnow
2019-02-18checking user-permission in GetQueryResult to prevent accessing the library w...Felix Ruhnow
2019-02-18Merge pull request #887 from wtayl0r/replace-primitives-with-iconfigurationVasily
2019-02-18Remove more self-update codeBond_009
2019-02-17Removed unnecessary configuration options and reduced primitive dependenciesWilliam Taylor
2019-02-17Merge remote-tracking branch 'upstream/release-10.2.z' into newmaserBond-009
2019-02-16Merge branch 'master' into perfBond-009
2019-02-15Make all class implementing dynamically loaded interfaces publicClaus Vium
2019-02-12Less string allocationsBond_009
2019-02-12Some Lists -> IEnumerableBond_009
2019-02-12Tuple -> ValueTupleBond_009
2019-02-12Use HashSets for increased perfBond_009
2019-02-12Reduce scope of changesWilliam Lees
2019-02-12add httpClient to more constructorsWilliam Lees
2019-02-12add httpClient to appropriate constructorsWilliam Lees
2019-02-08Merge pull request #822 from Bond-009/imagedimensionsVasily
2019-02-06Move importClaus Vium
2019-02-06Add await to GetCountries in LocalizationServiceClaus Vium
2019-02-05Complete rename ImageSize -> ImageDimensionsBond-009