| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-03 | Add migration for new plugin repo | Cody Robibero | |
| 2024-01-09 | Move LiveTv tests to separate project | Patrick Barron | |
| 2023-12-18 | Fix tests | Bond_009 | |
| 2023-12-08 | Convert CollectionType to use lowercase enum names | Cody Robibero | |
| 2023-11-14 | Fix warnings in test projects | Bond_009 | |
| 2023-11-09 | Convert CollectionType, SpecialFolderType to enum (#9764) | Cody Robibero | |
| * Convert CollectionType, SpecialFolderType to enum * Hide internal enum CollectionType values * Apply suggestions from code review Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> * Fix recent change * Update Jellyfin.Data/Attributes/OpenApiIgnoreEnumAttribute.cs Co-authored-by: Patrick Barron <barronpm@gmail.com> --------- Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> Co-authored-by: Patrick Barron <barronpm@gmail.com> | |||
| 2023-10-30 | Don't remove all tokens if invalid header (#10490) | Cody Robibero | |
| 2023-10-08 | Reduce string literal length by using verbatim string | Stepan Goremykin | |
| 2023-10-08 | Use async overload | Stepan Goremykin | |
| 2023-09-27 | Ignore .zfs folder | Bond_009 | |
| Maybe helps with #10215 ? | |||
| 2023-09-18 | Fix xUnit1030: Do not call ConfigureAwait in test method | Bond_009 | |
| 2023-09-01 | fix build | Cody Robibero | |
| 2023-08-01 | Merge pull request #9875 from Shadowghost/fixes | Bond-009 | |
| 2023-07-20 | Change: Update parental code count for DE in test | Christoph Landsdorf | |
| 2023-07-07 | Enforce permissions on websocket connections | Shadowghost | |
| 2023-06-10 | Merge pull request #9564 from AmbulantRex/whitelist-dlls | Cody Robibero | |
| 2023-06-05 | Mock configuration to get SqliteCacheSizeKey during test | Cody Robibero | |
| 2023-04-16 | Add explicit mapping instead of reflection to manifest reconciliation. | AmbulantRex | |
| 2023-04-09 | Reconcile pre-packaged meta.json against manifest on install | AmbulantRex | |
| 2023-04-01 | Correct style inconsistencies | AmbulantRex | |
| 2023-03-30 | Add DLL whitelist support for plugins | AmbulantRex | |
| 2023-03-20 | Merge pull request #9403 from SenorSmartyPants/ExtraCleanAndNFO | Cody Robibero | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2023-03-18 | Add test for cleaning extra names | SenorSmartyPants | |
| 2023-03-09 | Extend language code handling | Shadowghost | |
| 2023-03-06 | Fix cases where multiple files are resolved as a single book | Joe Rogers | |
| 2023-03-06 | Add tests for audio book resolving | Joe Rogers | |
| 2023-03-06 | Inject IDirectoryService where needed instead of passing it through ↵ | Joe Rogers | |
| ItemResolveArgs | |||
| 2023-03-06 | Remove some BaseItem references to make ItemResolveArgs more usable for testing. | Joe Rogers | |
| 2023-02-20 | Add default rating selections | Shadowghost | |
| 2023-02-20 | Overhaul content ratings | Shadowghost | |
| 2023-02-12 | Fix error in XmlTvListingsProviderTests (#9302) | Bond-009 | |
| 2023-02-12 | Always run code analyzers for tests projects (#9304) | Bond-009 | |
| 2023-02-11 | LiveTV fixes | Cody Robibero | |
| 2023-02-04 | Use Directory.Packages.props (#9135) | Zoltan Csizmadia | |
| Co-authored-by: Zoltan Csizmadia <CsizmadiaZ@valassis.com> | |||
| 2023-01-18 | chore(deps): update dependency microsoft.codeanalysis.bannedapianalyzers to ↵ | renovate[bot] | |
| v3.3.4 (#9117) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | |||
| 2023-01-14 | Update test dependencies (#9094) | Patrick Barron | |
| 2023-01-09 | Add Chinese Bilingual language (#7623) | MBR-0001 | |
| Closes https://github.com/jellyfin/jellyfin-plugin-opensubtitles/issues/103 | |||
| 2023-01-07 | Deduplicate media stream ordering code (#9014) | Bond-009 | |
| 2022-12-14 | Fix debug builds (#8909) | Bond-009 | |
| 2022-12-07 | Update projects to .net7 | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-11-05 | Add regression test for #8696 | Bond_009 | |
| 2022-09-28 | Remove redundant using directives | Hannes Braun | |
| 2022-09-26 | Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 | dependabot[bot] | |
| Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.1 to 17.3.2. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v17.3.1...v17.3.2) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2022-09-09 | Fix build errors from new warnings | Cody Robibero | |
| 2022-09-09 | Bump xunit from 2.4.1 to 2.4.2 | dependabot[bot] | |
| Bumps [xunit](https://github.com/xunit/xunit) from 2.4.1 to 2.4.2. - [Release notes](https://github.com/xunit/xunit/releases) - [Commits](https://github.com/xunit/xunit/compare/2.4.1...2.4.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2022-09-09 | Bump Moq from 4.18.1 to 4.18.2 | dependabot[bot] | |
| Bumps [Moq](https://github.com/moq/moq4) from 4.18.1 to 4.18.2. - [Release notes](https://github.com/moq/moq4/releases) - [Changelog](https://github.com/moq/moq4/blob/main/CHANGELOG.md) - [Commits](https://github.com/moq/moq4/compare/v4.18.1...v4.18.2) --- updated-dependencies: - dependency-name: Moq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2022-09-05 | Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.1 | dependabot[bot] | |
| Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.1. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v17.2.0...v17.3.1) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2022-08-15 | Fix various typos | luz paz | |
| Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows` | |||
| 2022-06-14 | Merge pull request #7682 from 1337joe/test-preferred-audio-language | Bond-009 | |
