aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2019-03-29Merge pull request #1149 from LogicalPhallacy/ImprovedPasswordResetJoshua M. Boniface
Adds per user password reset
2019-03-26Fix build errorBond-009
2019-03-22made password resets an interface and per userPhallacy
2019-03-15Check before flushing ffmpeg logBond_009
The stream could have been diposed while writing.
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-08Fix errorBond-009
2019-03-08Merge pull request #1069 from Bond-009/fixVasily
Quick nullref fix
2019-03-07Quick nullref fixBond-009
2019-03-07Add urlprefixes during initClaus Vium
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-07Reduce aspnet importsClaus Vium
2019-03-07Merge pull request #844 from ploughpuff/ffmpegVasily
Reworked FFmpeg path discovery and always display to user
2019-03-06Merge pull request #915 from cvium/remove_encryptionmanagerVasily
Remove IEncryptionManager
2019-03-05Renamed Init() to SetFFmpegPath()PloughPuff
2019-03-05Review commentsPloughPuff
Address review comments from JustAMan, Bond-009 and cvium.
2019-03-05Remove BOMClaus Vium
2019-03-05Don't dispose the connectionClaus Vium
2019-03-04Review commentsClaus Vium
2019-02-27Remove more cruft and add the beginnings of a socket middlewareClaus Vium
2019-02-27Simplify websocket listenersClaus Vium
2019-02-27Fix websocketsClaus Vium
2019-02-27Merge pull request #1011 from Bond-009/orderVasily
Don't try to order the response the same as the request
2019-02-27Replace some usage of QueryParamCollectionClaus Vium
2019-02-27Merge pull request #977 from Lynxy/genptsJoshua M. Boniface
Always set ffmpeg flag +genpts when video stream is being copied
2019-02-26Extend the IHttpServer interface to avoid the typecastingClaus Vium
2019-02-26Remove ordering itemsBond-009
2019-02-24Move the check further downClaus Vium
2019-02-24Check that ffmpeg log target isn't disposed before writing to itClaus Vium
2019-02-23Leave +genpts untouched in GetProgressiveVideoArguments()The Lynxy
2019-02-21Always set ffmpeg flag +genpts when video stream is being copiedLynxy
2019-02-21Merge pull request #776 from cvium/update_tvdbVasily
Update tvdb provider to v2 api
2019-02-20Only refresh metadata if extras changedTorsten
2019-02-20Merge branch 'master' into populate-extrasLiggy
2019-02-20Merge branch 'master' into update_tvdbVasily
2019-02-20Remove IEncryptionManagerClaus Vium
2019-02-19Merge pull request #848 from Bond-009/perfJoshua M. Boniface
Minor changes to reduce allocations
2019-02-19Populate video extras againTorsten
2019-02-15Extract imagetype-to-keytype statements into a utility function and move ↵Claus Vium
tvdb specific utils to separate class
2019-02-15Add better language supportClaus Vium
2019-02-15Add some error handling, grab imdb id and other minor fixesClaus Vium
2019-02-15Some of it works???Claus Vium
2019-02-13Drop ETag and use Last-Modified header (#890)Claus Vium
Drop ETag and use Last-Modified since performance is much better
2019-02-12Don't clone listsBond_009
2019-02-12Tuple -> ValueTupleBond_009
2019-02-08Merge pull request #822 from Bond-009/imagedimensionsVasily
Complete rename ImageSize -> ImageDimensions
2019-02-06Move some arrays to genericsBond_009