[PR #13485] [MERGED] Enable nullable for AuthorizationInfo #13594

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/13485
Author: @Bond-009
Created: 2/3/2025
Status: Merged
Merged: 2/5/2025
Merged by: @crobibero

Base: masterHead: nullableauthinfo


📝 Commits (1)

  • a41d877 Enable nullable for AuthorizationInfo

📊 Changes

6 files changed (+25 additions, -23 deletions)

View changed files

📝 Jellyfin.Api/Auth/CustomAuthenticationHandler.cs (+7 -6)
📝 Jellyfin.Api/WebSocketListeners/ActivityLogWebSocketListener.cs (+2 -1)
📝 Jellyfin.Api/WebSocketListeners/SessionInfoWebSocketListener.cs (+2 -1)
📝 Jellyfin.Server.Implementations/Security/AuthorizationContext.cs (+2 -4)
📝 MediaBrowser.Controller/Net/AuthorizationInfo.cs (+10 -10)
📝 tests/Jellyfin.Api.Tests/Auth/CustomAuthenticationHandlerTests.cs (+2 -1)

📄 Description

Should fix #13455


🔄 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/13485 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 2/3/2025 **Status:** ✅ Merged **Merged:** 2/5/2025 **Merged by:** [@crobibero](https://github.com/crobibero) **Base:** `master` ← **Head:** `nullableauthinfo` --- ### 📝 Commits (1) - [`a41d877`](https://github.com/jellyfin/jellyfin/commit/a41d877ced0070bf00385f9aa8e8b0ba9904dd34) Enable nullable for AuthorizationInfo ### 📊 Changes **6 files changed** (+25 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Auth/CustomAuthenticationHandler.cs` (+7 -6) 📝 `Jellyfin.Api/WebSocketListeners/ActivityLogWebSocketListener.cs` (+2 -1) 📝 `Jellyfin.Api/WebSocketListeners/SessionInfoWebSocketListener.cs` (+2 -1) 📝 `Jellyfin.Server.Implementations/Security/AuthorizationContext.cs` (+2 -4) 📝 `MediaBrowser.Controller/Net/AuthorizationInfo.cs` (+10 -10) 📝 `tests/Jellyfin.Api.Tests/Auth/CustomAuthenticationHandlerTests.cs` (+2 -1) </details> ### 📄 Description Should fix #13455 --- <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 07:15:46 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13594