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
/
Controllers
/
QuickConnectController.cs
Age
Commit message (
Expand
)
Author
2023-04-06
Remove unused using directives
Stepan Goremykin
2023-02-17
Validate requested user id (#8812)
Cody Robibero
2023-02-09
refactor: simplify authz
cvium
2023-02-02
Cleanup imports
Shadowghost
2023-02-02
Migrate to file-scoped namespaces
Shadowghost
2022-12-03
Change InitiateQuickConnect to use POST request
Niels van Velzen
2022-12-03
Add userId parameter to AuthorizeQuickConnect
Niels van Velzen
2022-10-06
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
cvium
2022-09-04
Fix QuickConnect operation names
Niels van Velzen
2021-06-23
Fix issues with QuickConnect and AuthenticationDb
crobibero
2021-06-23
Merge branch 'master' into authenticationdb-efcore
Patrick Barron
2021-06-22
Refactor Quick Connect
Niels van Velzen
2020-12-07
Fix API forbidden response
crobibero
2020-08-17
Get userId from claim
Matt Montgomery
2020-08-17
Apply suggestions from code review
Matt Montgomery
2020-08-16
Fix compile errors
Matt Montgomery
2020-08-16
Apply suggestions from code review
ConfusedPolarBear
2020-08-16
Migrate to new API standard
Matt Montgomery