aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-07-17Sanitize ClientLog upload filename to prevent path traversalShadowghost
2026-07-17Skip corrupt KeyframeData rows during full system backupzerafachris
A single row with malformed KeyframeTicks JSON (e.g. a truncated array from an interrupted write) currently aborts the entire backup, because the try/catch in BackupService.CreateBackupAsync only wraps serialization of an already-materialized entity, not the enumeration itself. EF Core throws JsonReaderException from MoveNextAsync() while materializing the corrupt row, which propagates past that catch block. Switch to manual enumerator iteration so MoveNextAsync() failures can be caught per-row, logged as a warning identifying the affected table, and skipped, allowing the remaining rows and the rest of the backup to complete. Fixes #17216 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-17Merge pull request #17354 from jellyfin/renovate/actions-setup-dotnet-6.xBond-009
2026-07-17Merge pull request #17359 from jellyfin/renovate/ci-depsBond-009
2026-07-17Merge pull request #17348 from ↵Bond-009
theguymadmax/revert-includeItemTypes-in-collectionType
2026-07-17Merge pull request #17343 from mbastian77/docs/channels-xml-docsBond-009
2026-07-17Merge pull request #17344 from mbastian77/docs/session-model-xml-docsBond-009
2026-07-17Merge pull request #17340 from mbastian77/docs/dlna-model-xml-docsBond-009
2026-07-17Merge pull request #17339 from mbastian77/docs/providers-lookup-info-xml-docsBond-009
2026-07-17Merge pull request #17338 from mbastian77/docs/deviceid-xml-docsBond-009
2026-07-17Translated using Weblate (Spanish (Latin America))Fabián Sanhueza
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_419/
2026-07-17Merge pull request #17337 from Shadowghost/limit-similar-itemsBond-009
2026-07-16Revert setting default BaseItemKind for CollectionTypetheguymadmax
2026-07-16Reduce cognitive complexity of RemoveFromPlaylistEnea D'Angiò
2026-07-16Update github/codeql-action action to v4.37.1renovate[bot]
2026-07-16Fix user data batch query perfShadowghost
2026-07-16Fix tie-breaker performanceShadowghost
2026-07-16Update actions/setup-dotnet action to v6renovate[bot]
2026-07-15Move GetUserDataBatch to use ResolveUserDataRow when item.UserData isn't ↵Jordan Rushing
preloaded
2026-07-15Fix SchedulesDirect image limit recognitionShadowghost
2026-07-15Add XML docs to small entity interfaces and remove CS1591 suppressionsmbastian77
2026-07-15Add XML docs to small session model types and remove CS1591 suppressionsmbastian77
2026-07-15Add XML docs to small channel types and remove CS1591 suppressionsmbastian77
2026-07-15Fix race condition in concurrent subtitle conversionPiotr Niełacny
SubtitleEncoder.ConvertSubtitles parsed subtitles with libse's static Subtitle.Parse, which iterates a statically cached list of shared SubtitleFormat instances. Format parsers keep mutable per-parse state on the instance, so concurrent subtitle requests corrupted each other's output (cues mixed across streams and languages, truncated files) or failed with NullReferenceException when format detection broke down and Subtitle.Parse returned null. Parse through the injected ISubtitleParser instead. SubtitleEditParser instantiates a fresh format parser per call, so requests no longer share state. Its Parse method now returns the libse Subtitle directly (the SubtitleTrackInfo flattening was unused since the SubtitleEdit writer rework) so the writers keep full fidelity such as ASS styling.
2026-07-15Merge pull request #17331 from jellyfin/renovate/dotnet-monorepoBond-009
2026-07-15Merge pull request #17274 from theguymadmax/fix-max-login-attemptsBond-009
2026-07-15Merge pull request #17248 from theguymadmax/add-novelBond-009
2026-07-15Add XML docs to small DLNA model types and remove CS1591 suppressionsmbastian77
2026-07-15Add XML docs to lookup info types and remove CS1591 suppressionsmbastian77
2026-07-15Add XML docs to DeviceId and remove CS1591 suppressionmbastian77
2026-07-15Limit similar items to user accessible librariesShadowghost
2026-07-15Merge pull request #17330 from jellyfin/renovate/microsoftBond-009
2026-07-15Merge pull request #17250 from ↵Bond-009
TaterTechStudios/feature/books-series-name-metadata
2026-07-15Fix format negotiation in hybrid SW decode and CUDA tonemap pipelinenyanmisaka
The CUDA hwcontext in FFmpeg 8.1 has added support for 10bit fully-planar formats, but few CUDA filters support them. Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2026-07-14Update Microsoftrenovate[bot]
2026-07-14Update dependency dotnet-ef to v10.0.10renovate[bot]
2026-07-14Merge pull request #17266 from Shadowghost/fix-non-admin-additional-partsBond-009
2026-07-14remove PlaybackPositionTicks from MediaSourceInfoShadowghost
2026-07-13Update season and episode SeriesName when renaming a seriestheguymadmax
2026-07-14Make RequestHelpers.GetOrderBy generic and reuse it in ActivityLogControllerDamien Meur
2026-07-13Fix: Fetch the correct row matching the most up to date fileJordan Rushing
2026-07-13Merge pull request #17306 from theguymadmax/fix-strm-sub-protocolBond-009
2026-07-13Merge pull request #17273 from theguymadmax/ratigs-numerical-scoreBond-009
2026-07-13Apply review suggestionsTheMelmacian
2026-07-13Translated using Weblate (Hebrew)DrummingBird1
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/he/
2026-07-12Apply review feedbacktheguymadmax
2026-07-12Merge pull request #17287 from dkanada/audiobook-coverBond-009
2026-07-12Merge pull request #17268 from theguymadmax/fix-greece-ratingsBond-009
2026-07-12Merge pull request #17220 from jellyfin/renovate/ci-depsBond-009
2026-07-12extract page count from archives and PDFsdkanada