aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Users/UserManager.cs
AgeCommit message (Collapse)Author
2021-02-21Merge pull request #5255 from cvium/fix_renameuserBond-009
(cherry picked from commit ae30eaf32055c8c80a7c912e7683527f8713619b) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2021-02-21Merge pull request #5250 from barronpm/user-rename-fixdkanada
Fix user renaming logic (cherry picked from commit b4c2086138cf51be0df6c116533de78ed08fc7d2) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-30Merge pull request #4771 from crobibero/typed-get-preferenceClaus Vium
Use typed UserManager GetPreference (cherry picked from commit 21d2e9ff0cc0933484b2a7768d7a36446b36616a) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
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
2020-07-18fix UserManager UpdatePolicycrobibero
2020-07-14Fix update usercrobibero
2020-07-14Use ToList instead of AsEnumerable due to delayed executionClaus Vium
2020-07-13Fix circular dependencyPatrick Barron
2020-07-13Remove UserManager.AddPartsPatrick Barron
2020-07-13Use AsEnumerable for UserManager.UsersPatrick Barron
2020-07-13Merge branch 'master' into fix-memoryleakPatrick Barron
2020-07-12Use AsEnumerable instead of ToListPatrick Barron
2020-07-12Fix EF Core memory leakPatrick Barron
2020-07-09Ignore casing when authenticating usersPatrick Barron
2020-07-04Merge pull request #3423 from crobibero/easypasswordJoshua M. Boniface
Remove EasyPassword from Authentication providers
2020-06-24Change to ResourceNotFoundExceptionPatrick Barron
2020-06-24Fix user deletion.Patrick Barron
2020-06-24implement ChangeEasyPassword from legacy providercrobibero
2020-06-22Merge remote-tracking branch 'upstream/master' into easypasswordcrobibero
2020-06-13Add commentPatrick Barron
2020-06-13Add missing properties to UserDtoPatrick Barron
2020-06-13Actually set `BlockUnratedItems`Patrick Barron
2020-06-13Actually fix profile imagesPatrick Barron
2020-06-13Actually fix deleting profile images (hopefully)Patrick Barron