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 (
Collapse
)
Author
2023-05-10
Fix FirstTimeSetupHandler not failing on invalid user if not in setup mode ↵
Shadowghost
(#9747)
2023-02-27
Fix auth endpoints using api key (#9408)
Cody Robibero
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
SyncPlay for TV series (and Music)
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
2020-10-14
Allow apikey to authenticate as admin
crobibero
2020-09-10
Standardize use of IsLocal and RemoteIp
cvium
2020-08-09
Fix Requirement assigned to Handler
crobibero
2020-08-06
Apply fixes from review
crobibero
2020-08-06
Apply fixes from review
crobibero
2020-08-03
Fix some request parameters
crobibero
2020-07-31
Move DynamicHlsService to Jellyfin.Api
crobibero
2020-07-20
changes from merge
crobibero
2020-07-20
Merge remote-tracking branch 'upstream/master' into api-migration-merge
crobibero
2020-07-07
Make query parameters nullable or set default value
crobibero
2020-06-21
Merge remote-tracking branch 'upstream/api-migration' into api-library
crobibero
2020-06-20
Use authorization code from api-migration to fix startup wizard
David
2020-06-19
Move LibraryService.cs to Jellyfin.Api
crobibero
2020-06-19
Remove #nullable enable
David Ullmer
2020-06-16
Fix tests.
crobibero
2020-06-15
Add more authorization handlers, actually authorize requests
crobibero
[next]