| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-11 | fix 10.7.2 nullable | cvium | |
| 2021-04-11 | Merge pull request #5717 from cvium/nullable-custompref-value | Bond-009 | |
| (cherry picked from commit 47bbe4c1466da4959f8eeb01f75565e1e8791e18) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2021-02-21 | Merge pull request #5255 from cvium/fix_renameuser | Bond-009 | |
| (cherry picked from commit ae30eaf32055c8c80a7c912e7683527f8713619b) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2021-02-21 | Merge pull request #5250 from barronpm/user-rename-fix | dkanada | |
| Fix user renaming logic (cherry picked from commit b4c2086138cf51be0df6c116533de78ed08fc7d2) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2021-02-21 | Merge pull request #5200 from crobibero/dotnet-5.0.3 | Joshua M. Boniface | |
| Update to dotnet 5.0.3 (cherry picked from commit 426b55052f726fe33ffe1771bd317395c57a437d) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2021-01-23 | Merge pull request #5031 from crobibero/5.0.2 | Joshua M. Boniface | |
| Update to dotnet 5.0.2 (cherry picked from commit 3bf7e18886840307d56a304f1a2d28c95ce678d8) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2020-12-30 | Merge pull request #4771 from crobibero/typed-get-preference | Claus Vium | |
| Use typed UserManager GetPreference (cherry picked from commit 21d2e9ff0cc0933484b2a7768d7a36446b36616a) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2020-12-13 | Merge pull request #4753 from crobibero/5.0.1 | Claus Vium | |
| Update to dotnet 5.0.1 (cherry picked from commit a56ac654498298f2d67a5109f8112ba17ca9ee22) Signed-off-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2020-12-04 | Add ItemId to all display preferences | crobibero | |
| 2020-12-03 | Add support for custom item display preferences | crobibero | |
| 2020-11-25 | Fix efcore not returning a UTC DateTime | crobibero | |
| 2020-11-23 | Don't send activity event if notification type is null | 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-11-10 | Update packages to net5 | crobibero | |
| 2020-11-02 | Merge pull request #4326 from crobibero/purge-activity-log | Bond-009 | |
| Automatically clean activity log database | |||
| 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-14 | Automatically clean activity log database | crobibero | |
| 2020-10-13 | Update to dotnet 3.1.9 | crobibero | |
| 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-05 | Add default value of 0 | Joshua M. Boniface | |
| 2020-10-05 | Make MaxActiveSessions not nullable | Joshua M. Boniface | |
| Fixes a bad assumption with the previous migration. | |||
| 2020-10-05 | Merge pull request #4210 from nielsvanvelzen/typed-websocket-message | Bond-009 | |
| Use enum for WebSocket message types | |||
| 2020-10-04 | Rename migrations to match others | Joshua M. Boniface | |
| 2020-10-04 | Rewrite activity log backend to use a query class. | Patrick Barron | |
| 2020-10-04 | Add pragma warning disabled to migrations | Joshua M. Boniface | |
| 2020-10-04 | Remove default set for MaxActiveSessions | Joshua M. Boniface | |
| 2020-10-04 | Add DB migration for new MaxActiveSessions field | 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-27 | Use SessionMessageType for WebSocket messages | Niels van Velzen | |
| 2020-09-12 | update to dotnet 3.1.8 | crobibero | |
| 2020-09-05 | Generate migration for display preferences fix. | Patrick Barron | |
| 2020-09-05 | Clean up JellyfinDb and fix display preferences index. | Patrick Barron | |
| 2020-09-03 | Merge branch 'master' into scoped-displaypreferences | Patrick Barron | |
| 2020-08-31 | Merge remote-tracking branch 'upstream/master' into 3.1.7 | crobibero | |
