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 (
Expand
)
Author
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
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