| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 44 hours | Fix Playlist and Boxset query and count perf | Shadowghost | |
| 2026-04-19 | Merge remote-tracking branch 'upstream/master' into perf-rebased | Shadowghost | |
| 2026-04-18 | Merge pull request #15355 from twsouthwick/twsouthwick-patch-1 | Bond-009 | |
| Enable jellyfin.db customized path | |||
| 2026-03-08 | Optimize Search and NextUp queries | Shadowghost | |
| 2026-03-05 | Fix review comments | Shadowghost | |
| 2026-02-15 | Migrate PrimaryVersionId to GUID and fix assignment | Shadowghost | |
| 2026-02-08 | Fix multiple version resolution | Shadowghost | |
| 2026-02-07 | Fix BoxSet collapse handling and deletion | Shadowghost | |
| 2026-02-07 | Fix version resolution and scan handling | Shadowghost | |
| 2026-02-07 | Optimize Indices | Shadowghost | |
| 2026-01-31 | Optimize Validator and Filter Performance | Shadowghost | |
| 2026-01-18 | Add ImageInfo index | Shadowghost | |
| 2026-01-18 | Fix EFcore readme | Shadowghost | |
| 2026-01-18 | Don't use raw SQL | Shadowghost | |
| 2026-01-18 | Complete LinkedChildren integration and batch DTO optimizations | Shadowghost | |
| This commit integrates remaining performance changes: - Add batch user data fetching in DtoService to reduce N+1 queries - Add GetNextUpEpisodesBatch in TVSeriesManager for efficient batch retrieval - Update Video/Movie/BoxSet to use LibraryManager for alternate versions - Transition LinkedChild to use ItemId instead of Path (obsolete Path/LibraryItemId) - Update providers and controllers for LinkedChildren-based references - Add NextUpEpisodeBatchResult for batched episode queries - Integrate IDescendantQueryProvider in SqliteDatabaseProvider | |||
| 2026-01-18 | Add folder-aware filter extensions and descendant query provider | Shadowghost | |
| - Add FolderAwareFilterExtensions for LinkedChildren-based filtering - Add IDescendantQueryProvider interface for database-specific queries - Add MatchCriteria classes for folder filtering - Add SqliteDescendantQueryProvider implementation | |||
| 2026-01-18 | Add optimized indexes for UserData and latest items queries | Shadowghost | |
| 2026-01-18 | Remove ExtraIds column and use OwnerId relationship for extras | Shadowghost | |
| - Remove ExtraIds property from BaseItemEntity and BaseItem - Update RefreshExtras to query via OwnerId instead of cached ExtraIds - Update GetExtras methods to query database via OwnerIds filter - Add OwnerIds and ExtraTypes filter support to InternalItemsQuery - Add filter handling in BaseItemRepository for new query options - Update HasSpecialFeature/HasTrailer filters to use Extras relationship - Add CleanupOrphanedExtras migration routine - Add database migration to drop ExtraIds column | |||
| 2026-01-18 | Normalize OwnerId to GUID and add performance indexes | Shadowghost | |
| - Change OwnerId from string to Guid for proper foreign key relationships - Add Owner/Extras navigation properties for extras relationship - Add indexes on OwnerId and ExtraType columns for efficient queries - Add optimized composite indexes for latest items queries sorted by DateCreated - Update BaseItemRepository and migration to handle new Guid type | |||
| 2026-01-18 | Add LinkedChildren database table for normalized relationships | Shadowghost | |
| Introduces a new database table to store linked child relationships for boxsets, playlists, and video alternate versions. This replaces the JSON-serialized Data column approach with a proper relational structure. - Add LinkedChildEntity and LinkedChildType enum - Add entity configuration with proper foreign keys - Add EF Core migration for SQLite | |||
| 2026-01-14 | Update to .NET 10.0 | Bond_009 | |
| 2025-11-17 | Backport pull request #15369 from jellyfin/release-10.11.z | evanreichard | |
| feat(sqlite): add timeout config Original-merge: c2e5081d64e519a74d47df23335bb228fea8ec7e Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-11-02 | Backport pull request #15328 from jellyfin/release-10.11.z | evanreichard | |
| fix: in optimistic locking, key off table is locked Original-merge: b5f0199a25cc221ff86d112ed6968a5352277e32 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2025-11-02 | Enable jellyfin.db customized path | Taylor Southwick | |
| This enables moving where the database is stored to another directory that doesn't have all the trickplay/subtitles/etc Fixes #15354 | |||
| 2025-10-27 | Backport pull request #15087 from jellyfin/release-10.11.z | theguymadmax | |
| Optimize WhereReferencedItemMultipleTypes filtering Original-merge: a5bc4524d8a882efa12a17b6251894322745be78 Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-10-13 | Fix contributing artist query (#14991) | theguymadmax | |
| 2025-09-28 | Fix AddProperParentChildRelationBaseItemWithCascade migration deleting all items | Niels van Velzen | |
| 2025-09-25 | Fix people deduplication lookup (#14864) | JPVenson | |
| 2025-09-25 | Fixes FK on unconnected base items (#14863) | JPVenson | |
| 2025-09-24 | Add People Dedup and multiple progress fixes (#14848) | JPVenson | |
| 2025-09-16 | Optimize internal querying of UserData, other fixes (#14795) | JPVenson | |
| 2025-09-14 | Reenable common PRAGMA setters (#14791) | JPVenson | |
| 2025-09-12 | Improve optimistic locking behavior (#14779) | JPVenson | |
| 2025-09-12 | Reenable pooling (#14778) | JPVenson | |
| 2025-09-07 | Additional debug logging for SQLite connections (#14753) | evan314159 | |
| 2025-07-22 | Supress transaction (#14514) | JPVenson | |
| 2025-07-14 | Allow loading of Database options for DB provider (#14466) | JPVenson | |
| 2025-07-14 | Use IDatabaseCreator instead of relying on History repository (#14465) | JPVenson | |
| 2025-06-26 | Fix modification checks and make sure to use UTC (#14347) | Tim Eisele | |
| 2025-06-11 | Fix UserData cleanup task and queries (#14280) | JPVenson | |
| 2025-06-09 | Feature/persistent watch data (#14262) | JPVenson | |
| 2025-06-03 | Allow custom plugin provided database providers to be loaded (#14171) | JPVenson | |
| 2025-06-03 | Add declarative backups for migrations (#14135) | JPVenson | |
| 2025-06-03 | Add multiple options for internal locking (#14047) | JPVenson | |
| 2025-06-03 | Add partition helper (#14039) | JPVenson | |
| 2025-05-18 | Add Full system backup feature (#13945) | JPVenson | |
| 2025-04-27 | Merge pull request #14016 from crobibero/upd-projects | Joshua M. Boniface | |
| Add new nuget packages to abi diff | |||
| 2025-04-27 | Unified migration handling (#13950) | JPVenson | |
| 2025-04-27 | Add required nuget properties | Cody Robibero | |
| 2025-04-26 | Fix ItemValue query (#13939) | JPVenson | |
