aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Users
AgeCommit message (Collapse)Author
2020-12-11Merge pull request #4766 from barronpm/usermanager-asyncBond-009
Convert DeleteUser to async
2020-12-11Convert DeleteUser to asyncPatrick Barron
2020-12-04Add ItemId to all display preferencescrobibero
2020-12-03Add support for custom item display preferencescrobibero
2020-11-18More spelling corrections.Greenback
2020-11-16Merge pull request #4485 from crobibero/update-user-cacheBill Thornton
Update user cache after updating user.
2020-11-15Suggestions from reviewcrobibero
2020-11-15Update user cache after updating user.crobibero
2020-11-13Updated based on review feedbackcrobibero
2020-11-13Use null coalescing when possiblecrobibero
2020-11-13Convert NullReferenceException to ResourceNotFoundExceptioncrobibero
2020-11-13Fix nullability errors in Jellyfin.Server.Implementationscrobibero
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-03Disable invalid auth providercvium
2020-10-03Remove unnecessary null checks in some placesKonH
Related to https://github.com/jellyfin/jellyfin/issues/2149
2020-09-03Merge branch 'master' into scoped-displaypreferencesPatrick Barron
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-08-08Make DisplayPreferencesManager scopedPatrick Barron
2020-08-01Merge pull request #3578 from barronpm/displaypreferences-efcoreBond-009
Migrate Display Preferences to EF Core
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-27Serialize/deserialize new entities properly.Patrick Barron
2020-07-27Merge pull request #3679 from barronpm/json-1Anthony Lavado
Use System.Text.Json in DefaultPasswordResetProvider
2020-07-26Update comment to include spaceOdd Stråbø
2020-07-25Allow space in usernameOdd Stråbø
2020-07-25Use async json serialization.Patrick Barron
2020-07-23Use System.Text.Json in DefaultPasswordResetProviderPatrick Barron
2020-07-23Merge branch 'master' into displaypreferences-efcorePatrick Barron
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-22Restructure query to avoid extra database access.Patrick Barron
2020-07-22Wrap context creation with usingPatrick Barron
2020-07-22Don't AddAsyncBond_009
2020-07-22Make CreateUser asyncBond_009
2020-07-22Move DisplayPreferencesManager.cs to Users namespacePatrick Barron
2020-07-22add missing usingcrobibero
2020-07-21Make IncrementInvalidLoginAttemptCount async.Patrick Barron
2020-07-19Fix username case changecrobibero