| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Migrate Display Preferences to EF Core
|
|
It doesn't really make sense to throw an error when creating the default user, because the error is completely non-actionable. Instead, if the autodetected username is not valid, just fall back to a sane default.
|
|
|
|
Use System.Text.Json in DefaultPasswordResetProvider
|
|
|
|
|
|
|
|
|
|
|
|
Make CreateUser async
|
|
Remove UserManager.AddParts
|
|
Add missing usings to UserManager
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Remove EasyPassword from Authentication providers
|
|
|
|
|
|
|
|
|
|
|
|
# Conflicts:
# Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|