mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #13485] [MERGED] Enable nullable for AuthorizationInfo #13594
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/13485
Author: @Bond-009
Created: 2/3/2025
Status: ✅ Merged
Merged: 2/5/2025
Merged by: @crobibero
Base:
master← Head:nullableauthinfo📝 Commits (1)
a41d877Enable 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.