aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ItemResolveArgs.cs
AgeCommit message (Expand)Author
2024-04-30More efficient array creation (#11468)Bond-009
2023-11-09Convert CollectionType, SpecialFolderType to enum (#9764)Cody Robibero
2023-08-22== null -> is nullBond_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-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2021-11-15Fix commentcvium
2021-11-15Remove ILibraryManager as a dependency in resolvers etc.cvium
2021-07-24Fix warnings in MediaBrowser.Controller/LibraryRich Lander
2021-06-06Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)Cody Robibero
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2021-05-05More improvementsBond_009
2021-05-05Code Clean up: Convert to null-coalescing operator ?? (#5845)BaronGreenback
2021-05-01Fix scanningBond_009
2021-04-22Reduce string allocations/fs lookups in resolve codeBond_009
2020-09-28Fix SA1513, SA1514, SA1507, and SA1508Matt Montgomery
2020-08-22Enable TreatWarningsAsErrors for MediaBrowser.Controller in ReleaseBond_009
2020-06-20fix SA1503 for one line if statementstelans
2020-06-20remove regionstelans
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
2020-06-15fix SA1508telans
2019-01-28Unwrapped GetDirectoryName and DirectorySeperatorCharErwin de Haan
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13ReSharper Reformat: Properties to expression bodied form.Erwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ControllerErwin de Haan
2019-01-12Reformatted the files with notes.Erwin de Haan
2019-01-11Merge branch 'dev' into code-cleanupErwin de Haan
2019-01-10Mayor code cleanupErwin de Haan
2019-01-07remove trailing whitespacehawken
2019-01-03Post GPL cleanupBond_009
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-08-24update active recordingsLuke Pulverenti
2017-08-20update m3u tunerLuke Pulverenti
2017-07-253.2.26.3Luke Pulverenti
2017-05-26update GetItems methodLuke Pulverenti
2017-05-04improve smb supportLuke Pulverenti
2016-10-27continue reworking provider projectLuke Pulverenti
2016-10-25make controller project portableLuke Pulverenti
2016-08-13improve genre displaysLuke Pulverenti
2016-08-13stub out objects for per library settingsLuke Pulverenti
2016-03-27Remove unused code...Sven Van den brande
2015-11-12Merge pull request #1265 from MediaBrowser/masterLuke
2015-11-12update use of FileAttributesLuke Pulverenti
2015-11-11added new parent methodsLuke Pulverenti