aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Users
AgeCommit message (Collapse)Author
2020-05-28Fix bug when migrating user db with users that have never logged in.Patrick Barron
2020-05-28Optimize number of created DbContexts and fix default values for some fieldsPatrick Barron
2020-05-28Remove unnecessary logging statementPatrick Barron
2020-05-26Fix merge conflicts with SyncPlayPatrick Barron
2020-05-23Cleanup and fix more bugsPatrick Barron
2020-05-23CleanupPatrick Barron
2020-05-23Fix a couple bugsPatrick Barron
2020-05-22Fix bugs relating to users not being properly locked out.Patrick Barron
2020-05-20Document user class and fix a few minor issuesPatrick Barron
2020-05-20Add internal id for new usersPatrick Barron
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-20Fix default permissions and HasPassword propertyPatrick Barron
2020-05-20Fix issues and add profile image supportPatrick Barron
2020-05-20Document various classes.Patrick Barron
2020-05-20Add some missing propertiesPatrick Barron
2020-05-20Migrate User DB to EF CorePatrick Barron