aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Users/UserManager.cs
AgeCommit message (Collapse)Author
2021-12-27Remove more warningsCody Robibero
2021-11-10Replace PBKDF2-SHA1 with PBKDF2-SHA512Bond_009
This also migrates already created passwords on login Source for the number of iterations: https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#pbkdf2
2021-10-26Enable nullable for more filesBond_009
2021-10-04Reference dotnet6-rc1 packagesCody Robibero
2021-05-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Jellyfin.Api/Helpers/RequestHelpers.cs
2021-05-04Merge pull request #5623 from barronpm/ef-cleanup2Bill Thornton
EF Core Cleanup 2
2021-04-10Fix buildsPatrick Barron
2021-04-10Convert UpdateUser to solely asyncPatrick Barron
2021-04-03Merge pull request #5174 from barronpm/authenticateuser-cleanupBond-009
2021-03-25Clean up user deletionPatrick Barron
2021-03-25Clean up user renamingPatrick Barron
2021-03-17Fix duplicate permissionsPatrick Barron
2021-03-06Enable nullable for Jellyfin.Data and remove unnecessary attributesPatrick Barron
2021-02-25Make styling more consistentPatrick Barron
2021-02-17Validate the new username when renamingcvium
2021-02-16Don't allow new users to be created with the same name as an existing user.Patrick Barron
2021-02-16Fix user renaming logicPatrick Barron
2021-02-06Clean up UserManager.AuthenticateUserPatrick Barron
2020-12-16Merge pull request #4771 from crobibero/typed-get-preferenceClaus Vium
Use typed UserManager GetPreference
2020-12-13Use a more descriptive function namecrobibero
2020-12-12Enable nullable for Jellyfin.Server.ImplementationsPatrick Barron
2020-12-11Use typed UserManager GetPreferencecrobibero
2020-12-11Convert DeleteUser to asyncPatrick Barron
2020-11-15Update user cache after updating user.crobibero
2020-10-29Convert some code in UserManager to asyncPatrick Barron
2020-10-30Merge pull request #4378 from barronpm/fix-nullrefBond-009
Fix possible null reference exception
2020-10-29Fix possible NullReferenceExceptionPatrick Barron
2020-10-27Properly remove profile imagesPatrick Barron
2020-10-27Apply suggestionsPatrick Barron
2020-10-26Add caching to usersPatrick Barron
2020-10-09Merge pull request #4274 from barronpm/activitylog-queryAnthony Lavado
Rewrite Activity Log Backend
2020-10-06Merge pull request #4265 from KonH/remove_unnecessary_null_checksdkanada
Remove unnecessary null checks in some places
2020-10-05Fix activity log query.Patrick Barron
2020-10-04Remove default set for MaxActiveSessionsJoshua M. Boniface
2020-10-04Add active session trackingJoshua M. Boniface
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.
2020-10-03Remove unnecessary null checks in some placesKonH
Related to https://github.com/jellyfin/jellyfin/issues/2149
2020-08-27Fix partial library and channel accesscrobibero
2020-08-15Use IEventManager in UserManagerPatrick Barron
2020-08-13Move GenericEventArgs to Jellyfin.Data.EventsPatrick Barron
2020-07-28Fix #3624K900
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.
2020-07-26Update comment to include spaceOdd Stråbø
2020-07-25Allow space in usernameOdd Stråbø
2020-07-23Merge pull request #3664 from Bond-009/createuserasyncJoshua M. Boniface
Make CreateUser async
2020-07-23Merge pull request #3366 from barronpm/remove-usermanager-addpartsJoshua M. Boniface
Remove UserManager.AddParts
2020-07-23Merge pull request #3663 from crobibero/efcore-leakBond-009
Add missing usings to UserManager
2020-07-22Don't AddAsyncBond_009
2020-07-22Make CreateUser asyncBond_009
2020-07-22add missing usingcrobibero
2020-07-21Make IncrementInvalidLoginAttemptCount async.Patrick Barron
2020-07-19Fix username case changecrobibero