| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-11-10 | Replace PBKDF2-SHA1 with PBKDF2-SHA512 | Bond_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-26 | Enable nullable for more files | Bond_009 | |
| 2021-10-04 | Reference dotnet6-rc1 packages | Cody Robibero | |
| 2021-05-18 | Merge branch 'master' into authenticationdb-efcore | Patrick Barron | |
| # Conflicts: # Jellyfin.Api/Helpers/RequestHelpers.cs | |||
| 2021-05-04 | Merge pull request #5623 from barronpm/ef-cleanup2 | Bill Thornton | |
| EF Core Cleanup 2 | |||
| 2021-04-10 | Fix builds | Patrick Barron | |
| 2021-04-10 | Convert UpdateUser to solely async | Patrick Barron | |
| 2021-04-03 | Merge pull request #5174 from barronpm/authenticateuser-cleanup | Bond-009 | |
| 2021-03-25 | Clean up user deletion | Patrick Barron | |
| 2021-03-25 | Clean up user renaming | Patrick Barron | |
| 2021-03-17 | Fix duplicate permissions | Patrick Barron | |
| 2021-03-06 | Enable nullable for Jellyfin.Data and remove unnecessary attributes | Patrick Barron | |
| 2021-02-25 | Make styling more consistent | Patrick Barron | |
| 2021-02-17 | Validate the new username when renaming | cvium | |
| 2021-02-16 | Don't allow new users to be created with the same name as an existing user. | Patrick Barron | |
| 2021-02-16 | Fix user renaming logic | Patrick Barron | |
| 2021-02-06 | Clean up UserManager.AuthenticateUser | Patrick Barron | |
| 2020-12-16 | Merge pull request #4771 from crobibero/typed-get-preference | Claus Vium | |
| Use typed UserManager GetPreference | |||
| 2020-12-13 | Use a more descriptive function name | crobibero | |
| 2020-12-12 | Enable nullable for Jellyfin.Server.Implementations | Patrick Barron | |
| 2020-12-11 | Use typed UserManager GetPreference | crobibero | |
| 2020-12-11 | Convert DeleteUser to async | Patrick Barron | |
| 2020-11-15 | Update user cache after updating user. | crobibero | |
| 2020-10-29 | Convert some code in UserManager to async | Patrick Barron | |
| 2020-10-30 | Merge pull request #4378 from barronpm/fix-nullref | Bond-009 | |
| Fix possible null reference exception | |||
| 2020-10-29 | Fix possible NullReferenceException | Patrick Barron | |
| 2020-10-27 | Properly remove profile images | Patrick Barron | |
| 2020-10-27 | Apply suggestions | Patrick Barron | |
| 2020-10-26 | Add caching to users | Patrick Barron | |
| 2020-10-09 | Merge pull request #4274 from barronpm/activitylog-query | Anthony Lavado | |
| Rewrite Activity Log Backend | |||
| 2020-10-06 | Merge pull request #4265 from KonH/remove_unnecessary_null_checks | dkanada | |
| Remove unnecessary null checks in some places | |||
| 2020-10-05 | Fix activity log query. | Patrick Barron | |
| 2020-10-04 | Remove default set for MaxActiveSessions | Joshua M. Boniface | |
| 2020-10-04 | Add active session tracking | Joshua 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-03 | Remove unnecessary null checks in some places | KonH | |
| Related to https://github.com/jellyfin/jellyfin/issues/2149 | |||
| 2020-08-27 | Fix partial library and channel access | crobibero | |
| 2020-08-15 | Use IEventManager in UserManager | Patrick Barron | |
| 2020-08-13 | Move GenericEventArgs to Jellyfin.Data.Events | Patrick Barron | |
| 2020-07-28 | Fix #3624 | K900 | |
| 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-26 | Update comment to include space | Odd Stråbø | |
| 2020-07-25 | Allow space in username | Odd Stråbø | |
| 2020-07-23 | Merge pull request #3664 from Bond-009/createuserasync | Joshua M. Boniface | |
| Make CreateUser async | |||
| 2020-07-23 | Merge pull request #3366 from barronpm/remove-usermanager-addparts | Joshua M. Boniface | |
| Remove UserManager.AddParts | |||
| 2020-07-23 | Merge pull request #3663 from crobibero/efcore-leak | Bond-009 | |
| Add missing usings to UserManager | |||
| 2020-07-22 | Don't AddAsync | Bond_009 | |
| 2020-07-22 | Make CreateUser async | Bond_009 | |
| 2020-07-22 | add missing using | crobibero | |
| 2020-07-21 | Make IncrementInvalidLoginAttemptCount async. | Patrick Barron | |
| 2020-07-19 | Fix username case change | crobibero | |
