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
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
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
2020-06-14
Merge remote-tracking branch 'upstream/master' into HEAD
crobibero
2020-06-13
merge master into api-migration
crobibero
2020-06-01
Remove log spam when using legacy api
crobibero
2020-05-26
Merge branch 'master' into userdb-efcore
Patrick Barron
2020-05-17
Fix 500 error causing first-time setup wizard to hang
Nathan Kessler
2020-05-12
Initial migration code
Patrick Barron
2019-11-26
Update Jellyfin.Api/Auth/FirstTimeSetupOrElevatedPolicy/FirstTimeSetupOrEleva...
Claus Vium
2019-11-24
Fix more review comments
Claus Vium
2019-11-24
Fix review comments
Claus Vium
2019-11-23
Add style rules and fix it all
Claus Vium
[next]