aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Persistence/IUserDataRepository.cs
AgeCommit message (Collapse)Author
2024-09-07Migrated UserData from library sqlite db to jellyfin.dbJPVenson
2022-02-15Clean up SqliteItemRepositoryBond_009
* remove dead code * reduce allocations
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-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2020-08-22Enable TreatWarningsAsErrors for MediaBrowser.Controller in ReleaseBond_009
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-15fix SA1508telans
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ControllerErwin de Haan
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-08-26remove async when there's nothing to awaitLuke Pulverenti
2016-06-03rework user dataLuke Pulverenti
2016-05-01update sqliteLuke Pulverenti
2014-09-20Create methods to retrieve/save all user data for a userEric Reed
2013-10-02added user data manager, updated nugetLuke Pulverenti
2013-09-30add ability to install pismoLuke Pulverenti
2013-06-20move child definitions to dbLuke Pulverenti
2013-06-17switch to flat file storageLuke Pulverenti
2013-04-13removed excess hashing in providers and made user data key-basedLuke Pulverenti
2013-04-02Moved userdata to user manager to resolve concurrency issues. must delete ↵Luke Pulverenti
userdata and displaypreferences db files.
2013-02-20Pushing missing changesLukePulverenti