| Age | Commit message (Collapse) | Author |
|
EF Core Cleanup 2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Use typed UserManager GetPreference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
Make CreateUser async
|
|
Remove UserManager.AddParts
|
|
Add missing usings to UserManager
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|