index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
Jellyfin.Api.Tests
/
Auth
Age
Commit message (
Expand
)
Author
2025-03-25
Fixed namespaces
JPVenson
2025-03-25
WIP fixed namespaces
JPVenson
2025-02-05
Merge remote-tracking branch 'jellyfinorigin/master' into feature/pgsql_provider
JPVenson
2025-02-04
Enable nullable for AuthorizationInfo (#13485)
Bond-009
2025-01-26
Prepared Seperation of Database components for future multi provider support
JPVenson
2024-08-30
Remove BOM from UTF-8 files
Bond_009
2024-06-01
Backport pull request #11873 from jellyfin/release-10.9.z
thornbill
2024-05-17
Backport pull request #11651 from jellyfin/release-10.9.z
thornbill
2024-04-11
Always grant access for Administrator role
Cody Robibero
2023-08-08
Fix error in test preventing Moq update (#10096)
Bond_009
2023-04-06
Remove unused using directives
Stepan Goremykin
2023-02-27
Fix auth endpoints using api key (#9408)
Cody Robibero
2023-02-09
refactor: simplify authz
cvium
2022-09-09
Fix build errors from new warnings
Cody Robibero
2021-11-13
Don't throw exception on unauthenticated requests
Cody Robibero
2021-09-03
remove some newlines
cvium
2021-09-03
remove leading and trailing whitespace from the key
cvium
2021-09-03
fix the build
cvium
2021-09-03
Merge branch 'master' into bug/authorization-header-issue
cvium
2021-06-03
Merge branch 'master' into bug/authorization-header-issue
Tommaso Stocchi
2021-05-20
Migrate authentication db to EF Core
Patrick Barron
2021-03-23
Remove conversion from IPAddress to string to IPAddress
David
2021-03-17
Fix user mocking
Patrick Barron
2021-02-26
Optimized and added test
BaronGreenback
2020-12-01
Provide NoResult instead of Fail in CustomAuthenticationHandler
crobibero
2020-11-13
Fix nullability errors in Jellyfin.Api.Tests
crobibero
2020-11-08
Remove OriginalAuthenticationInfo and add IsAuthenticated property
cvium
2020-10-28
Fix tests
crobibero
2020-08-06
Apply fixes from review
crobibero
2020-06-16
Further cleanup and add final tests
crobibero
2020-06-16
Add tests and cleanup
crobibero
2020-06-16
Fix tests.
crobibero
2020-06-14
Merge remote-tracking branch 'upstream/master' into HEAD
crobibero
2020-06-02
Fix tests
crobibero
2020-05-20
Remove redundant qualifiers
Patrick Barron
2020-05-12
Initial migration code
Patrick Barron
2020-03-24
Remove unused usings
Bond_009
2020-01-31
Enable TreatWarningsAsErrors and Nullable for test projects
Bond_009
2019-12-22
Changed cast style as suggested, improved some member names to make them less...
Ben Magee
2019-12-22
Added tests for FirstTimeSetupOrElevatedHandler
Ben Magee
2019-12-22
Test RequiresElevationHandler for all roles
Ben Magee
2019-12-22
PR style comments
Ben Magee
2019-12-22
Wrote tests to cover CustomAuthenticationHandler
Ben Magee