mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4127] [CLOSED] Networking 3 (Cumulative PR) #9894
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/4127
Author: @BaronGreenback
Created: 9/12/2020
Status: ❌ Closed
Base:
master← Head:NetworkPR3📝 Commits (10+)
9ef79d1Large number of files288d894Fixed testing units.499a300UDP Serverb44455aUpdate based on PR1 changes.38b8110Removing blank lines.c1bfba9Nullable addedb04aed2Merge remote-tracking branch 'upstream/master' into NetworkPR244ef03eUpdated from PR23be1e7bmoved INetworkManager.csf122511latest version.📊 Changes
40 files changed (+2810 additions, -1146 deletions)
View changed files
📝
Emby.Dlna/Main/DlnaEntryPoint.cs(+27 -17)📝
Emby.Dlna/PlayTo/PlayToManager.cs(+1 -9)📝
Emby.Server.Implementations/ApplicationHost.cs(+67 -175)📝
Emby.Server.Implementations/Emby.Server.Implementations.csproj(+1 -1)📝
Emby.Server.Implementations/LiveTv/LiveTvMediaSourceProvider.cs(+1 -1)📝
Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunUdpStream.cs(+1 -1)➖
Emby.Server.Implementations/Networking/NetworkManager.cs(+0 -556)📝
Emby.Server.Implementations/Udp/UdpServer.cs(+1 -1)📝
Jellyfin.Api/Auth/BaseAuthorizationHandler.cs(+1 -1)📝
Jellyfin.Api/Auth/DefaultAuthorizationPolicy/DefaultAuthorizationHandler.cs(+1 -1)📝
Jellyfin.Api/Auth/DownloadPolicy/DownloadHandler.cs(+1 -1)📝
Jellyfin.Api/Auth/FirstTimeOrIgnoreParentalControlSetupPolicy/FirstTimeOrIgnoreParentalControlSetupHandler.cs(+1 -1)📝
Jellyfin.Api/Auth/IgnoreParentalControlPolicy/IgnoreParentalControlHandler.cs(+1 -1)📝
Jellyfin.Api/Auth/LocalAccessOrRequiresElevationPolicy/LocalAccessOrRequiresElevationHandler.cs(+1 -1)📝
Jellyfin.Api/Auth/LocalAccessPolicy/LocalAccessHandler.cs(+1 -1)📝
Jellyfin.Api/Controllers/SystemController.cs(+6 -5)📝
Jellyfin.Api/Controllers/UserController.cs(+1 -1)📝
Jellyfin.Api/Helpers/DynamicHlsHelper.cs(+1 -1)📝
Jellyfin.Api/Helpers/MediaInfoHelper.cs(+1 -1)➕
Jellyfin.Networking/Jellyfin.Networking.csproj(+39 -0)...and 20 more files
📄 Description
UDP classes. (2 files)
Files included from Network 1
https://github.com/jellyfin/jellyfin/pull/4124/files
INetworkManager.cs
NetworkManager.cs
ServerConfiguration.cs
PathSubstitution.cs
Jellyfin.Networking.csproj
MediaBrowser.sln
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.