aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/User.cs
AgeCommit message (Collapse)Author
2020-05-12Initial migration codePatrick Barron
2019-10-29Fix more warningsBond_009
2019-10-15Fix Json serialization errorBond_009
2019-08-16Improvements to UserManagerBond_009
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-06-08Use the username for the user config pathJoshua M. Boniface
Use the username to construct the UserConfigurationDirectory, instead of the user ID, and move the old ID-based path to the new path if needed when loading (temporary transitional code). Removes administrator guesswork as to what user each directory belongs to, which I found very annoying when investigating user configs.
2019-01-31Remove more Connect related stuffClaus Vium
2019-01-28Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` & removed `MoveFile`Erwin de Haan
2019-01-28Unwrapped CreateDirectory and DeleteDirectoryErwin 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-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13Visual Studio Reformat: 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
2017-10-03remove unneeded async signaturesLuke Pulverenti
2017-09-22add fixes for dng imagesLuke Pulverenti
2017-09-18update user.csLuke Pulverenti
2017-09-18update owned itemsLuke Pulverenti
2017-09-17fixes #1074Luke Pulverenti
2017-08-26remove async when there's nothing to awaitLuke Pulverenti
2017-08-24update active recordingsLuke Pulverenti
2016-10-25make controller project portableLuke Pulverenti
2016-10-21make model project portableLuke Pulverenti
2016-08-06update DirectoryServiceLuke Pulverenti
2016-05-18update dialogsLuke Pulverenti
2016-03-27Remove unused code...Sven Van den brande
2016-01-31update lockingLuke Pulverenti
2015-11-18update viewsLuke Pulverenti
2015-10-27update db retrievalLuke Pulverenti
2015-10-19restore video grouping featureLuke Pulverenti
2015-09-13update file system methodsLuke
2015-06-28update people savingLuke Pulverenti
2015-05-08update translationsLuke Pulverenti
2015-01-29support in-home easy passwordLuke Pulverenti
2015-01-27support artists tag valueLuke Pulverenti
2015-01-27updated tvdb searchLuke Pulverenti
2015-01-26fix failing scanLuke Pulverenti
2015-01-12make channel access opt-in rather than opt outLuke Pulverenti
2014-12-20start using user policyLuke Pulverenti
2014-12-16sync updatesLuke Pulverenti
2014-11-30add new image paramsLuke Pulverenti
2014-10-25connect updatesLuke Pulverenti
2014-10-15move user image into profile settingsLuke Pulverenti
2014-10-14fixes #552 - Add parental control usage limitsLuke Pulverenti
2014-10-14update connectLuke Pulverenti
2014-09-14consolidate connect callsLuke Pulverenti