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.Api
/
Auth
/
CustomAuthenticationHandler.cs
Age
Commit message (
Collapse
)
Author
2025-03-25
WIP fixed namespaces
JPVenson
2025-02-05
Merge remote-tracking branch 'jellyfinorigin/master' into feature/pgsql_provider
JPVenson
2025-02-04
Enable nullable for AuthorizationInfo (#13485)
Bond-009
2025-02-02
Merge remote-tracking branch 'jellyfinorigin/master' into feature/pgsql_provider
JPVenson
2025-01-26
Prepared Seperation of Database components for future multi provider support
JPVenson
2025-01-22
Remove useless checks and dead code
Bond_009
2023-11-14
Fix warnings
Bond_009
2021-11-13
Don't throw exception on unauthenticated requests
Cody Robibero
2021-05-20
Migrate authentication db to EF Core
Patrick Barron
2020-12-01
Return NoResult only when request doesn't have a token.
crobibero
2020-12-01
Provide NoResult instead of Fail in CustomAuthenticationHandler
crobibero
2020-11-08
Remove OriginalAuthenticationInfo and add IsAuthenticated property
cvium
2020-10-28
Use proper IsApiKey flag
crobibero
2020-10-14
Allow apikey to authenticate as admin
crobibero
2020-07-20
Merge remote-tracking branch 'upstream/master' into api-migration-merge
crobibero
2020-06-20
Use authorization code from api-migration to fix startup wizard
David
2020-06-19
Remove #nullable enable
David Ullmer
2020-06-16
Fix tests.
crobibero
2020-06-15
Add more authorization handlers, actually authorize requests
crobibero
2020-06-14
Merge remote-tracking branch 'upstream/master' into HEAD
crobibero
2020-06-13
merge master into api-migration
crobibero
2020-06-01
Remove log spam when using legacy api
crobibero
2020-05-26
Merge branch 'master' into userdb-efcore
Patrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj # MediaBrowser.Api/UserService.cs # MediaBrowser.Controller/Library/IUserManager.cs
2020-05-17
Fix 500 error causing first-time setup wizard to hang
Nathan Kessler
2020-05-12
Initial migration code
Patrick Barron
2019-11-24
Fix more review comments
Claus Vium
2019-11-24
Fix review comments
Claus Vium
2019-11-23
Add style rules and fix it all
Claus Vium
2019-11-23
Add authentication and remove versioning
Claus Vium