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
/
BaseAuthorizationHandler.cs
Age
Commit message (
Collapse
)
Author
2023-02-09
refactor: simplify authz
cvium
2022-12-05
Replace != null with is not null
Bond_009
2022-12-05
Replace == null with is null
Bond_009
2022-10-06
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
cvium
2021-09-10
Remove the dependency on BaseAuthorizationHandler
cvium
2021-09-10
Merge branch 'master' into NetworkAccessPolicy
cvium
2021-05-05
Enable nullable reference types for MediaBrowser.Common
Bond_009
2021-04-10
Network Access Policy
BaronGreenback
2020-10-28
Use proper IsApiKey flag
crobibero
2020-10-14
Allow apikey to authenticate as admin
crobibero
2020-09-10
Standardize use of IsLocal and RemoteIp
cvium
2020-08-03
Fix some request parameters
crobibero
2020-07-31
Move DynamicHlsService to Jellyfin.Api
crobibero
2020-07-07
Make query parameters nullable or set default value
crobibero
2020-06-21
Merge remote-tracking branch 'upstream/api-migration' into api-library
crobibero
2020-06-19
Move LibraryService.cs to Jellyfin.Api
crobibero
2020-06-19
Remove #nullable enable
David Ullmer
2020-06-15
Add more authorization handlers, actually authorize requests
crobibero