aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/UserRootFolder.cs
AgeCommit message (Collapse)Author
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2021-09-09Fix some warningsBond_009
2021-09-05Merge pull request #6089 from BaronGreenback/IsRoot_fixClaus Vium
Set UserRootFolder.IsRoot to true
2021-08-13Fix warnings in MediaBrowser.ControllerRich Lander
2021-06-06Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)Cody Robibero
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-05-22Merge branch 'master' into IsRoot_fixBaronGreenback
2021-05-21Set isRoot to trueBaronGreenback
2021-05-13Reduce warnings in MediaBrowser.Controllercrobibero
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2020-08-22Enable TreatWarningsAsErrors for MediaBrowser.Controller in ReleaseBond_009
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-12Initial migration codePatrick Barron
2020-01-24Fix another issue with DLNA responses not properly paginatingCarey Metcalfe
The `UserRootFolder.GetItemsInternal` method now applies any sorting and pagination requested by the `InternalItemsQuery` that was passed to it. Previous pagination fix: #2304 Original issue #2303
2019-10-15Fix Json serialization errorBond_009
2019-01-13ReSharper Reformat: Properties to expression bodied form.Erwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ControllerErwin 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.
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-19update live tv data transferLuke Pulverenti
2017-06-29update inherited imagesLuke Pulverenti
2017-06-03update live tv startupLuke Pulverenti
2017-05-26update GetItems methodLuke Pulverenti
2016-10-25make controller project portableLuke Pulverenti
2016-10-11update display of active recordingsLuke Pulverenti
2016-08-17update season methodsLuke Pulverenti
2016-08-15fix folder cachingLuke Pulverenti
2016-08-14cache ids in UserRootFolderLuke Pulverenti
2016-08-13improve genre displaysLuke Pulverenti
2016-07-29Removed redundant Collection InitializersSven Van den brande
Removed Using directives that are not required
2016-06-16update child count creationLuke Pulverenti
2016-05-19fix content sometimes not appearing after restartLuke Pulverenti
2016-05-08update windows ffmpegLuke Pulverenti
2016-04-02resolve issue with querying by multiple item idsLuke Pulverenti
2016-03-20get recursive items from dbLuke Pulverenti
2016-03-01dlna fixLuke Pulverenti
2015-11-02fix camera upload folderLuke Pulverenti
2015-10-30update special foldersLuke Pulverenti
2015-08-14revise shortcut supportLuke Pulverenti
2015-01-25sync updatesLuke Pulverenti
2014-10-06remove mono compiler directivesLuke Pulverenti
2014-09-06update translationsLuke Pulverenti
2014-09-01fixes #912 - Add special views for DlnaLuke Pulverenti
2014-07-03fixes #762 - Marking unwatched doesn't update displayLuke Pulverenti
2014-06-07update translationsLuke Pulverenti
2014-06-04added library grouping settings.Luke Pulverenti
2014-06-03create collections from movies pageLuke Pulverenti
2014-03-06start on manual collection creationLuke Pulverenti