aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Security
AgeCommit message (Collapse)Author
2025-03-25Fixed namespacesJPVenson
2025-03-25WIP fixed namespacesJPVenson
2025-02-04Enable nullable for AuthorizationInfo (#13485)Bond-009
2025-01-11Add option to disable deprecated legacy authorization options (#13306)Niels van Velzen
2024-08-30Remove BOM from UTF-8 filesBond_009
I think some people need to change their IDE configuration ;)
2024-08-05Backport pull request #11901 from jellyfin/release-10.9.zgnattu
Implement Device Cache to replace EFCoreSecondLevelCacheInterceptor Original-merge: b7bc0e1c96553675a490c0bd92a58ad9c5f0d0e1 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Bond_009 <bond.009@outlook.com>
2023-11-22Use ExecuteDelete for removing API keysPatrick Barron
2023-11-14Fix warningsBond_009
2023-10-05Update Jellyfin.Server.Implementations/Security/AuthorizationContext.csBond-009
Co-authored-by: Patrick Barron <barronpm@gmail.com>
2023-10-04Simplify some stuff in AuthorizationContextBond_009
2023-04-06Remove unused using directivesStepan Goremykin
2023-01-16Rename JellyfinDb to JellyfinDbContextPatrick Barron
2023-01-16Optimize EF Core queries and remove unnecessary AsQueryable callsPatrick Barron
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-10-21remove JellyfinDbProvider and add second level cachingcvium
2022-05-20Merge pull request #7774 from crobibero/api-authinfoCody Robibero
(cherry picked from commit 825e6460c9df04d8023634d71a0c82c93ca6ee2b) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2021-11-12Fix Ombi auth through JellyfinNicholas Sica
2021-11-11Fix Ombi auth through JellyfinNicholas Sica
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-11-11Fixes Ombi auth through JellyfinNickSica
2021-10-04Reference dotnet6-rc1 packagesCody Robibero
2021-10-03Fix warning: The nullable warning suppression expression is redundant (#2149)KonH
2021-09-03remove leading and trailing whitespace from the keycvium
2021-09-03fix the buildcvium
2021-09-03Merge branch 'master' into bug/authorization-header-issuecvium
2021-09-03Merge remote-tracking branch 'upstream/master' into authenticationdb-efcoreCody Robibero
2021-06-27Fix Api Key authenticationPatrick Barron
2021-06-23Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/QuickConnect/QuickConnectManager.cs # Emby.Server.Implementations/Session/SessionManager.cs # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
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-18Fix concurrency issuesPatrick Barron
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-04-10Fix buildsPatrick Barron
2021-04-01Use new entities for API key endpointsPatrick Barron