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
/
Emby.Server.Implementations
/
HttpServer
/
Security
/
AuthorizationContext.cs
Age
Commit message (
Expand
)
Author
2021-05-20
Migrate authentication db to EF Core
Patrick Barron
2020-12-09
Fix inverted condition when authenticating with an ApiKey
crobibero
2020-12-01
Return NoResult only when request doesn't have a token.
crobibero
2020-11-14
Use string.Trim(char) instead of string.Trim(char[]) where possible
Bond_009
2020-11-14
Use string.Split(char) where possible instead of string.Split(char[])
Bond_009
2020-11-08
Remove OriginalAuthenticationInfo and add IsAuthenticated property
cvium
2020-11-08
Merge pull request #4330 from crobibero/api-key-auth
Claus Vium
2020-10-28
Use proper IsApiKey flag
crobibero
2020-10-26
Fix setting duplicate keys from auth header
crobibero
2020-10-15
Move SecurityException
crobibero
2020-10-14
Allow apikey to authenticate as admin
crobibero
2020-09-02
More fixes
Claus Vium
2020-09-02
Remove ServiceStack and related stuff
Claus Vium
2020-06-17
revert adding Jellyfin to auth header
crobibero
2020-06-16
Update Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs
Cody Robibero
2020-06-15
Add GetAuthorizationInfo for netcore HttpRequest
crobibero
2020-05-12
Initial migration code
Patrick Barron
2020-02-23
Fix some warnings
Bond_009
2019-12-11
More warnings (removed)
Bond_009
2019-11-27
Fix more warnings
Bond_009
2019-09-02
Fix warnings, improve performance (#1665)
Bond-009
2019-03-05
Switch to HeaderNames instead of hardcoded strings (and other header related ...
Claus Vium
2019-01-13
ReSharper format: conform inline 'out' parameters.
Erwin de Haan
2019-01-13
Visual Studio Reformat: Emby.Server.Implementations Part De-H
Erwin de Haan
2019-01-11
Merge branch 'dev' into code-cleanup
Erwin de Haan
2019-01-10
Mayor code cleanup
Erwin de Haan
2019-01-07
remove trailing whitespace
hawken
2018-12-27
Add GPL modules
Andrew Rabert
2018-12-10
Remove Emby.Server.Connect
Andrew Rabert
2018-09-12
Update to 3.5.2 and .net core 2.1
stefan
2017-10-17
resolve version changing in now playing display
Luke Pulverenti
2017-09-03
update request classes
Luke Pulverenti
2017-08-30
3.2.30.3
Luke Pulverenti
2017-01-13
update components
Luke Pulverenti
2016-11-03
move classes
Luke Pulverenti