aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations
AgeCommit message (Collapse)Author
2021-06-19Fix UpdateDeviceOptionsPatrick Barron
2021-06-18Use ExecuteSqlInterpolated instead of ExecuteSqlRawPatrick Barron
oop
2021-06-18Merge branch 'master' into authenticationdb-efcorePatrick 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-18Re-add support for API keysPatrick Barron
2021-06-18Use consistent name for db contextPatrick Barron
2021-06-18Combine if statementsPatrick Barron
2021-06-18Recreate devices migration with missing fieldsPatrick Barron
2021-06-18Fix concurrency issuesPatrick Barron
2021-06-14Update to dotnet 5.0.7crobibero
2021-05-28Fix some warningsBond_009
2021-05-21Make methods static in AuthenticationContextPatrick Barron
2021-05-21Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Security/AuthenticationRepository.cs # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Devices/IDeviceManager.cs
2021-05-20Migrate authentication db to EF CorePatrick Barron
2021-05-20Add PaginatedQuery abstract class, change startIndex to skipPatrick Barron
2021-05-20Remove unnecessary query classPatrick Barron
2021-05-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Jellyfin.Api/Helpers/RequestHelpers.cs
2021-05-14Update to dotnet5.0.6crobibero
2021-05-04Merge pull request #5623 from barronpm/ef-cleanup2Bill Thornton
EF Core Cleanup 2
2021-04-14Merge pull request #5729 from crobibero/dotnet5.0.5Joshua M. Boniface
Update to dotnet 5.0.5
2021-04-10Fix buildsPatrick Barron
2021-04-10Convert UpdateUser to solely asyncPatrick Barron
2021-04-10Make device/session code asyncPatrick Barron
2021-04-10Rewrite device manager using EF CorePatrick Barron
2021-04-10Add device indexesPatrick Barron
2021-04-10Add device entities to schema.Patrick Barron
2021-04-08Update to dotnet 5.0.5crobibero
2021-04-07make custompref value nullablecvium
2021-04-03Merge pull request #5174 from barronpm/authenticateuser-cleanupBond-009
2021-04-01Use new entities for API key endpointsPatrick Barron
2021-04-01Add ApiKey entity and associated relationshipsPatrick Barron
2021-03-25Clean up user deletionPatrick Barron
2021-03-25Clean up user renamingPatrick Barron
2021-03-25Add migrationPatrick Barron
2021-03-25Properly configure foreign keysPatrick Barron
2021-03-25Use NOCASE collation and index on username fieldPatrick Barron
2021-03-25Add indexes for user permissions and preferencesPatrick Barron
2021-03-25Configure user deletion behaviorPatrick Barron
2021-03-25Delete unnecessary indexesPatrick Barron
Multicolumn indexes can be queried on the first column without needing a separate index
2021-03-17Fix duplicate permissionsPatrick Barron
2021-03-14Merge branch 'master' into ef-cleanupPatrick Barron
# Conflicts: # Jellyfin.Data/Entities/Libraries/MediaFileStream.cs # Jellyfin.Data/Jellyfin.Data.csproj
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2021-03-09FxCop -> Net Analyzers (part 1)Bond_009
2021-03-06Move EF Core dependency out of Jellyfin.DataPatrick Barron
2021-03-06Enable nullable for Jellyfin.Data and remove unnecessary attributesPatrick Barron
2021-02-25Make styling more consistentPatrick Barron
2021-02-17Validate the new username when renamingcvium
2021-02-16Don't allow new users to be created with the same name as an existing user.Patrick Barron
2021-02-16Fix user renaming logicPatrick Barron
2021-02-09Update to dotnet 5.0.3crobibero
2021-02-06Clean up UserManager.AuthenticateUserPatrick Barron