| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-14 | Merge branch 'master' into ef-cleanup | Patrick Barron | |
| # Conflicts: # Jellyfin.Data/Entities/Libraries/MediaFileStream.cs # Jellyfin.Data/Jellyfin.Data.csproj | |||
| 2021-03-13 | FxCop -> Net Analyzers (part 2) | Bond_009 | |
| 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 | Merge pull request #4766 from barronpm/usermanager-async | Bond-009 | |
| Convert DeleteUser to async | |||
| 2020-12-11 | Convert DeleteUser to async | Patrick Barron | |
| 2020-12-04 | Add ItemId to all display preferences | crobibero | |
| 2020-12-03 | Add support for custom item display preferences | crobibero | |
| 2020-11-18 | More spelling corrections. | Greenback | |
| 2020-11-16 | Merge pull request #4485 from crobibero/update-user-cache | Bill Thornton | |
| Update user cache after updating user. | |||
| 2020-11-15 | Suggestions from review | crobibero | |
| 2020-11-15 | Update user cache after updating user. | crobibero | |
| 2020-11-13 | Updated based on review feedback | crobibero | |
| 2020-11-13 | Use null coalescing when possible | crobibero | |
| 2020-11-13 | Convert NullReferenceException to ResourceNotFoundException | crobibero | |
| 2020-11-13 | Fix nullability errors in Jellyfin.Server.Implementations | 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 | Disable invalid auth provider | cvium | |
| 2020-10-03 | Remove unnecessary null checks in some places | KonH | |
| Related to https://github.com/jellyfin/jellyfin/issues/2149 | |||
| 2020-09-03 | Merge branch 'master' into scoped-displaypreferences | Patrick Barron | |
| 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-08-08 | Make DisplayPreferencesManager scoped | Patrick Barron | |
| 2020-08-01 | Merge pull request #3578 from barronpm/displaypreferences-efcore | Bond-009 | |
| Migrate Display Preferences to EF Core | |||
| 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-27 | Serialize/deserialize new entities properly. | Patrick Barron | |
| 2020-07-27 | Merge pull request #3679 from barronpm/json-1 | Anthony Lavado | |
| Use System.Text.Json in DefaultPasswordResetProvider | |||
| 2020-07-26 | Update comment to include space | Odd Stråbø | |
