| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-03-01 | Merge remote-tracking branch 'jellyfinorigin/master' into ↵ | JPVenson | |
| feature/DatabaseRefactor | |||
| 2025-02-25 | Backport pull request #13601 from jellyfin/release-10.10.z | Bond-009 | |
| Delete children from cache on parent delete Original-merge: 767a5e61930897d6151bf2b5b6c4940a288deb41 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-02-25 | Backport pull request #13611 from jellyfin/release-10.10.z | Shadowghost | |
| Remove empty ParentIndexNumber workaround Original-merge: 1daf761aece5114a6ac3b7b938f114e70b83d99e Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-02-19 | Merge remote-tracking branch 'jellyfinorigin/master' into ↵ | JPVenson | |
| feature/DatabaseRefactor | |||
| 2025-02-09 | Rename CreateOrUpdateItems back to CreateItems | Bond_009 | |
| Reverts the name change of this function made in the EFCore PR. This hopefully reduces the amount of merge conflicts while backporting and makes it consistent with the CreateItem function. | |||
| 2025-02-09 | Handle empty image lists gracefully in SplashscreenPostScanTask (#13498) | gnattu | |
| The current linq will just throw when there is no image candidates. Just pass empty lists to `CreateSplashscreen` as this case is already handled there. | |||
| 2025-02-02 | Merge remote-tracking branch 'jellyfinorigin/master' into feature/pgsql_provider | JPVenson | |
| 2025-01-30 | Removing CollectionFolders from cache when they are deleted on disk. (#13315) | sinterdev | |
| 2025-01-28 | Remove useless checks and dead code (#13405) | Bond-009 | |
| * Remove useless checks and dead code * Enable adaptive bitrate streaming again * Disable adaptive bitrate streaming by default | |||
| 2025-01-26 | Prepared Seperation of Database components for future multi provider support | JPVenson | |
| 2025-01-25 | chore: fix spelling | Josh Soref | |
| * a * acceleration * addition * altogether * api clients * artist * associated * bandwidth * cannot * capabilities * case-insensitive * case-sensitive * configuration * delimiter * dependent * diacritics * directors * enable * explicitly * filters * finish * have * hierarchy * implicit * include * information * into * its * keepalive * localization * macos * manual * matching * metadata * nonexistent * options * overridden * parsed * parser * playback * preferring * processes * processing * provider * ratings * retrieval * running * segments * separate * should * station * subdirectories * superseded * supported * system * than * the * throws * transpose * valid * was link: forum or chat rooms Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> | |||
| 2025-01-25 | Merge pull request #12798 from JPVenson/feature/EFUserData | Joshua M. Boniface | |
| Refactor library.db into jellyfin.db and EFCore | |||
| 2025-01-22 | Remove useless checks and dead code | Bond_009 | |
| 2025-01-18 | applied review comments | JPVenson | |
| 2025-01-17 | worsen comment | JPVenson | |
| 2025-01-15 | Applied review comments | JPVenson | |
| 2024-12-12 | move to new System.Threading.Lock type for better performance | Daniyar Alpyspayev | |
| 2024-11-19 | Merge remote-tracking branch 'origin/master' into feature/EFUserData | JPVenson | |
| 2024-11-19 | Backport pull request #13059 from jellyfin/release-10.10.z | Shadowghost | |
| Exclude file system based library playlists from migration Original-merge: 23de7e517e3b4acdefd92e731140d0fa358d3611 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-11-17 | Merge branch 'feature/EFUserData' of https://github.com/JPVenson/jellyfin ↵ | JPVenson | |
| into feature/EFUserData | |||
| 2024-11-17 | Applied coding style | JPVenson | |
| 2024-11-17 | Merge branch 'master' into feature/EFUserData | JPVenson | |
| 2024-11-16 | Update projects to .NET 9 (#13023) | Bond-009 | |
| 2024-11-14 | Fixed Transaction for Userdata | JPVenson | |
| 2024-11-14 | Updated order of saving for Items | JPVenson | |
| 2024-11-14 | There can be also NULL people? | JPVenson | |
| 2024-11-14 | Fixed items can be null saving | JPVenson | |
| 2024-11-13 | Fixed Person creation | JPVenson | |
| 2024-11-13 | Fixed storage of Person images | JPVenson | |
| 2024-11-12 | Fixed userdata lookup | JPVenson | |
| 2024-11-11 | Fixed Duplicate returns on grouping | JPVenson | |
| Fixed UserDataKey not stored | |||
| 2024-11-11 | Fixed TopParent not beeing migrated | JPVenson | |
| 2024-10-28 | Updated all instances of ImmutableList to ImmutableArray | JPVenson | |
| 2024-10-22 | Reodered Context creation | JPVenson | |
| 2024-10-20 | Fixed tests | JPVenson | |
| 2024-10-20 | i have too much time. | JPVenson | |
| Refactored BaseItem and UserData relation | |||
| 2024-10-11 | applied review comments | JPVenson | |
| 2024-10-11 | Applied Review Comments | JPVenson | |
| 2024-10-09 | Ported new Item Repository architecture | JPVenson | |
| 2024-10-09 | WIP porting new Repository structure | JPVenson | |
| 2024-10-08 | Merge remote-tracking branch 'jellyfinorigin/master' into feature/EFUserData | JPVenson | |
| 2024-09-16 | Don't resolve trickplay folder during media scanning (#12652) | gnattu | |
| 2024-09-07 | Migrated UserData from library sqlite db to jellyfin.db | JPVenson | |
| 2024-09-07 | Remove left-over network path references (#12446) | Niels van Velzen | |
| 2024-09-06 | Merge pull request #12547 from Bond-009/userdatamanager | Niels van Velzen | |
| Clean up UserDataManager | |||
| 2024-09-04 | Use frozen collections in MimeTypes.cs (#10826) | Stepan Goremykin | |
| Co-authored-by: Stepan Goremykin <goremukin@gmail.com> | |||
| 2024-08-30 | Clean up UserDataManager | Bond_009 | |
| * enable nullable * remove unused methods * fix warnings and docs | |||
| 2024-08-05 | Replace UserId with User in UserViewQuery | Bond_009 | |
| 2024-08-05 | Pass User instead of UserId inside LatestItemsQuery | Bond_009 | |
| 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 | |||
