aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Api.Tests/Auth
AgeCommit message (Collapse)Author
2025-03-25Fixed namespacesJPVenson
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-01-26Prepared Seperation of Database components for future multi provider supportJPVenson
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
2023-08-08Fix error in test preventing Moq update (#10096)Bond_009
2023-04-06Remove unused using directivesStepan Goremykin
2023-02-27Fix auth endpoints using api key (#9408)Cody Robibero
2023-02-09refactor: simplify authzcvium
2022-09-09Fix build errors from new warningsCody Robibero
2021-11-13Don't throw exception on unauthenticated requestsCody Robibero
2021-09-03remove some newlinescvium
2021-09-03remove leading and trailing whitespace from the keycvium
2021-09-03fix the buildcvium
2021-09-03Merge branch 'master' into bug/authorization-header-issuecvium
2021-06-03Merge branch 'master' into bug/authorization-header-issueTommaso Stocchi
2021-05-20Migrate authentication db to EF CorePatrick Barron
2021-03-23Remove conversion from IPAddress to string to IPAddressDavid
2021-03-17Fix user mockingPatrick Barron
2021-02-26Optimized and added testBaronGreenback
2020-12-01Provide NoResult instead of Fail in CustomAuthenticationHandlercrobibero
2020-11-13Fix nullability errors in Jellyfin.Api.Testscrobibero
2020-11-08Remove OriginalAuthenticationInfo and add IsAuthenticated propertycvium
2020-10-28Fix testscrobibero
2020-08-06Apply fixes from reviewcrobibero
2020-06-16Further cleanup and add final testscrobibero
2020-06-16Add tests and cleanupcrobibero
2020-06-16Fix tests.crobibero
2020-06-14Merge remote-tracking branch 'upstream/master' into HEADcrobibero
2020-06-02Fix testscrobibero
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-12Initial migration codePatrick Barron
2020-03-24Remove unused usingsBond_009
2020-01-31Enable TreatWarningsAsErrors and Nullable for test projectsBond_009
2019-12-22Changed cast style as suggested, improved some member names to make them ↵Ben Magee
less ambiguous
2019-12-22Added tests for FirstTimeSetupOrElevatedHandlerBen Magee
2019-12-22Test RequiresElevationHandler for all rolesBen Magee
2019-12-22PR style commentsBen Magee
2019-12-22Wrote tests to cover CustomAuthenticationHandlerBen Magee