| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-13 | Merge commit from forkv10.11.0-rc5 | Joshua M. Boniface | |
| Remove server side processing for profile picture and splash screen | |||
| 2025-08-13 | Fix AlbumArtistIds filter to use correct ItemValueType (#14641) | evan314159 | |
| 2025-08-13 | Change Spanish; Latin code acording to BCP 47 specification (#14639) | Alex Collado | |
| 2025-08-12 | Merge pull request #14634 from crobibero/itemname-counts | Cody Robibero | |
| 2025-08-12 | Merge pull request #14636 from jellyfin/renovate/ci-deps | Bond-009 | |
| Update github/codeql-action action to v3.29.9 | |||
| 2025-08-12 | Update github/codeql-action action to v3.29.9 | renovate[bot] | |
| 2025-08-11 | Refactor to pull item counts in a single query | Cody Robibero | |
| 2025-08-11 | Update actions/checkout action to v5 (#14631) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2025-08-11 | Update dependency UTF.Unknown to 2.6.0 (#14599) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-08-11 | Refactor query from EXISTS to JOIN to avoid API timeouts with large ↵ | evan314159 | |
| libraries (#14557) | |||
| 2025-08-11 | Merge pull request #14615 from jellyfin/renovate/z440.atl.core-7.x | Bond-009 | |
| Update dependency z440.atl.core to 7.3.0 | |||
| 2025-08-11 | Merge pull request #14612 from jellyfin/renovate/ci-deps | Bond-009 | |
| Update CI dependencies | |||
| 2025-08-11 | move new TaggedItemCounts to its own file | Evan | |
| 2025-08-11 | Update CI dependencies | renovate[bot] | |
| 2025-08-10 | Update dependency z440.atl.core to 7.3.0 | renovate[bot] | |
| 2025-08-10 | Translated using Weblate (Greek) | Thunderstrike116 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/el/ | |||
| 2025-08-10 | Fix GetBaseItemDto to return related item counts via SQL count | Evan | |
| For API call /Items/{item id} GetBaseItemDto will return the counts of related items e.g. artists, albums, songs. GetBaseItemDto currently does this by calling GetTaggedItems which retrieves the objects into memory to count them. Replace with SQL count. Fixes: This should be an improvement for any large libraries, but especially large music libraries. Example: Request Library -> Genres -> any very popular genre in your large library, e.g. Classical Number of albums = 1552, songs = 23515, ... - Before change: Try to retrieve 1552 albums, 23515 songs, ... in memory, API never returns, database on fire - After change: API returns in 367ms and Genre view opens with 200 albums in 2 seconds I verified the numbers returned are correct but note that there is a bug somewhere else in Jellyfin that is setting TopParentId to NULL for a large portion of my MusicArtists, which causes them to not be counted by the existing GetCount(). This is not related to this change, also happens with the existing code, and does not seem to affect the Web UI. Includes Cory's changes in: - https://github.com/jellyfin/jellyfin/pull/14610#issuecomment-3172211468 - https://github.com/jellyfin/jellyfin/pull/14610#issuecomment-3172239154 | |||
| 2025-08-10 | Translated using Weblate (Spanish (Mexico)) | NarohC | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_MX/ | |||
| 2025-08-09 | Always save images (#14600) | Tim Eisele | |
| 2025-08-08 | Merge pull request #14583 from jellyfin/renovate/dotnet-monorepo | Bond-009 | |
| Update dependency dotnet-ef to 9.0.8 | |||
| 2025-08-08 | Merge pull request #14584 from jellyfin/renovate/microsoft | Bond-009 | |
| Update Microsoft to 9.0.8 | |||
| 2025-08-08 | Merge pull request #14606 from jellyfin/renovate/ci-deps | Bond-009 | |
| Update github/codeql-action action to v3.29.8 | |||
| 2025-08-08 | Update github/codeql-action action to v3.29.8 | renovate[bot] | |
| 2025-08-07 | Merge pull request #14597 from jellyfin/renovate/svg.skia-3.x | Niels van Velzen | |
| Update dependency Svg.Skia to 3.0.5 | |||
| 2025-08-07 | Merge pull request #14604 from jellyfin/renovate/ci-deps | Niels van Velzen | |
| Update github/codeql-action action to v3.29.6 | |||
| 2025-08-07 | Update Microsoft to 9.0.8 | renovate[bot] | |
| 2025-08-07 | Update github/codeql-action action to v3.29.6 | renovate[bot] | |
| 2025-08-07 | Update dependency Svg.Skia to 3.0.5 | renovate[bot] | |
| 2025-08-07 | Update dependency dotnet-ef to 9.0.8 | renovate[bot] | |
| 2025-08-07 | Merge pull request #14593 from Bond-009/revert | Niels van Velzen | |
| Revert "Merge pull request #13604 from Jxiced/master" | |||
| 2025-08-07 | Translated using Weblate (English (Pirate)) | Lotine Guille | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/en@pirate/ | |||
| 2025-08-06 | Revert "Merge pull request #13604 from Jxiced/master" | Bond_009 | |
| This reverts commit ce78af2ed4f203690a0f9ef87b08b27a6bd43f63, reversing changes made to db7465e83d9cc07134a0bffad7ed17b1c7b873da. | |||
| 2025-08-06 | Merge pull request #14590 from jellyfin/renovate/major-github-artifact-actions | Bond-009 | |
| Update actions/download-artifact action to v5 | |||
| 2025-08-06 | Translated using Weblate (Uzbek) | Nick | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/uz/ | |||
| 2025-08-06 | Translated using Weblate (Spanish (Latin America)) | newton181 | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es_419/ | |||
| 2025-08-05 | Update actions/download-artifact action to v5 | renovate[bot] | |
| 2025-08-05 | Translated using Weblate (Norwegian Nynorsk) | Niels van Velzen | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nn/ | |||
| 2025-08-04 | Translated using Weblate (Portuguese) | Erick Marx | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/ | |||
| 2025-08-03 | Merge pull request #12718 from IceStormNG/extract-mks-subtitlesv10.11.0-rc4 | Joshua M. Boniface | |
| Extract subtitles of MKS aux files if they're extractable. | |||
| 2025-08-03 | Merge pull request #14021 from sususu98/enhancement/strmSeek | Joshua M. Boniface | |
| Enhanced HTTP Range request support for. strm file | |||
| 2025-08-03 | Merge pull request #14410 from dyphire/language | Joshua M. Boniface | |
| Further refinement of BCP 47 language labeling support | |||
| 2025-08-03 | Merge pull request #14540 from TokerX/issue-8641 | Joshua M. Boniface | |
| Improve extra rule resolution and file handling | |||
| 2025-08-03 | Merge pull request #13604 from Jxiced/master | Joshua M. Boniface | |
| Prevent whitespaces in username during wizard setup | |||
| 2025-08-03 | Merge branch 'master' into master | Joshua M. Boniface | |
| 2025-08-03 | Merge pull request #14567 from Shadowghost/skip-image-failure | Niels van Velzen | |
| Don't fail image saving on missing BaseItem | |||
| 2025-08-02 | Don't fail image saving on missing BaseItem | Shadowghost | |
| 2025-08-01 | Merge pull request #14553 from nyanmisaka/fix-fmp4-ignore-audio-delay | Bond-009 | |
| Add extra movflags to fMP4 to take initial audio delay into account | |||
| 2025-08-01 | Merge pull request #14467 from ↵ | Bond-009 | |
| jkhsjdhjs/keyframe-only-trickplay-extraction-fallback Add fallback for keyframe-only trickplay extraction | |||
| 2025-07-31 | Merge pull request #14554 from JPVenson/feature/FixIsFolderMigration | Niels van Velzen | |
| Also migrate IsFolder | |||
| 2025-07-31 | Translated using Weblate (Norwegian Nynorsk) | Hestadgard | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nn/ | |||
