Commit Graph

37 Commits (master)

Author SHA1 Message Date
thornbill dc2db22c3d Backport pull request #11873 from jellyfin/release-10.9.z
2 weeks ago
thornbill 9a1a588857 Backport pull request #11651 from jellyfin/release-10.9.z
4 weeks ago
Cody Robibero 92eb9e3a94 Always grant access for Administrator role
2 months ago
Bond_009 084e0bf450 Fix error in test preventing Moq update (#10096)
10 months ago
Stepan Goremykin 26958162d0 Remove unused using directives
1 year ago
Cody Robibero 4873d2a54d
Fix auth endpoints using api key (#9408)
1 year ago
cvium 209edd38a4 refactor: simplify authz
1 year ago
Cody Robibero 6004060b4e Fix build errors from new warnings
2 years ago
Cody Robibero 4a28f46cac Don't throw exception on unauthenticated requests
3 years ago
cvium 907d9fa195 remove some newlines
3 years ago
cvium 1172ece856 remove leading and trailing whitespace from the key
3 years ago
cvium 60185f99c4 fix the build
3 years ago
cvium 6b3ecf2533 Merge branch 'master' into bug/authorization-header-issue
3 years ago
Tommaso Stocchi 2b232df07f
Merge branch 'master' into bug/authorization-header-issue
3 years ago
Patrick Barron a0c6f72762 Migrate authentication db to EF Core
3 years ago
David 19e4ef82dd Remove conversion from IPAddress to string to IPAddress
3 years ago
Patrick Barron 85da0b50e2 Fix user mocking
3 years ago
BaronGreenback 414e918c01 Optimized and added test
3 years ago
crobibero 38b3b4f867 Provide NoResult instead of Fail in CustomAuthenticationHandler
4 years ago
crobibero 445eec7f5f Fix nullability errors in Jellyfin.Api.Tests
4 years ago
cvium e78c63c4dc Remove OriginalAuthenticationInfo and add IsAuthenticated property
4 years ago
crobibero 8b83e4e972 Fix tests
4 years ago
crobibero fffa94fc33 Apply fixes from review
4 years ago
crobibero 29917699f0 Further cleanup and add final tests
4 years ago
crobibero b22fdbf59e Add tests and cleanup
4 years ago
crobibero 774fdbd031 Fix tests.
4 years ago
crobibero 589735f60c Merge remote-tracking branch 'upstream/master' into HEAD
4 years ago
crobibero 2476848dd3 Fix tests
4 years ago
Patrick Barron c464f700db Remove redundant qualifiers
4 years ago
Patrick Barron 9ad839c776 Initial migration code
4 years ago
Bond_009 e9d1eabd53 Remove unused usings
4 years ago
Bond_009 71abf1d3ce Enable TreatWarningsAsErrors and Nullable for test projects
4 years ago
Ben Magee d1461b4238
Changed cast style as suggested, improved some member names to make them less ambiguous
5 years ago
Ben Magee 00c6d392a1
Added tests for FirstTimeSetupOrElevatedHandler
5 years ago
Ben Magee ef75455178
Test RequiresElevationHandler for all roles
5 years ago
Ben Magee 8c4e679ff4
PR style comments
5 years ago
Ben Magee f47c7959af
Wrote tests to cover CustomAuthenticationHandler
5 years ago