| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-20 | Fixed references for database projects | JPVenson | |
| 2025-02-20 | Migrate to IExternalUrlProvider | Shadowghost | |
| 2025-02-19 | Merge remote-tracking branch 'jellyfinorigin/master' into ↵ | JPVenson | |
| feature/DatabaseRefactor | |||
| 2025-02-19 | Removed pgsql from refactor | JPVenson | |
| 2025-02-17 | Revert nullability of MediaStream.IsHearingImpaired (#13573) | Cody Robibero | |
| 2025-02-14 | Update test cases. | Jxiced | |
| 2025-02-13 | Make the JsonConverters for delimited arrays more generic (#13396) | Bond-009 | |
| * Make the JsonConverters for delimited arrays more generic Also adds some tests for serialization (with different types) as we didn't have any before. * Ignore warnings | |||
| 2025-02-05 | Merge remote-tracking branch 'jellyfinorigin/master' into feature/pgsql_provider | JPVenson | |
| 2025-02-04 | Enable nullable for AuthorizationInfo (#13485) | Bond-009 | |
| 2025-02-03 | Backport pull request #13388 from jellyfin/release-10.10.z | Shadowghost | |
| Fix rating levels Original-merge: 53a45c6033fe9e1f0bc33ad4e2426dd5032ae0b0 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-02-03 | Backport pull request #13092 from jellyfin/release-10.10.z | TheMelmacian | |
| Fix: handling of <set> elements in NfoParser Original-merge: f333ef74b3cc8444e12ac1210f94daf59c766969 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-02-03 | Applied review suggestions | JPVenson | |
| 2025-02-02 | Added missing assembly info and fixed migration tests | JPVenson | |
| 2025-02-02 | Merge remote-tracking branch 'jellyfinorigin/master' into feature/pgsql_provider | JPVenson | |
| 2025-01-27 | Fixed migration runner and added docs for adding migrations | JPVenson | |
| 2025-01-26 | Use MediaTypeNames where possible (#13440) | Bond-009 | |
| 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-19 | Fixed tests again | JPVenson | |
| 2025-01-19 | Applied review comments | JPVenson | |
| 2025-01-15 | Applied review comments | JPVenson | |
| 2025-01-11 | Update dependency FsCheck.Xunit to v3 (#13333) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2024-12-15 | Merge remote-tracking branch 'origin/master' into feature/EFUserData | JPVenson | |
| 2024-12-09 | Migrate rulesets to .editorconf | Tim Eisele | |
| 2024-12-06 | Merge branch 'jellyfin:master' into feature/EFUserData | JPVenson | |
| 2024-11-30 | Added test for ListsingsManager.DeleteListingsProvider(). (#12793) | Kenneth Cochran | |
| * Added test for DeleteListingsProvider(). * Added myself to CONTRIBUTORS.md * Removed unintentionally committed test SaveListingProvider_SavesProviderAndReturnsInfo() * Cleaned up test in response to PR feedback. | |||
| 2024-11-17 | Merge branch 'master' into feature/EFUserData | JPVenson | |
| 2024-11-16 | Update projects to .NET 9 (#13023) | Bond-009 | |
| 2024-11-14 | Merge branch 'jellyfin:master' into feature/EFUserData | JPVenson | |
| 2024-11-14 | reverted dbg code | JPVenson | |
| 2024-11-14 | Deterministic tests my *** | JPVenson | |
| 2024-11-14 | Fixed tests message | JPVenson | |
| 2024-11-14 | Updated test dbg message | JPVenson | |
| 2024-11-14 | Added Pipeline debug code | JPVenson | |
| 2024-11-14 | Fixed Tests | JPVenson | |
| 2024-11-10 | Fixed out of order unittests | JPVenson | |
| 2024-11-03 | Backport pull request #12940 from jellyfin/release-10.10.z | gnattu | |
| Remove DynamicImageResponse local image after saved to metadata folder Original-merge: 3a9b48a2aa535d38ad9e8937345b4e610b426606 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-11-03 | Merge pull request #12778 from TonyBotongChu/anime-parse | Bond-009 | |
| Add EpisodeExpression for anime file names | |||
| 2024-11-03 | Added + in username regex validator, Test + in username, issue #10414 (#12819) | SethPattee | |
| 2024-10-20 | Added Unittest to check for unapplied model changes (#12854) | JPVenson | |
| 2024-10-12 | Add EpisodeExpression for anime file names | TonyB | |
| 2024-10-10 | Fixed tests | JPVenson | |
| 2024-10-10 | Fixed tests | JPVenson | |
| 2024-10-09 | Expanded BaseItem aggregate types | JPVenson | |
| 2024-10-09 | Fixed (most) tests | JPVenson | |
| 2024-10-09 | Ported new Item Repository architecture | JPVenson | |
| 2024-10-08 | Merge remote-tracking branch 'jellyfinorigin/master' into feature/EFUserData | JPVenson | |
| 2024-09-22 | Update dependency xunit to 2.9.1 (#12687) | renovate[bot] | |
| Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2024-09-18 | Remove invalid test | Shadowghost | |
