aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/QuickConnectController.cs
AgeCommit message (Collapse)Author
2023-04-06Remove unused using directivesStepan Goremykin
2023-02-17Validate requested user id (#8812)Cody Robibero
2023-02-09refactor: simplify authzcvium
2023-02-02Cleanup importsShadowghost
2023-02-02Migrate to file-scoped namespacesShadowghost
2022-12-03Change InitiateQuickConnect to use POST requestNiels van Velzen
Keep the GET request for compatibility
2022-12-03Add userId parameter to AuthorizeQuickConnectNiels van Velzen
2022-10-06fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContextcvium
2022-09-04Fix QuickConnect operation namesNiels van Velzen
2021-06-23Fix issues with QuickConnect and AuthenticationDbcrobibero
2021-06-23Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/QuickConnect/QuickConnectManager.cs # Emby.Server.Implementations/Session/SessionManager.cs # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
2021-06-22Refactor Quick ConnectNiels van Velzen
2020-12-07Fix API forbidden responsecrobibero
2020-08-17Get userId from claimMatt Montgomery
2020-08-17Apply suggestions from code reviewMatt Montgomery
2020-08-16Fix compile errorsMatt Montgomery
2020-08-16Apply suggestions from code reviewConfusedPolarBear
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-08-16Migrate to new API standardMatt Montgomery