Bond-009
|
b87765bace
|
Update Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
Co-authored-by: Patrick Barron <barronpm@gmail.com>
|
1 year ago |
Bond_009
|
76c64516a7
|
Simplify some stuff in AuthorizationContext
|
1 year ago |
Stepan Goremykin
|
26958162d0
|
Remove unused using directives
|
2 years ago |
Patrick Barron
|
8479f0f90c
|
Rename JellyfinDb to JellyfinDbContext
|
2 years ago |
Patrick Barron
|
f07553abdf
|
Optimize EF Core queries and remove unnecessary AsQueryable calls
|
2 years ago |
Bond_009
|
52194f56b5
|
Replace != null with is not null
|
2 years ago |
Bond_009
|
c7d50d640e
|
Replace == null with is null
|
2 years ago |
cvium
|
b836fe9685
|
remove JellyfinDbProvider and add second level caching
|
2 years ago |
Cody Robibero
|
b611afe34c
|
Merge pull request #7774 from crobibero/api-authinfo
(cherry picked from commit 825e6460c9 )
Signed-off-by: Joshua Boniface <joshua@boniface.me>
|
2 years ago |
Nicholas Sica
|
8ae5316198
|
Fix Ombi auth through Jellyfin
|
3 years ago |
Nicholas Sica
|
c5e42ddcc6
|
Fix Ombi auth through Jellyfin
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
3 years ago |
NickSica
|
4b2c40f717
|
Fixes Ombi auth through Jellyfin
|
3 years ago |
Cody Robibero
|
017380f1dd
|
Reference dotnet6-rc1 packages
|
3 years ago |
KonH
|
7c282ec369
|
Fix warning: The nullable warning suppression expression is redundant (#2149)
|
3 years ago |
cvium
|
1172ece856
|
remove leading and trailing whitespace from the key
|
3 years ago |
cvium
|
60185f99c4
|
fix the build
|
3 years ago |
cvium
|
6b3ecf2533
|
Merge branch 'master' into bug/authorization-header-issue
|
3 years ago |
Cody Robibero
|
ff9d14c811
|
Merge remote-tracking branch 'upstream/master' into authenticationdb-efcore
|
3 years ago |
Patrick Barron
|
fdba71e133
|
Fix Api Key authentication
|
3 years ago |
Patrick Barron
|
ae878fa051
|
Merge branch 'master' into authenticationdb-efcore
# Conflicts:
# Emby.Server.Implementations/QuickConnect/QuickConnectManager.cs
# Emby.Server.Implementations/Session/SessionManager.cs
# Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
|
3 years ago |
Patrick Barron
|
be88efce3c
|
Merge branch 'master' into authenticationdb-efcore
# 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
|
3 years ago |
Patrick Barron
|
336ba2879f
|
Re-add support for API keys
|
3 years ago |
Patrick Barron
|
0292936c65
|
Use consistent name for db context
|
3 years ago |
Patrick Barron
|
4206c0e091
|
Combine if statements
|
3 years ago |
Patrick Barron
|
3d9c16ba6b
|
Fix concurrency issues
|
3 years ago |
Patrick Barron
|
37a8a82ac5
|
Make methods static in AuthenticationContext
|
4 years ago |
Patrick Barron
|
b6446c06ee
|
Merge branch 'master' into authenticationdb-efcore
# Conflicts:
# Emby.Server.Implementations/Security/AuthenticationRepository.cs
# Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
# MediaBrowser.Controller/Devices/IDeviceManager.cs
|
4 years ago |
Patrick Barron
|
a0c6f72762
|
Migrate authentication db to EF Core
|
4 years ago |
Patrick Barron
|
ed0b5ff017
|
Fix builds
|
4 years ago |
Patrick Barron
|
499785bebb
|
Use new entities for API key endpoints
|
4 years ago |