aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Expand)Author
2021-05-05Code Clean up: Convert to null-coalescing operator ?? (#5845)BaronGreenback
2021-05-05Code Clean up: Use Pattern Matching (#5838)BaronGreenback
2021-05-03Merge branch 'master' into allocationzClaus Vium
2021-05-03RenamedBaronGreenback
2021-05-03Changed selection methodBaronGreenback
2021-05-01Fix scanningBond_009
2021-04-30Merge pull request #5890 from Bond-009/filesystemBond-009
2021-04-30Reduce some allocations with the magic of spans etc.cvium
2021-04-29Merge pull request #5842 from BaronGreenback/optimizationBond-009
2021-04-29Merge pull request #5893 from Bond-009/dbBond-009
2021-04-26Add endpoint to log client eventscrobibero
2021-04-24add UpdatePeopleAsync and add people to both tablescvium
2021-04-24Merge pull request #5887 from Bond-009/perfBond-009
2021-04-22SqliteItemRepository: remove redundant operationsBond_009
2021-04-22Mark PasswordSha1 as obsoletecrobibero
2021-04-22Reduce string allocations/fs lookups in resolve codeBond_009
2021-04-21Improve perf of db save and queryBond_009
2021-04-21Merge pull request #5877 from Bond-009/circ1Bond-009
2021-04-21Merge pull request #5876 from Bond-009/nullref5Bond-009
2021-04-21Merge pull request #5808 from cvium/semi-fix-collection-perfBond-009
2021-04-20EncodingHelper: Fix circular dependencyBond_009
2021-04-20DeepCopy: Throw ArgumentNullException if one of the args is nullBond_009
2021-04-17Remove unused using directivesBaronGreenback
2021-04-17Group MethodsBaronGreenback
2021-04-17Cleaned up "value assigned is not used in any execution path"BaronGreenback
2021-04-13Don't use database for QuickConnectPatrick Barron
2021-04-13fixescvium
2021-04-13Optimize the way items are grouped into collectionscvium
2021-04-12Fix random failing of testsBond_009
2021-04-11Apply suggestions from code reviewOdd Stråbø
2021-04-11Remove GetSizeEstimate & GetEstimatedAspectRatioOdd Stråbø
2021-04-11(mostly)Fix ResizeFillOdd Stråbø
2021-04-11Add Resize to fill box alternative to image endpointsOdd Stråbø
2021-04-10Fix buildsPatrick Barron
2021-04-10Convert UpdateUser to solely asyncPatrick Barron
2021-04-10Make device/session code asyncPatrick Barron
2021-04-10Rewrite device manager using EF CorePatrick Barron
2021-04-10Merge pull request #4988 from Bond-009/cropBond-009
2021-04-08Merge pull request #5725 from BrianCArnold/Fix2845_PlaylistDeletionClaus Vium
2021-04-08Can't reference System.IO.Path as 'Path', even though System.IO is in the usi...Brian Arnold
2021-04-08Update MediaBrowser.Controller/Playlists/Playlist.cs BrianCArnold
2021-04-08Fixed issue with determining if a directory was a directory or file when it c...Brian Arnold
2021-04-07fix build...somehowcvium
2021-04-07make custompref value nullablecvium
2021-04-04Fix possible nullrefBond_009
2021-04-01Use new entities for API key endpointsPatrick Barron
2021-04-01Remove unused SessionManager methodsPatrick Barron
2021-03-28Fix storing outdated sessions in SyncPlayIonut Andrei Oanca
2021-03-27make directoryservice cache case sensitivecvium
2021-03-25Ignore format for ISO filesMrTimscampi