| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-24 | Add People Dedup and multiple progress fixes (#14848) | JPVenson | |
| 2025-05-11 | Fix extracted data cleanup in cleanup post scan task (#14083) | Tim Eisele | |
| 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-03-25 | WIP fixed namespaces | JPVenson | |
| 2025-03-23 | Remove all DB data on item removal, delete internal trickplay files (#13753) | Tim Eisele | |
| 2025-01-15 | Applied review comments | JPVenson | |
| 2024-11-17 | Applied coding style | JPVenson | |
| 2024-10-28 | Updated TryGetGuid for migration | JPVenson | |
| 2024-10-22 | Made Clean task async | JPVenson | |
| 2024-10-11 | applied review comments | JPVenson | |
| 2024-10-11 | Removed unused mapping tables | JPVenson | |
| 2024-10-10 | Applied review comments | JPVenson | |
| 2024-10-10 | Applied Review Suggestions | JPVenson | |
| 2024-10-10 | Refactored ItemValue structure | JPVenson | |
| 2024-10-09 | Expanded BaseItem aggregate types | JPVenson | |
| 2024-10-09 | Apply suggestions from code review | JPVenson | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2024-10-09 | Naming refactoring and WIP porting of new interface repositories | JPVenson | |
| 2024-10-08 | Removed BaseSqliteRepository | JPVenson | |
| 2024-10-08 | WIP migration sqlite item repository to efcore | JPVenson | |
| 2024-10-08 | Added Sorting and Grouping | JPVenson | |
| 2024-10-08 | WIP BaseItem search refactoring | JPVenson | |
| 2024-10-08 | Merge remote-tracking branch 'jellyfinorigin/master' into feature/EFUserData | JPVenson | |
| 2024-09-29 | Do not consider tags in search (#12741) | Tim Eisele | |
| 2024-09-25 | Update SqliteItemRepository.cs - incorporate review suggestion | elfalem | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> | |||
| 2024-09-23 | Ensure user's own playlists are accessible regardless of allowed tags | elfalem | |
| 2024-09-08 | WIP move baseitem to jellyfin.db | JPVenson | |
| 2024-09-07 | Migrated UserData from library sqlite db to jellyfin.db | JPVenson | |
| 2024-08-27 | Merge pull request #11250 from nyanmisaka/fix-hwa-video-rotation | Bond-009 | |
| Fix the broken video orientation (+-90/180) | |||
| 2024-08-20 | chore: update BaseSqliteRepository.cs | Ikko Eltociear Ashimine | |
| overriden -> overridden | |||
| 2024-08-05 | Merge branch 'master' into fix-hwa-video-rotation | Nyanmisaka | |
| 2024-07-29 | Enable nullable for UserItemData | Bond_009 | |
| MetadataResult.GetOrAddUserData doesn't ever get used and is probably broken since the migration to .NET Core as it still expects a Guid for userId | |||
| 2024-07-23 | Merge branch 'master' into fix-hwa-video-rotation | Nyanmisaka | |
| 2024-07-21 | Backport pull request #12278 from jellyfin/release-10.9.z | Bond-009 | |
| Fix localization of audio title Original-merge: f7a90b6383aed557c0c2d3a824fc00340f72fe40 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-07-15 | Add check for ProviderIds to prevent '=' from appearing in keys, also ↵ | Erwin de Haan | |
| support '=' in the values. (#12274) | |||
| 2024-06-06 | Merge pull request #11972 from Bond-009/numconns | Bond-009 | |
| Remove old connection count props | |||
| 2024-06-06 | Backport pull request #11986 from jellyfin/release-10.9.z | Bond-009 | |
| Use only 1 write connection/DB Original-merge: cc4563a4779ff7e86526b09f5ac5a2e7ec71e56b Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-06-06 | Backport pull request #11969 from jellyfin/release-10.9.z | Bond-009 | |
| Create readonly DB connections when possible Original-merge: a46c17e19fd593591b733208bc9b0488f8df9539 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-06-05 | Remove old connection count props | Bond_009 | |
| Not used with the new SQLite lib | |||
| 2024-06-01 | Backport pull request #11762 from jellyfin/release-10.9.z | Shadowghost | |
| Mark Audio as RequiresDeserialization and backfill data Original-merge: e2c909f50f34cc06fcd39a02407d1f5b7bb37a1e Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-06-01 | Backport pull request #11743 from jellyfin/release-10.9.z | Shadowghost | |
| Fix replace logic Original-merge: 2ddb15c7845a944d980364209c2304f03cebf025 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-05-17 | Backport pull request #11698 from jellyfin/release-10.9.z | Bond-009 | |
| Fix not binding to SQL parameters Original-merge: d303ca56e3684433073cd0dbd8625885907628cf Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-04-30 | More efficient array creation (#11468) | Bond-009 | |
| 2024-04-30 | Fix incomplete tag query for whitelist tags (#11416) | gnattu | |
| 2024-04-28 | Improve audio normalization | Bond_009 | |
| * Move calculation of LUFS to a scheduled task as it's pretty slow * Correctly calculate album LUFS * Don't try to convert replaygain tags to LUFS values | |||
| 2024-04-12 | Enable more warnings as errors (#11288) | Bond-009 | |
| 2024-04-12 | Add index for lastPlayedDate (#11342) | Cody Robibero | |
| 2024-03-30 | Register video rotation side data in DB | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2024-03-27 | Refactor out static constructor | Said Aroua | |
| See CA1810 for more details | |||
| 2024-01-17 | Use helper function to compare guid (#10825) | Cody Robibero | |
| 2024-01-06 | Specify DateTimeKind when pulling a DateTime out of the database | Cody Robibero | |
