mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4125] [MERGED] Networking 2 (Cumulative PR) - Swapping over to new NetworkManager #9896
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/4125
Author: @BaronGreenback
Created: 9/12/2020
Status: ✅ Merged
Merged: 11/22/2020
Merged by: @joshuaboniface
Base:
master← Head:NetworkPR2📝 Commits (10+)
9ef79d1Large number of files288d894Fixed testing units.b44455aUpdate based on PR1 changes.38b8110Removing blank lines.c1bfba9Nullable addedb04aed2Merge remote-tracking branch 'upstream/master' into NetworkPR240464a6Update LanFilteringMiddleware.cs96c3c4aUpdate IpBasedAccessValidationMiddleware.cse6a3518Uploading latest0bc37c9Merge branch 'NetworkPR2' of https://github.com/BaronGreenback/jellyfin into NetworkPR2📊 Changes
34 files changed (+1075 additions, -1232 deletions)
View changed files
📝
CONTRIBUTORS.md(+1 -0)📝
Emby.Dlna/Main/DlnaEntryPoint.cs(+25 -15)📝
Emby.Dlna/PlayTo/PlayToManager.cs(+1 -9)📝
Emby.Dlna/Server/DescriptionXmlBuilder.cs(+1 -17)📝
Emby.Server.Implementations/ApplicationHost.cs(+100 -181)📝
Emby.Server.Implementations/Emby.Server.Implementations.csproj(+0 -1)📝
Emby.Server.Implementations/EntryPoints/ExternalPortForwarding.cs(+7 -4)📝
Emby.Server.Implementations/LiveTv/LiveTvMediaSourceProvider.cs(+1 -2)📝
Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunUdpStream.cs(+24 -1)➖
Emby.Server.Implementations/Networking/NetworkManager.cs(+0 -566)📝
Emby.Server.Implementations/Udp/UdpServer.cs(+1 -1)📝
Jellyfin.Api/Controllers/DlnaServerController.cs(+1 -1)📝
Jellyfin.Api/Controllers/StartupController.cs(+5 -3)📝
Jellyfin.Api/Controllers/SystemController.cs(+4 -4)➕
Jellyfin.Api/Helpers/ClassMigrationHelper.cs(+71 -0)➖
Jellyfin.Networking/Manager/INetworkManager.cs(+0 -234)📝
Jellyfin.Server/CoreAppHost.cs(+0 -3)📝
Jellyfin.Server/Extensions/ApiApplicationBuilderExtensions.cs(+3 -2)📝
Jellyfin.Server/Middleware/BaseUrlRedirectionMiddleware.cs(+2 -1)📝
Jellyfin.Server/Middleware/IpBasedAccessValidationMiddleware.cs(+21 -20)...and 14 more files
📄 Description
The new networkManager working with Jellyfin. Lots of functionality isn't available yet.
This was the minimum amount of changes for a successful compilation and execution.
Depends on PR #4124 and PR #4253
To be used in conjunction with Web change jellyfin/jellyfin-web#1979
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.