| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-12 | Add test for WriteGetMessage | Bond_009 | |
| 2021-02-12 | Rewrite packet writing code for HdHomerun | Bond_009 | |
| 2021-02-11 | Add tests for RequestHelpers.GetItemTypeStrings | Bond_009 | |
| 2021-02-11 | Merge branch 'master' of github.com:jellyfin/jellyfin into nfo-watched | David Ullmer | |
| 2021-02-11 | Add nfo user data tests | David Ullmer | |
| 2021-02-09 | Update to dotnet 5.0.3 | crobibero | |
| 2021-02-09 | Comment out broken tests | Bond_009 | |
| 2021-02-09 | Fix tests on windows | Bond_009 | |
| 2021-02-09 | Log subtitle errors | Bond_009 | |
| 2021-02-09 | Use SubtitleEdit to parse subtitles | Bond_009 | |
| 2021-02-09 | Add nfo parsing for watched, playcount and lastplayed | David | |
| 2021-02-09 | Add test for generic nfo provider id parsing | David Ullmer | |
| 2021-02-09 | Fix typos in nfo tests | Balázs Váradi | |
| 2021-02-09 | Merge pull request #5012 from jellyfin/ws | dkanada | |
| Improve WebSocket Message Deserialization | |||
| 2021-02-08 | Add test for multiepisode nfo parsing | Balázs Váradi | |
| 2021-02-08 | Add regression test for PluginManager.SaveManifest | Bond_009 | |
| 2021-02-07 | Fixed IP6 host parsing | BaronGreenback | |
| 2021-02-05 | Merge pull request #5043 from ↵ | dkanada | |
| senritsu/improve-episode-number-parsing-with-digits-in-names adjust episode path expression to allow digits in series names | |||
| 2021-02-04 | Merge pull request #5085 from Ullmie02/nfo-actor-type | dkanada | |
| Process actor type in nfo files | |||
| 2021-01-26 | Add test for ShuffleExtensions | Bond_009 | |
| 2021-01-25 | Bump coverlet.collector from 3.0.1 to 3.0.2 | dependabot[bot] | |
| Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/commits) Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-01-24 | Merge pull request #5095 from Bond-009/sortorder | Claus Vium | |
| 2021-01-24 | Restore weird behaviour | Bond_009 | |
| 2021-01-24 | Merge pull request #5074 from jellyfin/cov | Bond-009 | |
| 100% branch coverage for Jellyfin.Naming | |||
| 2021-01-24 | Fix GetOrderBy and add tests | Bond_009 | |
| 2021-01-23 | Merge pull request #5031 from crobibero/5.0.2 | Joshua M. Boniface | |
| Update to dotnet 5.0.2 | |||
| 2021-01-23 | Process actor type in nfo files | David | |
| 2021-01-23 | Bump Moq from 4.15.2 to 4.16.0 | dependabot[bot] | |
| Bumps [Moq](https://github.com/moq/moq4) from 4.15.2 to 4.16.0. - [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.15.2...v4.16.0) Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-01-23 | Merge pull request #5053 from jellyfin/dependabot/nuget/coverlet.collector-3.0.1 | Bond-009 | |
| Bump coverlet.collector from 3.0.0 to 3.0.1 | |||
| 2021-01-21 | 100% branch coverage for Jellyfin.Naming | Bond_009 | |
| 2021-01-20 | Add music album nfo parser test | David | |
| 2021-01-20 | Add season nfo parser test | David | |
| 2021-01-20 | Add episode nfo parser test | David | |
| 2021-01-20 | Move existing tests to correct namespace | David | |
| 2021-01-19 | Merge pull request #4978 from BaronGreenback/MultipeProxies | Claus Vium | |
| 2021-01-19 | renamed func in test | BaronGreenback | |
| 2021-01-19 | Removed systemIp6 functionality. | BaronGreenback | |
| 2021-01-19 | Changed test | BaronGreenback | |
| 2021-01-19 | Simplified Code | BaronGreenback | |
| 2021-01-18 | Bump coverlet.collector from 3.0.0 to 3.0.1 | dependabot[bot] | |
| Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/commits) Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-01-17 | adjust episode path expression to allow digits in series names | senritsu | |
| The previous expression was too greedy to consume digits, because the hyphen was optional. This lead to incorrect episode numbers for certain series with digits in their names, in those cases each episode was recognized as the same episode number (the digit from the series name). The rule, which matches most standard anime filenames, also had a lower priority than one of the Kodi rules, leading to incorrect recognition for absolute numbered episodes with triple digits and higher (first digit was used as season number, rest of digits as episode number). This also resolves one of the TODO test cases. Additional test cases were added to ensure that both hyphens in different parts of the filename, as well as names without hyphens, still work correctly. All previous test cases still pass. Unfortunately another TODO (EpisodeNumberTests.cs@L76, Uchuu Senkan Yamato 2199) with the same issue (digits in the series name) could not be trivially fixed in the same change, due to the significantly different formatting. Attempts to resolve this case did not work out for now. | |||
| 2021-01-17 | reverted | BaronGreenback | |
| 2021-01-16 | Merge pull request #4970 from BaronGreenback/networkTestCorrection | Joshua M. Boniface | |
| 2021-01-16 | dotnet 5.0.2 | crobibero | |
| 2021-01-13 | Assert.True | BaronGreenback | |
| 2021-01-13 | Improve WebSocket Deserialization | Bond_009 | |
| 2021-01-12 | Fixed test on Mac | BaronGreenback | |
| 2021-01-12 | Impliments KnownNetworks and KnownProxies | BaronGreenback | |
| 2021-01-11 | Bump coverlet.collector from 1.3.0 to 3.0.0 | dependabot[bot] | |
| Bumps [coverlet.collector](https://github.com/coverlet-coverage/coverlet) from 1.3.0 to 3.0.0. - [Release notes](https://github.com/coverlet-coverage/coverlet/releases) - [Commits](https://github.com/coverlet-coverage/coverlet/commits/v3.0.0) Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-01-09 | Add tests for artist nfo | Bond_009 | |
