aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Auth
AgeCommit message (Collapse)Author
2025-03-25WIP fixed namespacesJPVenson
2025-02-05Merge remote-tracking branch 'jellyfinorigin/master' into feature/pgsql_providerJPVenson
2025-02-04Enable nullable for AuthorizationInfo (#13485)Bond-009
2025-02-02Merge remote-tracking branch 'jellyfinorigin/master' into feature/pgsql_providerJPVenson
2025-01-26Prepared Seperation of Database components for future multi provider supportJPVenson
2025-01-22Remove useless checks and dead codeBond_009
2024-08-30Remove BOM from UTF-8 filesBond_009
I think some people need to change their IDE configuration ;)
2024-06-01Backport pull request #11873 from jellyfin/release-10.9.zthornbill
Fix FirstTimeSetupHandler allowing public access Original-merge: 869dab2ba2900c18f9de817607e1b0d3681f8ac9 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-17Backport pull request #11651 from jellyfin/release-10.9.zthornbill
Fix FirstTimeSetupPolicy allowing guest access Original-merge: 2cb052a119a43edbdeaba33f77d929a5ee4b405c Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-04-11Always grant access for Administrator roleCody Robibero
2024-02-26Store lyrics in the database as media streams (#9951)Cody Robibero
2024-01-17Use helper function to compare guid (#10825)Cody Robibero
2023-11-14Fix warningsBond_009
2023-05-11Merge branch 'master' into network-rewriteShadowghost
2023-05-10Fix FirstTimeSetupHandler not failing on invalid user if not in setup mode ↵Shadowghost
(#9747)
2023-03-03Merge branch 'master' into network-rewriteShadowghost
2023-02-27Fix auth endpoints using api key (#9408)Cody Robibero
2023-02-17Consistently write IP in upercaseShadowghost
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