| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-28 | Add regression test for #6560 | Bond_009 | |
| 2021-09-25 | Merge branch 'master' into theorydata | Bond-009 | |
| 2021-09-25 | Address comments | Bond_009 | |
| 2021-09-24 | Use new Enum.TryParse(ReadOnlySpan<char>) overload | Bond_009 | |
| 2021-09-24 | Target net6.0 | Bond_009 | |
| 2021-09-22 | Add regression test for #5323 | Bond_009 | |
| 2021-09-21 | Merge pull request #6584 from Bond-009/datetime | Claus Vium | |
| Specify DateTimeStyles when possible | |||
| 2021-09-21 | Merge pull request #6569 from crobibero/dotnet-5.0.10 | Joshua M. Boniface | |
| Update to dotnet 5.0.10 | |||
| 2021-09-21 | Merge pull request #6553 from ankenyr/master | Claus Vium | |
| 2021-09-21 | Specify DateTimeStyles when possible | Bond_009 | |
| 2021-09-19 | Upgrade to dotnet 5.0.10 | Cody Robibero | |
| 2021-09-19 | Add more tests | Bond_009 | |
| 2021-09-19 | Reduce allocations | Bond_009 | |
| 2021-09-18 | Add regression test for issue #5168 | Bond_009 | |
| 2021-09-18 | Fix SubtitleEncoder and add regression tests | Bond_009 | |
| 2021-09-12 | Fixing #6269 by comparing PremiereDate when episode comparison would ↵ | ankenyr | |
| otherwise be equal. | |||
| 2021-09-11 | Use TheoryData instead of MemberData and ClassData | ianjazz246 | |
| 2021-09-11 | Revert "Use TheoryData in UrlDecodeQueryFeatureTest" | ianjazz246 | |
| This reverts commit c5393b25798098aa079c185971b7ac28e5f5b994. | |||
| 2021-09-10 | Use TheoryData in UrlDecodeQueryFeatureTest | ianjazz246 | |
| 2021-09-06 | Remove all unused usings | Fernando Fernández | |
| 2021-09-06 | Bump FsCheck.Xunit from 2.16.1 to 2.16.3 | dependabot[bot] | |
| Bumps [FsCheck.Xunit](https://github.com/fsharp/FsCheck) from 2.16.1 to 2.16.3. - [Release notes](https://github.com/fsharp/FsCheck/releases) - [Changelog](https://github.com/fscheck/FsCheck/blob/master/FsCheck%20Release%20Notes.md) - [Commits](https://github.com/fsharp/FsCheck/compare/2.16.1...2.16.3) --- updated-dependencies: - dependency-name: FsCheck.Xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-09-06 | Merge pull request #6177 from Bond-009/async | Claus Vium | |
| Use async FileStreams where it makes sense | |||
| 2021-09-03 | remove some newlines | cvium | |
| 2021-09-03 | remove leading and trailing whitespace from the key | cvium | |
| 2021-09-03 | fix the build | cvium | |
| 2021-09-03 | Merge branch 'master' into bug/authorization-header-issue | cvium | |
| 2021-09-03 | Merge branch 'master' into bug/authorization-header-issue | cvium | |
| 2021-09-03 | Merge remote-tracking branch 'upstream/master' into authenticationdb-efcore | Cody Robibero | |
| 2021-09-03 | Merge pull request #6358 from MrTimscampi/audio-people | Bond-009 | |
| 2021-09-02 | Add SqliteItemRepository.ItemImageInfoFromValueString as a fuzzing | Bond_009 | |
| target and add test cases | |||
| 2021-09-02 | Use async FileStreams where it makes sense | Bond_009 | |
| 2021-09-01 | Add subtitle format(codec) to stream display title (#5853) | Mike | |
| Co-authored-by: Michał Kurek <michal.kurek@mail.com> | |||
| 2021-09-01 | Fix build | Bond_009 | |
| 2021-09-01 | Merge pull request #6474 from Bond-009/tests11 | Claus Vium | |
| 2021-08-30 | Merge branch 'master' into tonemap-overlay | Claus Vium | |
| 2021-08-30 | Merge pull request #5697 from Bond-009/ffmpeg2 | Claus Vium | |
| Simplify the way we choose our ffmpeg | |||
| 2021-08-30 | Simplify the way we choose our ffmpeg | Bond_009 | |
| * no longer search $PATH * no longer require a full path * don't fall back | |||
| 2021-08-30 | Merge pull request #6422 from daullmer/nfo-fanart | Bond-009 | |
| 2021-08-30 | Bump FsCheck.Xunit from 2.16.0 to 2.16.1 | dependabot[bot] | |
| Bumps [FsCheck.Xunit](https://github.com/fsharp/FsCheck) from 2.16.0 to 2.16.1. - [Release notes](https://github.com/fsharp/FsCheck/releases) - [Changelog](https://github.com/fscheck/FsCheck/blob/master/FsCheck%20Release%20Notes.md) - [Commits](https://github.com/fsharp/FsCheck/compare/2.16.0...2.16.1) --- updated-dependencies: - dependency-name: FsCheck.Xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-08-28 | Fix test | Bond_009 | |
| 2021-08-28 | Add more tests for LibraryStructureController | Bond_009 | |
| 2021-08-28 | Add tests for LibraryStructureController | Bond_009 | |
| 2021-08-21 | Switch to TheoryData and clean up tests | Cody Robibero | |
| 2021-08-18 | Move test to TypedBaseItem folder to avoid conflicts | cvium | |
| 2021-08-18 | Merge branch 'master' into baseitemkind-fixes | Claus Vium | |
| 2021-08-16 | Merge pull request #6438 from jellyfin/dependabot/nuget/FsCheck.Xunit-2.16.0 | Bond-009 | |
| Bump FsCheck.Xunit from 2.15.3 to 2.16.0 | |||
| 2021-08-16 | Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0 | dependabot[bot] | |
| Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.10.0 to 16.11.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Commits](https://github.com/microsoft/vstest/compare/v16.10.0...v16.11.0) --- 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> | |||
| 2021-08-16 | Bump FsCheck.Xunit from 2.15.3 to 2.16.0 | dependabot[bot] | |
| Bumps [FsCheck.Xunit](https://github.com/fsharp/FsCheck) from 2.15.3 to 2.16.0. - [Release notes](https://github.com/fsharp/FsCheck/releases) - [Changelog](https://github.com/fscheck/FsCheck/blob/master/FsCheck%20Release%20Notes.md) - [Commits](https://github.com/fsharp/FsCheck/compare/2.15.3...2.16.0) --- updated-dependencies: - dependency-name: FsCheck.Xunit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2021-08-16 | Merge pull request #6403 from ankenyr/master | Claus Vium | |
| 2021-08-16 | Merge pull request #6430 from Bond-009/minor17 | Claus Vium | |
| Minor improvements | |||
