aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/Folder.cs
AgeCommit message (Collapse)Author
2021-08-11Update MediaBrowser.Controller/Entities/Folder.csRich Lander
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-07-23Fix more warningsRich Lander
2021-07-23Fix partial set of MediaBrowser.Controller/Entities warningsRich Lander
2021-07-10[CA1801] Parameter is never used. Remove the parameter or use it in the ↵Cody Robibero
method body.
2021-06-07Merge pull request #6071 from BaronGreenback/DLNAFolderFixPart1Claus Vium
Make DLNA folders to work as expected.
2021-06-06Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)Cody Robibero
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-05-17Enable child items to be returned if a musicAlbumBaronGreenback
2021-05-13Reduce warnings in MediaBrowser.Controllercrobibero
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2021-04-30Reduce some allocations with the magic of spans etc.cvium
2021-04-21Merge pull request #5808 from cvium/semi-fix-collection-perfBond-009
2021-04-17Remove unused using directivesBaronGreenback
2021-04-13fixescvium
2021-04-13Optimize the way items are grouped into collectionscvium
2020-12-13Use a more descriptive function namecrobibero
2020-12-11Use typed UserManager GetPreferencecrobibero
2020-12-10Forgot to revert some other changes, dunno if neededcvium
2020-12-04Merge pull request #4242 from Spacetech/library_scan_speedClaus Vium
Increase library scan and metadata refresh speed
2020-12-02Move MetadataRefreshThrottler to BaseItemManagerGary Wilber
2020-11-21Merge branch 'master' into library_scan_speedBaronGreenback
2020-11-21Merge branch 'master' into defer_image_fetchingJoshua M. Boniface
2020-11-20Merge pull request #4499 from crobibero/more-paramJoshua M. Boniface
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids
2020-11-19Merge remote-tracking branch 'upstream/master' into library_scan_speedGary Wilber
2020-11-18More spelling corrections.Greenback
2020-11-16Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.crobibero
2020-11-08Merge remote-tracking branch 'upstream/master' into library_scan_speedGary Wilber
2020-11-02Merge pull request #4341 from Bond-009/minor6Anthony Lavado
Minor improvements
2020-10-17Use nameof where possibleBond_009
2020-10-12Fix SA 1116 warningsJan-Pieter Baert
2020-10-03Defer image pre-fetching until the end of a refresh/scancvium
2020-10-02fix parallelism when set to 0Gary Wilber
2020-10-01Switch to TPL dataflow for subfolder scanGary Wilber
2020-09-30Increase library scan and metadata refresh speedGary Wilber
2020-09-28Fix SA1513, SA1514, SA1507, and SA1508Matt Montgomery
2020-08-21Make some methods asyncBond_009
2020-06-20fix SA1119telans
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
Add full stop at end of comments (SA1629)
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-15fix SA1508telans
2020-06-15fix SA1005telans
2020-06-07Apply review suggestions and fix bugPatrick Barron
2020-06-04Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs # Emby.Server.Implementations/Library/UserManager.cs # Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs # Emby.Server.Implementations/Sorting/IsPlayedComparer.cs # Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs # Emby.Server.Implementations/TV/TVSeriesManager.cs # Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs
2020-05-20Make blurhash be computed during regular scans if it was not already computedVasily
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-12Initial migration codePatrick Barron
2020-04-19Minor improvementsBond_009
2020-04-01Address commentsBond_009
2020-04-01Merge branch 'master' into minorBond_009
2020-03-04Merge pull request #2476 from JustAMan/playto-sortdkanada
Bring back sorting when needed to fix PlayTo