aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Expand)Author
2021-05-24Remove some unnecessary allocationscvium
2021-05-21Merge pull request #6086 from Bond-009/deadcodeBond-009
2021-05-21Remove dead codeBond_009
2021-05-21Merge pull request #6083 from Bond-009/nullable4Bond-009
2021-05-21Merge pull request #6013 from Bond-009/minor13Bond-009
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-18Merge pull request #6042 from crobibero/mbc-warn-2Bond-009
2021-05-18Enable nullable for InternalItemsQueryBond_009
2021-05-16Fix the 'No decoder surfaces left' error on Cudanyanmisaka
2021-05-15Fix suggestions from reviewcrobibero
2021-05-13Reduce warnings in MediaBrowser.Controllercrobibero
2021-05-11Reduce warnings in MediaBrowser.Controller (#6006)Cody Robibero
2021-05-08Minor improvementsBond_009
2021-05-07Fix buildBond_009
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2021-05-05More improvementsBond_009
2021-05-05Remove dead codeBond_009
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-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-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-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-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