[PR #3394] [MERGED] Fix startup wizard in 10.6 #9500

Closed
opened 2026-02-07 06:03:14 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: fix-startupwizzard


📝 Commits (2)

  • 1c78482 Use authorization code from api-migration to fix startup wizard
  • 82c1da3 Fix 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-migration branch 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/3394 **Author:** [@daullmer](https://github.com/daullmer) **Created:** 6/20/2020 **Status:** ✅ Merged **Merged:** 6/21/2020 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `master` ← **Head:** `fix-startupwizzard` --- ### 📝 Commits (2) - [`1c78482`](https://github.com/jellyfin/jellyfin/commit/1c78482b480034738516596248955e3e09756dd6) Use authorization code from api-migration to fix startup wizard - [`82c1da3`](https://github.com/jellyfin/jellyfin/commit/82c1da34bee1d663bab053436f6a303d1910aef8) Fix tests ### 📊 Changes **6 files changed** (+129 additions, -86 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description **Changes** Copies parts of the authorization code from the `api-migration` branch to fix the startup wizard. **Issues** Fixes #3328 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:03:14 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9500