aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Auth
AgeCommit message (Collapse)Author
2023-05-10Fix FirstTimeSetupHandler not failing on invalid user if not in setup mode ↵Shadowghost
(#9747)
2023-02-27Fix auth endpoints using api key (#9408)Cody Robibero
2023-02-14Fix LocalAccessOrRequiresElevationHandler (#9315)Shadowghost
2023-02-14Add back LocalAccessOrRequiresElevationPolicyShadowghost
2023-02-13Add permission for collection managementShadowghost
2023-02-12fix merge conflictcvium
2023-02-09remove unnecessary initcvium
2023-02-09fix empty user id check for api keyscvium
2023-02-09admins shouldn't be able to circumvent remote access policiescvium
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-11-13Don't throw exception on unauthenticated requestsCody Robibero
2021-10-26Merge pull request #5755 from BaronGreenback/NetworkAccessPolicyClaus Vium
2021-10-03Fix warning: The nullable warning suppression expression is redundant (#2149)KonH
2021-09-24Target net6.0Bond_009
2021-09-10Fix xmldoccvium
2021-09-10Remove the dependency on BaseAuthorizationHandlercvium
2021-09-10Merge branch 'master' into NetworkAccessPolicycvium
2021-05-20Migrate authentication db to EF CorePatrick Barron
2021-05-05Enable nullable reference types for MediaBrowser.CommonBond_009
2021-04-11RenamedBaronGreenback
2021-04-10Network Access PolicyBaronGreenback
2020-12-07Minor code style related changeIonut Andrei Oanca
2020-12-07Update authorization policies for SyncPlayIonut Andrei Oanca
2020-12-04Merge pull request #3194 from OancaAndrei/syncplay-enhancedJoshua M. Boniface
SyncPlay for TV series (and Music)
2020-12-04Fix access policies to SyncPlayIonut Andrei Oanca
2020-12-03Move request validation to auth policiescvium
2020-12-01Return NoResult only when request doesn't have a token.crobibero
2020-12-01Provide NoResult instead of Fail in CustomAuthenticationHandlercrobibero
2020-11-08Remove OriginalAuthenticationInfo and add IsAuthenticated propertycvium
2020-10-28Use proper IsApiKey flagcrobibero
2020-10-14clean up authorization handlerscrobibero
2020-10-14Allow apikey to authenticate as admincrobibero
2020-09-10Standardize use of IsLocal and RemoteIpcvium
2020-08-09Fix Requirement assigned to Handlercrobibero
2020-08-06Apply fixes from reviewcrobibero
2020-08-06Apply fixes from reviewcrobibero
2020-08-03Fix some request parameterscrobibero
2020-07-31Move DynamicHlsService to Jellyfin.Apicrobibero
2020-07-20changes from mergecrobibero
2020-07-20Merge remote-tracking branch 'upstream/master' into api-migration-mergecrobibero
2020-07-07Make query parameters nullable or set default valuecrobibero
2020-06-21Merge remote-tracking branch 'upstream/api-migration' into api-librarycrobibero
2020-06-20Use authorization code from api-migration to fix startup wizardDavid
2020-06-19Move LibraryService.cs to Jellyfin.Apicrobibero
2020-06-19Remove #nullable enableDavid Ullmer
2020-06-16Fix tests.crobibero
2020-06-15Add more authorization handlers, actually authorize requestscrobibero