mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4113] [CLOSED] Fix chromecast behind reverse proxy #9889
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/4113
Author: @jyte
Created: 9/10/2020
Status: ❌ Closed
Base:
master← Head:fix-chromecast-behind-reverse-proxy📝 Commits (10+)
2fd902fMerge pull request #3521 from sachk/masterd04e255Merge pull request #3552 from BaronGreenback/NotificationFixa717a53Merge pull request #3576 from HelloWorld017/fix/sami-utf169875f30Merge pull request #3602 from crobibero/user-change-case94dbdd9Merge pull request #3604 from joshuaboniface/fix-bad-deps0ee0aa8Merge pull request #3615 from jellyfin/qsv-comet-lake349b789Merge pull request #3616 from crobibero/migration-new-installdadd42eMerge pull request #3620 from BaronGreenback/IPFix3b758c3Merge pull request #3634 from crobibero/plugin-confige4ce72eMerge pull request #3642 from crobibero/plugin-repo-x2📊 Changes
52 files changed (+449 additions, -271 deletions)
View changed files
📝
.ci/azure-pipelines-package.yml(+9 -1)📝
Emby.Server.Implementations/Data/SqliteItemRepository.cs(+20 -113)📝
Emby.Server.Implementations/Emby.Server.Implementations.csproj(+2 -2)📝
Emby.Server.Implementations/Library/IgnorePatterns.cs(+20 -3)📝
Emby.Server.Implementations/Library/LibraryManager.cs(+2 -1)📝
Emby.Server.Implementations/Networking/NetworkManager.cs(+13 -2)📝
Jellyfin.Drawing.Skia/Jellyfin.Drawing.Skia.csproj(+2 -2)📝
Jellyfin.Drawing.Skia/SkiaEncoder.cs(+2 -1)📝
Jellyfin.Server.Implementations/JellyfinDb.cs(+13 -0)📝
Jellyfin.Server.Implementations/JellyfinDbProvider.cs(+11 -3)📝
Jellyfin.Server.Implementations/Users/UserManager.cs(+17 -13)📝
Jellyfin.Server/CoreAppHost.cs(+6 -5)📝
Jellyfin.Server/Migrations/IMigrationRoutine.cs(+5 -0)📝
Jellyfin.Server/Migrations/MigrationRunner.cs(+3 -3)📝
Jellyfin.Server/Migrations/Routines/AddDefaultPluginRepository.cs(+3 -0)📝
Jellyfin.Server/Migrations/Routines/CreateUserLoggingConfigFile.cs(+3 -0)📝
Jellyfin.Server/Migrations/Routines/DisableTranscodingThrottling.cs(+3 -0)📝
Jellyfin.Server/Migrations/Routines/MigrateActivityLogDb.cs(+3 -0)📝
Jellyfin.Server/Migrations/Routines/MigrateUserDb.cs(+3 -0)➕
Jellyfin.Server/Migrations/Routines/ReaddDefaultPluginRepository.cs(+49 -0)...and 32 more files
📄 Description
Changes
Fix for /System/Endpoint so it does not return
IsInNetwork: truewhen it shouldn't.Issues
Fixes #3712
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.