mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #10051] [MERGED] Refactor URI overrides #12140
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#12140
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/10051
Author: @Shadowghost
Created: 7/28/2023
Status: ✅ Merged
Merged: 10/10/2023
Merged by: @Bond-009
Base:
master← Head:networking-fixes📝 Commits (10+)
7bcf4b6Refactor URI overridesb02ce7dFix GetAllBindInterfaces on startup9a7a9f0Respect overrides in GetApiUrlForLocalAccess517971eApply review suggestions0f991deApply review suggestionsd1f1e8aApply review suggestions1258be7Apply Roslyn suggestions6fd616aTry fixing multicast20ac5f9Attempt to fix sockets on windwosc075e4fMerge branch 'master' into networking-fixes📊 Changes
18 files changed (+431 additions, -276 deletions)
View changed files
📝
Emby.Dlna/Main/DlnaEntryPoint.cs(+5 -4)📝
Emby.Server.Implementations/ApplicationHost.cs(+3 -3)📝
Emby.Server.Implementations/EntryPoints/UdpServerEntryPoint.cs(+19 -10)📝
Emby.Server.Implementations/Net/SocketFactory.cs(+23 -10)📝
Emby.Server.Implementations/Udp/UdpServer.cs(+8 -3)📝
Jellyfin.Networking/Extensions/NetworkExtensions.cs(+8 -5)📝
Jellyfin.Networking/Manager/NetworkManager.cs(+157 -87)📝
Jellyfin.Server/Extensions/ApiServiceCollectionExtensions.cs(+1 -1)📝
Jellyfin.Server/Extensions/WebHostBuilderExtensions.cs(+1 -2)📝
MediaBrowser.Model/Net/IPData.cs(+5 -0)➕
MediaBrowser.Model/Net/PublishedServerUriOverride.cs(+42 -0)📝
RSSDP/SsdpCommunicationsServer.cs(+60 -64)📝
RSSDP/SsdpDeviceLocator.cs(+19 -23)📝
RSSDP/SsdpDevicePublisher.cs(+46 -43)📝
tests/Jellyfin.Networking.Tests/NetworkExtensionsTests.cs(+0 -1)📝
tests/Jellyfin.Networking.Tests/NetworkManagerTests.cs(+7 -3)📝
tests/Jellyfin.Networking.Tests/NetworkParseTests.cs(+24 -15)📝
tests/Jellyfin.Server.Tests/ParseNetworkTests.cs(+3 -2)📄 Description
Refactor how URI overrides are loaded and created. It should now respect
JELLYFIN_PublishedServerUrlagain.The override set via
JELLYFIN_PublishedServerUrlsupercedes any other override set via the UI or config file (and overrides them).Changes
GetAllBindInterfaces-> fixes Kestrel binding on startupJELLYFIN_PublishedServerUrlPublishedServerUriOverride0.0.0.0and::0are input without subnet maskIssues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.