| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-06-19 | Fix UpdateDeviceOptions | Patrick Barron | |
| 2021-06-18 | Use ExecuteSqlInterpolated instead of ExecuteSqlRaw | Patrick Barron | |
| oop | |||
| 2021-06-18 | Merge branch 'master' into authenticationdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/Devices/DeviceManager.cs # Emby.Server.Implementations/HttpServer/Security/SessionContext.cs # Emby.Server.Implementations/Security/AuthenticationRepository.cs # Emby.Server.Implementations/Session/SessionManager.cs # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Library/IUserManager.cs # MediaBrowser.Controller/Net/ISessionContext.cs | |||
| 2021-06-18 | Re-add support for API keys | Patrick Barron | |
| 2021-06-18 | Use consistent name for db context | Patrick Barron | |
| 2021-06-18 | Combine if statements | Patrick Barron | |
| 2021-06-18 | Recreate devices migration with missing fields | Patrick Barron | |
| 2021-06-18 | Fix concurrency issues | Patrick Barron | |
| 2021-06-14 | Update to dotnet 5.0.7 | crobibero | |
| 2021-05-28 | Fix some warnings | Bond_009 | |
| 2021-05-21 | Make methods static in AuthenticationContext | Patrick Barron | |
| 2021-05-21 | Merge branch 'master' into authenticationdb-efcore | Patrick Barron | |
| # Conflicts: # Emby.Server.Implementations/Security/AuthenticationRepository.cs # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Devices/IDeviceManager.cs | |||
| 2021-05-20 | Migrate authentication db to EF Core | Patrick Barron | |
| 2021-05-20 | Add PaginatedQuery abstract class, change startIndex to skip | Patrick Barron | |
| 2021-05-20 | Remove unnecessary query class | Patrick Barron | |
| 2021-05-18 | Merge branch 'master' into authenticationdb-efcore | Patrick Barron | |
| # Conflicts: # Jellyfin.Api/Helpers/RequestHelpers.cs | |||
| 2021-05-14 | Update to dotnet5.0.6 | crobibero | |
| 2021-05-04 | Merge pull request #5623 from barronpm/ef-cleanup2 | Bill Thornton | |
| EF Core Cleanup 2 | |||
| 2021-04-14 | Merge pull request #5729 from crobibero/dotnet5.0.5 | Joshua M. Boniface | |
| Update to dotnet 5.0.5 | |||
| 2021-04-10 | Fix builds | Patrick Barron | |
| 2021-04-10 | Convert UpdateUser to solely async | Patrick Barron | |
| 2021-04-10 | Make device/session code async | Patrick Barron | |
| 2021-04-10 | Rewrite device manager using EF Core | Patrick Barron | |
| 2021-04-10 | Add device indexes | Patrick Barron | |
| 2021-04-10 | Add device entities to schema. | Patrick Barron | |
| 2021-04-08 | Update to dotnet 5.0.5 | crobibero | |
| 2021-04-07 | make custompref value nullable | cvium | |
| 2021-04-03 | Merge pull request #5174 from barronpm/authenticateuser-cleanup | Bond-009 | |
| 2021-04-01 | Use new entities for API key endpoints | Patrick Barron | |
| 2021-04-01 | Add ApiKey entity and associated relationships | Patrick Barron | |
| 2021-03-25 | Clean up user deletion | Patrick Barron | |
| 2021-03-25 | Clean up user renaming | Patrick Barron | |
| 2021-03-25 | Add migration | Patrick Barron | |
| 2021-03-25 | Properly configure foreign keys | Patrick Barron | |
| 2021-03-25 | Use NOCASE collation and index on username field | Patrick Barron | |
| 2021-03-25 | Add indexes for user permissions and preferences | Patrick Barron | |
| 2021-03-25 | Configure user deletion behavior | Patrick Barron | |
| 2021-03-25 | Delete unnecessary indexes | Patrick Barron | |
| Multicolumn indexes can be queried on the first column without needing a separate index | |||
| 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-09 | FxCop -> Net Analyzers (part 1) | Bond_009 | |
| 2021-03-06 | Move EF Core dependency out of Jellyfin.Data | 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-09 | Update to dotnet 5.0.3 | crobibero | |
| 2021-02-06 | Clean up UserManager.AuthenticateUser | Patrick Barron | |
