index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Jellyfin.Server.Implementations
/
Security
Age
Commit message (
Expand
)
Author
2025-03-25
Fixed namespaces
JPVenson
2025-03-25
WIP fixed namespaces
JPVenson
2025-02-04
Enable nullable for AuthorizationInfo (#13485)
Bond-009
2025-01-11
Add option to disable deprecated legacy authorization options (#13306)
Niels van Velzen
2024-08-30
Remove BOM from UTF-8 files
Bond_009
2024-08-05
Backport pull request #11901 from jellyfin/release-10.9.z
gnattu
2023-11-22
Use ExecuteDelete for removing API keys
Patrick Barron
2023-11-14
Fix warnings
Bond_009
2023-10-05
Update Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
Bond-009
2023-10-04
Simplify some stuff in AuthorizationContext
Bond_009
2023-04-06
Remove unused using directives
Stepan Goremykin
2023-01-16
Rename JellyfinDb to JellyfinDbContext
Patrick Barron
2023-01-16
Optimize EF Core queries and remove unnecessary AsQueryable calls
Patrick Barron
2022-12-05
Replace != null with is not null
Bond_009
2022-12-05
Replace == null with is null
Bond_009
2022-10-21
remove JellyfinDbProvider and add second level caching
cvium
2022-05-20
Merge pull request #7774 from crobibero/api-authinfo
Cody Robibero
2021-11-12
Fix Ombi auth through Jellyfin
Nicholas Sica
2021-11-11
Fix Ombi auth through Jellyfin
Nicholas Sica
2021-11-11
Fixes Ombi auth through Jellyfin
NickSica
2021-10-04
Reference dotnet6-rc1 packages
Cody Robibero
2021-10-03
Fix warning: The nullable warning suppression expression is redundant (#2149)
KonH
2021-09-03
remove leading and trailing whitespace from the key
cvium
2021-09-03
fix the build
cvium
2021-09-03
Merge branch 'master' into bug/authorization-header-issue
cvium
2021-09-03
Merge remote-tracking branch 'upstream/master' into authenticationdb-efcore
Cody Robibero
2021-06-27
Fix Api Key authentication
Patrick Barron
2021-06-23
Merge branch 'master' into authenticationdb-efcore
Patrick Barron
2021-06-18
Merge branch 'master' into authenticationdb-efcore
Patrick Barron
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
Fix concurrency issues
Patrick Barron
2021-05-21
Make methods static in AuthenticationContext
Patrick Barron
2021-05-21
Merge branch 'master' into authenticationdb-efcore
Patrick Barron
2021-05-20
Migrate authentication db to EF Core
Patrick Barron
2021-04-10
Fix builds
Patrick Barron
2021-04-01
Use new entities for API key endpoints
Patrick Barron