aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ItemResolveArgs.cs
AgeCommit message (Collapse)Author
2024-04-30More efficient array creation (#11468)Bond-009
2023-11-09Convert CollectionType, SpecialFolderType to enum (#9764)Cody Robibero
* Convert CollectionType, SpecialFolderType to enum * Hide internal enum CollectionType values * Apply suggestions from code review Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> * Fix recent change * Update Jellyfin.Data/Attributes/OpenApiIgnoreEnumAttribute.cs Co-authored-by: Patrick Barron <barronpm@gmail.com> --------- Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> Co-authored-by: Patrick Barron <barronpm@gmail.com>
2023-08-22== null -> is nullBond_009
2023-03-06Inject IDirectoryService where needed instead of passing it through ↵Joe Rogers
ItemResolveArgs
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
Co-authored-by: Bond-009 <bond.009@outlook.com>
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
Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
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
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
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
Add Argument*Exceptions now use proper nameof operators. Added exception messages to quite a few Argument*Exceptions. Fixed rethorwing to be proper syntax. Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling) Added some TODOs to log certain exceptions. Fix sln again. Fixed all AssemblyInfo's and added proper copyright (where I could find them) We live in *current year*. Fixed the use of braces. Fixed a ton of properties, and made a fair amount of functions static that should be and can be static. Made more Methods that should be static static. You can now use static to find bad functions! Removed unused variable. And added one more proper XML comment.
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
update use of FileAttributes
2015-11-12update use of FileAttributesLuke Pulverenti
2015-11-11added new parent methodsLuke Pulverenti