aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations
AgeCommit message (Collapse)Author
2020-06-07Remove EasyPassword from Authentication providerscrobibero
2020-06-07Apply review suggestions and fix bugPatrick Barron
2020-06-02Remove unused methodsPatrick Barron
2020-05-31Apply review suggestion and fix entity concurrency tokens.Patrick Barron
2020-05-31Remove unused compile remove statements.Patrick Barron
2020-05-30Remove unused portions of the user schemaPatrick Barron
2020-05-30Reset invalid login attempt count properlyPatrick Barron
2020-05-30Reimplement password resettingPatrick Barron
2020-05-29Make UserManager.IsValidUsername staticPatrick Barron
2020-05-29Ignore documentation warnings in new migration filesPatrick Barron
2020-05-29Update schema and migration to allow LastLoginDate and LastActivityDate to ↵Patrick Barron
be null
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-26Update migrations and fix a few bugsPatrick Barron
2020-05-26Fix merge conflicts with SyncPlayPatrick Barron
2020-05-26Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj # MediaBrowser.Api/UserService.cs # MediaBrowser.Controller/Library/IUserManager.cs
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-22Warnings cleanupPatrick Barron
2020-05-21Replace Weekday with DayOfWeekPatrick 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
2020-05-17Update to .NET Core 3.1.4Mark Monteiro
2020-05-15Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Activity/ActivityLogEntryPoint.cs # Emby.Server.Implementations/ApplicationHost.cs # Emby.Server.Implementations/Devices/DeviceManager.cs # Jellyfin.Server/Jellyfin.Server.csproj # Jellyfin.Server/Migrations/MigrationRunner.cs # MediaBrowser.Controller/Devices/IDeviceManager.cs
2020-05-15Apply more review suggestionsPatrick Barron
2020-05-14Address review commentsPatrick Barron
2020-05-13Apply review suggestionsPatrick Barron
2020-05-132nd half of changesPatrick Barron
2020-05-12Initial migration codePatrick Barron
2020-05-04Add the user data to the schemaPatrick Barron
2020-05-02Update code to only add implemented parts of the schemaPatrick Barron
2020-05-02Migrate activity db to EF CorePatrick Barron