aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Auth/BaseAuthorizationHandler.cs
AgeCommit message (Collapse)Author
2023-02-09refactor: simplify authzcvium
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-10-06fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContextcvium
2021-09-10Remove the dependency on BaseAuthorizationHandlercvium
2021-09-10Merge branch 'master' into NetworkAccessPolicycvium
2021-05-05Enable nullable reference types for MediaBrowser.CommonBond_009
2021-04-10Network Access PolicyBaronGreenback
2020-10-28Use proper IsApiKey flagcrobibero
2020-10-14Allow apikey to authenticate as admincrobibero
2020-09-10Standardize use of IsLocal and RemoteIpcvium
2020-08-03Fix some request parameterscrobibero
2020-07-31Move DynamicHlsService to Jellyfin.Apicrobibero
2020-07-07Make query parameters nullable or set default valuecrobibero
2020-06-21Merge remote-tracking branch 'upstream/api-migration' into api-librarycrobibero
2020-06-19Move LibraryService.cs to Jellyfin.Apicrobibero
2020-06-19Remove #nullable enableDavid Ullmer
2020-06-15Add more authorization handlers, actually authorize requestscrobibero