| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-20 | Use async migration | Niels van Velzen | |
| 2025-11-18 | Disable legacy authorization methods by default | Niels van Velzen | |
| 2025-11-17 | Backport pull request #15446 from jellyfin/release-10.11.z | theguymadmax | |
| Fix AncestorIds not migrating Original-merge: 177b6464ca1b6772a191dbf9c5595708f91fc0fa Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-11-02 | Backport pull request #15322 from jellyfin/release-10.11.z | crobibero | |
| Fix legacy migration file checks Original-merge: da254ee968deca4d47f0f5d1164c5e883745ac60 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2025-10-27 | Backport pull request #15220 from jellyfin/release-10.11.z | JJBlue | |
| Skip extracted files in migration if bad timestamp or no access Original-merge: a305204cfa43a97f255f0dea412f93d02de939c3 Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-10-27 | Backport pull request #15212 from jellyfin/release-10.11.z | crobibero | |
| Skip invalid database migration Original-merge: 2966d27c97542fae111b54526326b8a93fcf7ca6 Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-10-27 | Backport pull request #15112 from jellyfin/release-10.11.z | Shadowghost | |
| Skip extracted files in migration if bad timestamp or no access Original-merge: 7a1c1cd3421a39c09b969a581955fda4f3f81ec5 Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-10-27 | Backport pull request #15032 from jellyfin/release-10.11.z | Shadowghost | |
| Skip invalid keyframe cache data Original-merge: f4a53209f4a3dde62acb7027d9b48eaa08d9ef8c Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-10-09 | Add migration attribute | JPVenson | |
| 2025-10-09 | Add migration to remove artist and album artists from database | JPVenson | |
| 2025-09-28 | Add explicit reference check to migration | JPVenson | |
| 2025-09-25 | fixes #14859 Add Check for ItemValues (#14860) | JPVenson | |
| 2025-09-24 | Include ListOrder on Import (#14854) | JPVenson | |
| 2025-09-24 | Add People Dedup and multiple progress fixes (#14848) | JPVenson | |
| 2025-09-19 | Make migration handle parent cleanup (#14817) | JPVenson | |
| * Make migration handle parent cleanup * Remove speed improvement * Update MigrateLibraryDb.cs | |||
| 2025-09-17 | #14751 Only migrate providerids that match assumption (#14810) | JPVenson | |
| 2025-09-16 | Fix sync disposal of async-created IAsyncDisposable objects (#14755) | evan314159 | |
| 2025-09-12 | Various cleanups (#14785) | Bond-009 | |
| 2025-07-30 | Add logging | JPVenson | |
| 2025-07-30 | use guid instead | JPVenson | |
| 2025-07-30 | Add full migration for IsFolder flag | JPVenson | |
| 2025-07-30 | Also migrate IsFolder | JPVenson | |
| 2025-07-19 | improve userdata migration (#14488) | JPVenson | |
| 2025-06-26 | Fix modification checks and make sure to use UTC (#14347) | Tim Eisele | |
| 2025-06-23 | Add migration to migrate disconnected UserData too (#14339) | JPVenson | |
| 2025-06-19 | Fixup | Shadowghost | |
| 2025-06-18 | Cleanup logging and user data import skip on missing user | Shadowghost | |
| 2025-06-08 | Rework startup topic handling and reenable output to logging framework (#14243) | JPVenson | |
| 2025-06-05 | Feature/version check in library migration (#14105) | JPVenson | |
| 2025-06-03 | Add declarative backups for migrations (#14135) | JPVenson | |
| 2025-06-03 | Add partition helper (#14039) | JPVenson | |
| 2025-05-05 | Only consider migrations that have key set for migration.xml migration (#14061) | JPVenson | |
| 2025-05-04 | Recognize file changes and remove data on change (#13839) | Tim Eisele | |
| 2025-04-27 | Unified migration handling (#13950) | JPVenson | |
| 2025-04-26 | Optimize migrations (#13855) | Tim Eisele | |
| 2025-04-07 | Fix the migration as the new constraint now uses Value as unique key (#13867) | JPVenson | |
| 2025-04-03 | Cleanup extracted files (#13760) | Tim Eisele | |
| * Cleanup extracted files * Pagination and fixes * Add migration for attachments to MigrateLibraryDb * Unify attachment handling * Don't extract again if files were already extracted * Fix MKS attachment extraction * Always run full extraction on mks * Don't try to extract mjpeg streams as attachments * Fallback to check if attachments were extracted to cache folder * Fixup | |||
| 2025-04-03 | Only remove keyframe cache dir if it exists (#13834) | Tim Eisele | |
| 2025-04-02 | Import Keyframes into database (#13771) | Tim Eisele | |
| * Migrate keyframe data into database * Clear database table before import to handle failed migrations | |||
| 2025-03-30 | Rework parental ratings (#12615) | Tim Eisele | |
| 2025-03-30 | Fix MoveTrickplayFiles migration (#13807) | Tim Eisele | |
| 2025-03-30 | Library.db migration impovements (#13809) | JPVenson | |
| * Fixes cleanup of wrong table in migration * use dedicated context for each step * Use prepared Context * Fix measurement of UserData migration time * Update logging and combine cleanup to its own stage * fix people map not logging migrate only readonly database * Add id blacklisting in migration to avoid duplicated log entires | |||
| 2025-03-29 | Fixes cleanup of wrong table in migration (#13796) | JPVenson | |
| 2025-03-27 | Include UnratedType in LibraryDb migration query (#13783) | theguymadmax | |
| 2025-03-27 | Add override for migration if old library still exists (#13779) | JPVenson | |
| 2025-03-26 | Feature/backup on migration (#13754) | JPVenson | |
| * Added generalised backup for migrations * Added backup strategy to MigrateLibraryDb * Added missing namespace * Fix merge issues * Fixed style issue * change fast backup key to timestamp * Update src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/SqliteDatabaseProvider.cs * Update Fields * applied review comments | |||
| 2025-03-25 | Merge pull request #13589 from JPVenson/feature/DatabaseRefactor | Cody Robibero | |
| [Feature] Database code refactor | |||
| 2025-03-25 | Fixed namespaces | JPVenson | |
| 2025-03-25 | WIP fixed namespaces | JPVenson | |
| 2025-03-25 | Merge branch 'master' into feature/DatabaseRefactor | JPVenson | |
