aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-03-06Merge pull request #16340 from jellyfin/renovate/polly-monorepoBond-009
Update dependency Polly to 8.6.6
2026-03-06Merge pull request #16352 from jellyfin/renovate/ci-depsBond-009
Update github/codeql-action action to v4.32.6
2026-03-05Update github/codeql-action action to v4.32.6renovate[bot]
2026-03-06Fix trickplay generation for parts and alt versionsShadowghost
2026-03-05Fix review commentsShadowghost
2026-03-05Ensure parts use base typeShadowghost
2026-03-05Merge pull request #16345 from jellyfin/renovate/ci-depsBond-009
Update actions/setup-dotnet action to v5.2.0
2026-03-05Fix OrderMapperShadowghost
2026-03-05Update actions/setup-dotnet action to v5.2.0renovate[bot]
2026-03-04Translated using Weblate (Afrikaans)Eugene
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/af/
2026-03-04Don't spam debug log with items without ratingBond_009
2026-03-04Merge pull request #16339 from jellyfin/renovate/ci-depsBond-009
Update danielpalme/ReportGenerator-GitHub-Action action to v5.5.3
2026-03-04Update dependency Polly to 8.6.6renovate[bot]
2026-03-04Translated using Weblate (Hebrew (Israel))Ori
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he_IL/
2026-03-03Update danielpalme/ReportGenerator-GitHub-Action action to v5.5.3renovate[bot]
2026-03-03Fix Liked and Favorite filtersShadowghost
2026-03-03Fix stackingShadowghost
2026-03-03Merge pull request #16318 from NoFear0411/fix-sar-anamorphic-detectionBond-009
Fix near-1:1 SAR values falsely flagged as anamorphic
2026-03-03Add missing ProducesResponseType(401) to InitiateQuickConnectJuan
The InitiateQuickConnect endpoint returns HTTP 401 Unauthorized when Quick Connect is disabled, and this was already documented in the XML response comment, but the corresponding [ProducesResponseType] attribute was missing, causing the OpenAPI/Swagger spec to omit it. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-03Translated using Weblate (Hebrew (Israel))Ori
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he_IL/
2026-03-02Use artist images for music library thumbnail (#16240)Bond-009
2026-03-02AIFF support: add .aifc as audio file type, remove .aiff as image file type ↵Bond-009
(#16274)
2026-03-02Update CI dependencies (#16324)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-02Refresh rating levelsShadowghost
2026-03-02If we have a country code in the rating, treat as unrated if the country ↵Shadowghost
does not have the rating
2026-03-02Fix Canadian ratingsShadowghost
2026-03-01Merge pull request #16323 from jellyfin/readme-sponsor-updateAnthony Lavado
Update JetBrains logo link in README.md
2026-03-01Update JetBrains logo link in README.mdAnthony Lavado
Update the logo to match the current branding that has been live for a while now.
2026-03-01Stop server immediately on migration only modeJPVenson
2026-03-01Fix StyleCop and xUnit analyzer errorsNoFear0411
- Add missing param and returns XML doc tags (SA1611, SA1615) - Remove trailing alignment whitespace in test attributes (SA1025) - Use nullable string parameter for null test case (xUnit1012)
2026-03-01Add poytiis to CONTRIBUTORS.mdTeemu Pöytäniemi
2026-03-01Remove unnecessary ToList callsTeemu Pöytäniemi
2026-03-01Update namingJPVenson
2026-03-01Add startup mode to migrate or seed the database on cmdJPVenson
2026-03-01Backport pull request #16253 from jellyfin/release-10.11.ztheguymadmax
Checkpoint WAL before moving library.db in migration Original-merge: b6a96513de5fa301db83c6adab47fe64db0ff48e Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Bond_009 <bond.009@outlook.com>
2026-03-01Backport pull request #16204 from jellyfin/release-10.11.zMBR-0001
Fix broken library subtitle download settings Original-merge: ca57166e95858f9c767b6279df6e5abfe9212700 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Bond_009 <bond.009@outlook.com>
2026-03-01Merge pull request #16281 from jellyfin/JPVenson-patch-1JPVenson
Revise note on hosting web client for development
2026-03-01Fix near-1:1 SAR values falsely flagged as anamorphicNoFear0411
Encoders sometimes produce sample aspect ratios like 3201:3200 (0.03% off square) for content that has effectively square pixels. The exact string comparison against "1:1" marks these as anamorphic, which triggers unnecessary transcoding on clients that require non-anamorphic video. Parse the SAR ratio numerically and treat values within 1% of 1:1 as square pixels. This threshold is well clear of the nearest real anamorphic SAR (PAL 4:3 at 16:15 = 6.67% off).
2026-02-28Fix promotionShadowghost
2026-02-28Defer primary deletion if we replace primary until after item creationShadowghost
2026-02-27Decouple demotion detection from deletionShadowghost
2026-02-27Fix version promotion if multiple versions changeShadowghost
2026-02-27Merge pull request #16307 from jellyfin/renovate/major-github-artifact-actionsBond-009
Update GitHub Artifact Actions (major)
2026-02-27Fix LinkedAlternativeVersion validationShadowghost
2026-02-27Enable Extras for BD and DVD foldersShadowghost
2026-02-27Merge remote-tracking branch 'upstream/master' into perf-rebasedShadowghost
2026-02-26Update GitHub Artifact Actionsrenovate[bot]
2026-02-26Backport pull request #16150 from jellyfin/release-10.11.zdfederm
Fix nullref in Season.GetEpisodes when the season is detached from a series Original-merge: b65daeca0baf7a447185205461b4a9d758bbeb26 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Bond_009 <bond.009@outlook.com>
2026-02-26Merge pull request #16255 from cosu/fix/streaminfo-malformed-query-stringBond-009
Fix malformed query string in StreamInfo.ToUrl() causing 500 error via proxies
2026-02-26Merge pull request #16256 from Shadowghost/upgrade-swashbuckleBond-009
Upgrade Swashbuckle to v10