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
/
Jellyfin.Api
/
Auth
Age
Commit message (
Expand
)
Author
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-02-02
Merge remote-tracking branch 'jellyfinorigin/master' into feature/pgsql_provider
JPVenson
2025-01-26
Prepared Seperation of Database components for future multi provider support
JPVenson
2025-01-22
Remove useless checks and dead code
Bond_009
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
2024-02-26
Store lyrics in the database as media streams (#9951)
Cody Robibero
2024-01-17
Use helper function to compare guid (#10825)
Cody Robibero
2023-11-14
Fix warnings
Bond_009
2023-05-11
Merge branch 'master' into network-rewrite
Shadowghost
2023-05-10
Fix FirstTimeSetupHandler not failing on invalid user if not in setup mode (#...
Shadowghost
2023-03-03
Merge branch 'master' into network-rewrite
Shadowghost
2023-02-27
Fix auth endpoints using api key (#9408)
Cody Robibero
2023-02-17
Consistently write IP in upercase
Shadowghost
2023-02-14
Fix LocalAccessOrRequiresElevationHandler (#9315)
Shadowghost
2023-02-14
Add back LocalAccessOrRequiresElevationPolicy
Shadowghost
2023-02-13
Add permission for collection management
Shadowghost
2023-02-12
fix merge conflict
cvium
2023-02-09
remove unnecessary init
cvium
2023-02-09
fix empty user id check for api keys
cvium
2023-02-09
admins shouldn't be able to circumvent remote access policies
cvium
2023-02-09
refactor: simplify authz
cvium
2022-12-05
Replace != null with is not null
Bond_009
2022-12-05
Replace == null with is null
Bond_009
2022-10-06
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
cvium
2021-11-13
Don't throw exception on unauthenticated requests
Cody Robibero
2021-10-26
Merge pull request #5755 from BaronGreenback/NetworkAccessPolicy
Claus Vium
2021-10-03
Fix warning: The nullable warning suppression expression is redundant (#2149)
KonH
2021-09-24
Target net6.0
Bond_009
2021-09-10
Fix xmldoc
cvium
2021-09-10
Remove the dependency on BaseAuthorizationHandler
cvium
2021-09-10
Merge branch 'master' into NetworkAccessPolicy
cvium
2021-05-20
Migrate authentication db to EF Core
Patrick Barron
2021-05-05
Enable nullable reference types for MediaBrowser.Common
Bond_009
2021-04-11
Renamed
BaronGreenback
2021-04-10
Network Access Policy
BaronGreenback
2020-12-07
Minor code style related change
Ionut Andrei Oanca
2020-12-07
Update authorization policies for SyncPlay
Ionut Andrei Oanca
2020-12-04
Merge pull request #3194 from OancaAndrei/syncplay-enhanced
Joshua M. Boniface
2020-12-04
Fix access policies to SyncPlay
Ionut Andrei Oanca
2020-12-03
Move request validation to auth policies
cvium
2020-12-01
Return NoResult only when request doesn't have a token.
crobibero
2020-12-01
Provide NoResult instead of Fail in CustomAuthenticationHandler
crobibero
2020-11-08
Remove OriginalAuthenticationInfo and add IsAuthenticated property
cvium
2020-10-28
Use proper IsApiKey flag
crobibero
2020-10-14
clean up authorization handlers
crobibero
[next]