| Age | Commit message (Collapse) | Author |
|
Convert DeleteUser to async
|
|
|
|
|
|
|
|
|
|
Update user cache after updating user.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix possible null reference exception
|
|
|
|
|
|
|
|
|
|
Rewrite Activity Log Backend
|
|
Remove unnecessary null checks in some places
|
|
|
|
|
|
Adds a flag for a maximum number of user sessions, as well as an
authentication check to ensure that the user is not above this level.
|
|
|
|
Related to https://github.com/jellyfin/jellyfin/issues/2149
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|