aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/UserItemData.cs
AgeCommit message (Collapse)Author
2024-07-29Enable nullable for UserItemDataBond_009
MetadataResult.GetOrAddUserData doesn't ever get used and is probably broken since the migration to .NET Core as it still expects a Guid for userId
2022-12-05Replace != null with is not nullBond_009
2021-08-15Update per feedbackRich Lander
2021-08-13Fix warnings in MediaBrowser.ControllerRich Lander
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-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
2019-10-15Fix Json serialization errorBond_009
2019-01-13ReSharper conform to 'var' settingsErwin 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-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
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2016-10-25make controller project portableLuke Pulverenti
2016-05-08update user data queriesLuke Pulverenti
2016-02-20remember user audio/subtitle selectionsLuke Pulverenti
2013-09-27migrate to new user data dbLuke Pulverenti
2013-05-09don't serialize user data in dbLuke Pulverenti
2013-05-06use append_to_response with people requestsLuke Pulverenti
2013-04-18removed unused attributesLuke Pulverenti
2013-02-20Pushing missing changesLukePulverenti
2012-09-11More code cleanupsLukePulverenti Luke Pulverenti luke pulverenti
2012-09-11Some minor code cleanupsLukePulverenti Luke Pulverenti luke pulverenti
2012-09-11Fixed namespaceLukePulverenti Luke Pulverenti luke pulverenti
2012-09-10Moved some entities to the main projectLukePulverenti Luke Pulverenti luke pulverenti