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
/
CustomAuthenticationHandlerTests.cs
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
2021-11-13
Don't throw exception on unauthenticated requests
Cody Robibero
2021-05-20
Migrate authentication db to EF Core
Patrick Barron
2021-03-17
Fix user mocking
Patrick Barron
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-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-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
PR style comments
Ben Magee
2019-12-22
Wrote tests to cover CustomAuthenticationHandler
Ben Magee