aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/CollectionFolder.cs
AgeCommit message (Expand)Author
2025-02-09Backport pull request #12721 from jellyfin/release-10.10.zelfalem
2024-04-17chore: use proper way to override remove rootgnattu
2024-03-17Add ability to enable/disable libraries (#11037)btopherjohnson
2023-11-09Convert CollectionType, SpecialFolderType to enum (#9764)Cody Robibero
2023-09-25CollectionFolder: replace Dictionary + locks with ConcurrentDictionaryBond_009
2023-03-06Inject IDirectoryService where needed instead of passing it through ItemResol...Joe Rogers
2023-03-06Remove some BaseItem references to make ItemResolveArgs more usable for testing.Joe Rogers
2022-12-19Use DistinctBy introduced in .NET 6Bond_009
2021-09-03Fix some warningsBond_009
2021-08-13Fix warnings in MediaBrowser.ControllerRich Lander
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-06-06Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)Cody Robibero
2021-05-13Reduce warnings in MediaBrowser.Controllercrobibero
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2021-05-05More improvementsBond_009
2021-05-05Code Clean up: Use Pattern Matching (#5838)BaronGreenback
2021-04-22Reduce string allocations/fs lookups in resolve codeBond_009
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2021-01-12Use JsonSerializer.SerializeToUtf8Bytes when doing a round tripBond_009
2020-12-24Put json serializer options in private fieldDavid
2020-12-23Remove custom Json serializer from MediaBrowser.ControllerDavid
2020-08-22Enable TreatWarningsAsErrors for MediaBrowser.Controller in ReleaseBond_009
2020-06-20fix SA1119telans
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2019-10-29Fix more warningsBond_009
2019-10-15Fix Json serialization errorBond_009
2019-02-02Remove MoreLINQBond_009
2019-01-13ReSharper format: conform inline 'out' parameters.Erwin de Haan
2019-01-13ReSharper Reformat: Properties to expression bodied form.Erwin de Haan
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ControllerErwin de Haan
2019-01-03Post GPL cleanupBond_009
2018-12-30Fix exception loggingBond_009
2018-12-30Use Microsoft.Extensions.Logging abstractionBond_009
2018-12-28Remove custom ToArray extensionBond_009
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-11-03update download progress reportingLuke Pulverenti
2017-10-01update playback settingsLuke Pulverenti
2017-09-22add fixes for dng imagesLuke Pulverenti
2017-09-18update owned itemsLuke Pulverenti
2017-08-24update active recordingsLuke Pulverenti
2017-08-20update m3u tunerLuke Pulverenti
2017-08-11reduce traffic from session playerLuke Pulverenti
2017-08-10revert servicestack.text updateLuke Pulverenti
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti
2017-06-29update inherited imagesLuke Pulverenti
2017-06-23support individual library refreshingLuke Pulverenti