aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api
AgeCommit message (Collapse)Author
2019-04-25Remove unreachable code and const trySupportSeek within ↵bugfixin
BaseProgressiveStreamingService
2019-04-24Re-add content length, semi revert of changes in #1010 (#1287)Claus Vium
* Re-add content length, semi revert of changes in #1010
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
Don't accept pre-hashed (not-plaintext) passwords as the auth provider no longer supports this due to sha1+salting the passwords in the database.
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
More warning fixes
2019-03-13More warning fixesBond-009
2019-03-13Improvements around streamsBond-009
* Use ArrayPool instead of allocating new buffers each time * Remove NetworkStream copy * Remove some dead code
2019-03-07Remove EnvironmentInfoBond-009
This moved the last bit of usefulness of EnvironmentInfo into a static class.
2019-03-08Merge pull request #1058 from Bond-009/cleanVasily
Cleanup/simplification
2019-03-07Reduce the amount of exceptions thrownBond_009
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-07Update MediaBrowser.Api/Playback/Progressive/BaseProgressiveStreamingService.csBond-009
Co-Authored-By: cvium <cvium@users.noreply.github.com>
2019-03-06Review commentsClaus Vium
2019-03-05Switch to HeaderNames instead of hardcoded strings (and other header related ↵Claus Vium
fixes)
2019-02-28Fix rmvb video can not play under DLNAXu Fasheng
Or will report "Could not find handler for /videos/xxx/stream.rm" error in server side. Test OK with Kodi and gupnp-tools.
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
1) Use function to return path to temp transcode path which has benefit of creating temp folder if not exists, thereby avoiding the exception when GetFilePaths is used. 2) Check json files exists before attempting to read from it. Avoids having to mask FileNotFound exceptions when debugging.
2019-02-20Merge pull request #930 from fruhnow/AuthorizationCheckVasily
checking user-permission in GetQueryResult
2019-02-19Merge pull request #848 from Bond-009/perfJoshua M. Boniface
Minor changes to reduce allocations
2019-02-19Merge pull request #830 from Bond-009/updateJoshua M. Boniface
Removed remaining self-update code
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 ↵Felix Ruhnow
without permission but having a link. (+added myself as contributor. forgot last time bout that)
2019-02-18Merge pull request #887 from wtayl0r/replace-primitives-with-iconfigurationVasily
Replace primitive injection with IConfiguration
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
Complete rename ImageSize -> ImageDimensions
2019-02-06Move importClaus Vium
2019-02-06Add await to GetCountries in LocalizationServiceClaus Vium
2019-02-05Complete rename ImageSize -> ImageDimensionsBond-009