index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Jellyfin.Database
/
Jellyfin.Database.Providers.Sqlite
/
Migrations
Age
Commit message (
Expand
)
Author
6 days
Merge remote-tracking branch 'upstream/master' into optimize-db-helper-memory
Shadowghost
7 days
Stop user updates from orphaning permission and preference rows (#17645)
Tim Eisele
2026-08-12
Fix formatting
Shadowghost
2026-08-12
Make the media stream filter index covering
Shadowghost
2026-08-11
Optimize query helper memory
Shadowghost
2026-08-07
Fix EF core designer drifts
Shadowghost
2026-08-01
Merge remote-tracking branch 'upstream/master' into fix-byname-queries
Shadowghost
2026-08-01
Merge pull request #17416 from Shadowghost/enable-duplicate-playlist-children
Cody Robibero
2026-07-28
Restrict people, genres, studios and artists to names backed by an item the u...
Shadowghost
2026-07-28
Make the /Persons de-duplication use an index instead of grouping the table
Shadowghost
2026-07-25
Fix favorite filter performance
Shadowghost
2026-07-25
Fix DatePlayed sorting performance
Shadowghost
2026-07-23
Allow duplicate LinkedChildren for Playlists
Shadowghost
2026-05-26
Backport: Fix/user manager collation (#16919)
Bond-009
2026-05-21
Run tree-wide dotnet format
jakobkukla
2026-05-15
Reorder migration handling for extra column
JPVenson
2026-05-07
Add OriginalLanguage as option to PreferredAudioLanguage (#12579)
Erik W
2026-05-04
Fix Playlist and Boxset query and count perf
Shadowghost
2026-03-08
Optimize Search and NextUp queries
Shadowghost
2026-02-15
Migrate PrimaryVersionId to GUID and fix assignment
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
Add optimized indexes for UserData and latest items queries
Shadowghost
2026-01-18
Remove ExtraIds column and use OwnerId relationship for extras
Shadowghost
2026-01-18
Normalize OwnerId to GUID and add performance indexes
Shadowghost
2026-01-18
Add LinkedChildren database table for normalized relationships
Shadowghost
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-16
Optimize internal querying of UserData, other fixes (#14795)
JPVenson
2025-07-22
Supress transaction (#14514)
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
Add multiple options for internal locking (#14047)
JPVenson
2025-04-05
Fix ancestors (#13827)
Tim Eisele
2025-04-05
Fix indices and update of ItemValues (#13843)
Tim Eisele
2025-04-03
Cleanup extracted files (#13760)
Tim Eisele
2025-04-02
Import Keyframes into database (#13771)
Tim Eisele
2025-04-02
Improve dynamic HDR metadata handling (#13277)
gnattu
2025-03-30
Rework parental ratings (#12615)
Tim Eisele
2025-03-25
Fixed namespaces
JPVenson
2025-03-25
WIP fixed namespaces
JPVenson
2025-03-24
Fixed naming scheme
JPVenson
2025-03-24
renamed SqLite to Sqlite
JPVenson