aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2019-08-09Fix more warningsBond_009
2019-08-09Replace custom code with Asp.Net Core codeBond_009
2019-07-29Merge pull request #1579 from Bond-009/assdkanada
Fix #1388 and #1472
2019-07-29Merge pull request #1513 from Bond-009/style2dkanada
Fix style issues
2019-07-29Fix #1388 and #1472Bond_009
2019-07-25Remove IpAddressInfo and IpEndPointInfo classesBond_009
2019-07-06Fix style issuesBond_009
2019-07-06Streamline authentication proccessBond_009
2019-06-24Merge pull request #1448 from joshuaboniface/nice-userconfig-pathsAndrew Rabert
Use the username for the user config path
2019-06-21Merge pull request #1454 from Bond-009/webresourcedkanada
Simplify file serving code
2019-06-20Merge pull request #1369 from teacupx/masterdkanada
Enable Exynos MFC encoder and fix transcoding bitrate control
2019-06-20add comment explaining GetMinBitratedkanada
2019-06-13Merge pull request #1156 from Bond-009/sepAnthony Lavado
Small cleanups here and there
2019-06-12Merge pull request #1442 from jellyfin/release-10.3.zJoshua M. Boniface
Backmerge for Release 10.3.4 and 10.3.5
2019-06-10Simplify file serving codeBond_009
2019-06-08Use the username for the user config pathJoshua M. Boniface
Use the username to construct the UserConfigurationDirectory, instead of the user ID, and move the old ID-based path to the new path if needed when loading (temporary transitional code). Removes administrator guesswork as to what user each directory belongs to, which I found very annoying when investigating user configs.
2019-06-05Merge pull request #994 from Bond-009/tasksAnthony Lavado
Remove Tasks wrapped in a Task
2019-06-04Merge pull request #1159 from Bond-009/streamjobAnthony Lavado
Trying to make sense of the streaming code
2019-06-01Fix #1432. Add support for encoding with libx265 and hevc_nvenc.Frank
2019-06-01Merge branch 'master' into tasksBond-009
2019-05-25Format correctly the PIN when updating itDrPandemic
2019-05-18Merge pull request #1383 from jellyfin/release-10.3.zBond-009
Backmerge for Release 10.3.3
2019-05-16Review changesClaus Vium
Untested
2019-05-11Fix transcode bitrate controlJMCC
2019-05-02Enforce extras folder structure according to Emby's wikiClaus Vium
2019-05-01Change owner and parent id of extras to the main media itemClaus Vium
2019-04-02Speed up DeepCopyBond-009
2019-03-29Merge pull request #1149 from LogicalPhallacy/ImprovedPasswordResetJoshua M. Boniface
Adds per user password reset
2019-03-27Add EnableOutputInSubFolder backBond_009
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-26Fix build errorBond-009
2019-03-25Lower the amount of running tasksBond_009
2019-03-25Seperate changes from #1023Bond-009
The unrelated changes from #1023 (and more)
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.