[PR #1515] [MERGED] Backmerge for 10.3.6 #8606

Closed
opened 2025-12-22 06:59:59 +01:00 by backuprepo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/1515
Author: @joshuaboniface
Created: 7/6/2019
Status: Merged
Merged: 7/6/2019
Merged by: @joshuaboniface

Base: masterHead: release-10.3.z


📝 Commits (10+)

  • b136f14 Vacuum databases at startup
  • 067200b Remove usage of depricated 'WebRequest'
  • 0a5550b Remove more unused stuff
  • 7eb94e9 Update MediaBrowser.Common/Net/IHttpClient.cs
  • c2ab0ad Wait for the async authentication to finish when the JTW token expires
  • 084854d Merge pull request #1478 from cvium/fix_tvdb_again
  • 394d962 Check path before opening image
  • 3c16c34 Merge pull request #1485 from DrPandemic/fix-skia-segfault
  • 1fd8164 fix issue #1347 introduced in pr #930
  • c52e8a2 Merge pull request #1394 from joern-h/bugfix-issue1347

📊 Changes

25 files changed (+267 additions, -268 deletions)

View changed files

📝 CONTRIBUTORS.md (+3 -1)
📝 Dockerfile (+1 -1)
📝 Dockerfile.arm (+1 -1)
📝 Dockerfile.arm64 (+1 -1)
📝 Emby.Dlna/PlayTo/SsdpHttpClient.cs (+11 -11)
📝 Emby.Server.Implementations/ApplicationHost.cs (+6 -9)
📝 Emby.Server.Implementations/Data/BaseSqliteRepository.cs (+2 -0)
📝 Emby.Server.Implementations/HttpClientManager/HttpClientManager.cs (+97 -161)
📝 Emby.Server.Implementations/LiveTv/EmbyTV/DirectRecorder.cs (+1 -1)
📝 Emby.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs (+2 -18)
📝 Emby.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs (+1 -3)
📝 Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs (+1 -2)
📝 Jellyfin.Drawing.Skia/SkiaEncoder.cs (+5 -0)
📝 Jellyfin.Server/Program.cs (+11 -0)
📝 MediaBrowser.Api/UserLibrary/ItemsService.cs (+11 -1)
📝 MediaBrowser.Common/Net/HttpRequestOptions.cs (+16 -14)
📝 MediaBrowser.Common/Net/HttpResponseInfo.cs (+8 -13)
📝 MediaBrowser.Providers/TV/TheTVDB/TvDbClientManager.cs (+9 -5)
📝 MediaBrowser.WebDashboard/jellyfin-web (+1 -1)
📝 SharedVersion.cs (+2 -2)

...and 5 more files

📄 Description

Backmerge changes from latest stable release.


🔄 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/1515 **Author:** [@joshuaboniface](https://github.com/joshuaboniface) **Created:** 7/6/2019 **Status:** ✅ Merged **Merged:** 7/6/2019 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `master` ← **Head:** `release-10.3.z` --- ### 📝 Commits (10+) - [`b136f14`](https://github.com/jellyfin/jellyfin/commit/b136f1408481661df7666652e75625e877873299) Vacuum databases at startup - [`067200b`](https://github.com/jellyfin/jellyfin/commit/067200be83ff220c0aae501d138b0ab284370b60) Remove usage of depricated 'WebRequest' - [`0a5550b`](https://github.com/jellyfin/jellyfin/commit/0a5550b13d3a32ae7158dafb38eca6ed94e17d60) Remove more unused stuff - [`7eb94e9`](https://github.com/jellyfin/jellyfin/commit/7eb94e967471065009d82985129c3d722b386e1f) Update MediaBrowser.Common/Net/IHttpClient.cs - [`c2ab0ad`](https://github.com/jellyfin/jellyfin/commit/c2ab0ad641b60b453a0697918e9db7773e89a6f6) Wait for the async authentication to finish when the JTW token expires - [`084854d`](https://github.com/jellyfin/jellyfin/commit/084854d71d15d35945de1ce59a397d3f4e750b61) Merge pull request #1478 from cvium/fix_tvdb_again - [`394d962`](https://github.com/jellyfin/jellyfin/commit/394d96246bf8a70c87f2fbcc2920edca9b5748e9) Check path before opening image - [`3c16c34`](https://github.com/jellyfin/jellyfin/commit/3c16c34386fc9e5139d2d17bd7af20c2bc3b2856) Merge pull request #1485 from DrPandemic/fix-skia-segfault - [`1fd8164`](https://github.com/jellyfin/jellyfin/commit/1fd81647560c12728e2eb64430360d0570336f61) fix issue #1347 introduced in pr #930 - [`c52e8a2`](https://github.com/jellyfin/jellyfin/commit/c52e8a2027b928d8a558d887daca07ead663a1e0) Merge pull request #1394 from joern-h/bugfix-issue1347 ### 📊 Changes **25 files changed** (+267 additions, -268 deletions) <details> <summary>View changed files</summary> 📝 `CONTRIBUTORS.md` (+3 -1) 📝 `Dockerfile` (+1 -1) 📝 `Dockerfile.arm` (+1 -1) 📝 `Dockerfile.arm64` (+1 -1) 📝 `Emby.Dlna/PlayTo/SsdpHttpClient.cs` (+11 -11) 📝 `Emby.Server.Implementations/ApplicationHost.cs` (+6 -9) 📝 `Emby.Server.Implementations/Data/BaseSqliteRepository.cs` (+2 -0) 📝 `Emby.Server.Implementations/HttpClientManager/HttpClientManager.cs` (+97 -161) 📝 `Emby.Server.Implementations/LiveTv/EmbyTV/DirectRecorder.cs` (+1 -1) 📝 `Emby.Server.Implementations/LiveTv/Listings/SchedulesDirect.cs` (+2 -18) 📝 `Emby.Server.Implementations/LiveTv/Listings/XmlTvListingsProvider.cs` (+1 -3) 📝 `Emby.Server.Implementations/LiveTv/TunerHosts/SharedHttpStream.cs` (+1 -2) 📝 `Jellyfin.Drawing.Skia/SkiaEncoder.cs` (+5 -0) 📝 `Jellyfin.Server/Program.cs` (+11 -0) 📝 `MediaBrowser.Api/UserLibrary/ItemsService.cs` (+11 -1) 📝 `MediaBrowser.Common/Net/HttpRequestOptions.cs` (+16 -14) 📝 `MediaBrowser.Common/Net/HttpResponseInfo.cs` (+8 -13) 📝 `MediaBrowser.Providers/TV/TheTVDB/TvDbClientManager.cs` (+9 -5) 📝 `MediaBrowser.WebDashboard/jellyfin-web` (+1 -1) 📝 `SharedVersion.cs` (+2 -2) _...and 5 more files_ </details> ### 📄 Description Backmerge changes from latest stable release. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
backuprepo 2025-12-22 06:59:59 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: starred/jellyfin#8606
No description provided.