mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3394] [MERGED] Fix startup wizard in 10.6 #9500
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/3394
Author: @daullmer
Created: 6/20/2020
Status: ✅ Merged
Merged: 6/21/2020
Merged by: @joshuaboniface
Base:
master← Head:fix-startupwizzard📝 Commits (2)
1c78482Use authorization code from api-migration to fix startup wizard82c1da3Fix tests📊 Changes
6 files changed (+129 additions, -86 deletions)
View changed files
📝
Emby.Server.Implementations/HttpServer/Security/AuthService.cs(+16 -0)📝
Emby.Server.Implementations/HttpServer/Security/AuthorizationContext.cs(+70 -31)📝
Jellyfin.Api/Auth/CustomAuthenticationHandler.cs(+4 -7)📝
MediaBrowser.Controller/Net/IAuthService.cs(+7 -0)📝
MediaBrowser.Controller/Net/IAuthorizationContext.cs(+11 -0)📝
tests/Jellyfin.Api.Tests/Auth/CustomAuthenticationHandlerTests.cs(+21 -48)📄 Description
Changes
Copies parts of the authorization code from the
api-migrationbranch to fix the startup wizard.Issues
Fixes #3328
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.