[PR #4113] [CLOSED] Fix chromecast behind reverse proxy #9889

Closed
opened 2026-02-07 06:10:16 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4113
Author: @jyte
Created: 9/10/2020
Status: Closed

Base: masterHead: fix-chromecast-behind-reverse-proxy


📝 Commits (10+)

  • 2fd902f Merge pull request #3521 from sachk/master
  • d04e255 Merge pull request #3552 from BaronGreenback/NotificationFix
  • a717a53 Merge pull request #3576 from HelloWorld017/fix/sami-utf16
  • 9875f30 Merge pull request #3602 from crobibero/user-change-case
  • 94dbdd9 Merge pull request #3604 from joshuaboniface/fix-bad-deps
  • 0ee0aa8 Merge pull request #3615 from jellyfin/qsv-comet-lake
  • 349b789 Merge pull request #3616 from crobibero/migration-new-install
  • dadd42e Merge pull request #3620 from BaronGreenback/IPFix
  • 3b758c3 Merge pull request #3634 from crobibero/plugin-config
  • e4ce72e Merge 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: true when it shouldn't.

Issues

Fixes #3712


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/4113 **Author:** [@jyte](https://github.com/jyte) **Created:** 9/10/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-chromecast-behind-reverse-proxy` --- ### 📝 Commits (10+) - [`2fd902f`](https://github.com/jellyfin/jellyfin/commit/2fd902f1b2c20c6cbc3715b81bfbe3a2590fcec8) Merge pull request #3521 from sachk/master - [`d04e255`](https://github.com/jellyfin/jellyfin/commit/d04e255a7993e4af09b5849dc319922950007269) Merge pull request #3552 from BaronGreenback/NotificationFix - [`a717a53`](https://github.com/jellyfin/jellyfin/commit/a717a531bc6c0b68dcd994a197e7bfd2fccb6538) Merge pull request #3576 from HelloWorld017/fix/sami-utf16 - [`9875f30`](https://github.com/jellyfin/jellyfin/commit/9875f3083632f0cd6f7049dcea8680b6d34954be) Merge pull request #3602 from crobibero/user-change-case - [`94dbdd9`](https://github.com/jellyfin/jellyfin/commit/94dbdd9f98cb048043d18ca2edf64f840b4161f7) Merge pull request #3604 from joshuaboniface/fix-bad-deps - [`0ee0aa8`](https://github.com/jellyfin/jellyfin/commit/0ee0aa89413c95d37e0d8cf327d887b69121282e) Merge pull request #3615 from jellyfin/qsv-comet-lake - [`349b789`](https://github.com/jellyfin/jellyfin/commit/349b789492f0f99657548fbf2e52c1f1d692d303) Merge pull request #3616 from crobibero/migration-new-install - [`dadd42e`](https://github.com/jellyfin/jellyfin/commit/dadd42e5749661e32cdebda422e8ee87ef0695f3) Merge pull request #3620 from BaronGreenback/IPFix - [`3b758c3`](https://github.com/jellyfin/jellyfin/commit/3b758c3a664aeebdce492f0203e2620fe756806d) Merge pull request #3634 from crobibero/plugin-config - [`e4ce72e`](https://github.com/jellyfin/jellyfin/commit/e4ce72e7bb2853dc3b157832c3b20a2139da8f6d) Merge pull request #3642 from crobibero/plugin-repo-x2 ### 📊 Changes **52 files changed** (+449 additions, -271 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** <!-- Describe your changes here in 1-5 sentences. --> Fix for /System/Endpoint so it does not return `IsInNetwork: true` when it shouldn't. **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> Fixes #3712 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:10:16 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9889