dependabot[bot]
|
38ebd6147a
|
Bump Microsoft.NET.Test.Sdk from 16.9.4 to 16.10.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.4 to 16.10.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v16.9.4...v16.10.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
3 years ago |
Claus Vium
|
b12f509de3
|
Merge pull request #5696 from Maxr1998/fix-music-video-metadata-probing
|
4 years ago |
Bond-009
|
a937a854f2
|
Merge pull request #6013 from Bond-009/minor13
|
4 years ago |
Bond-009
|
a7b7ff000b
|
Merge branch 'master' into tmdb-person-language
|
4 years ago |
Bond-009
|
e8790bfa96
|
Merge pull request #6054 from cvium/allocationz_2_extreme_db_plsdonthurtme
|
4 years ago |
cvium
|
1027792b16
|
Review changes
|
4 years ago |
Joshua M. Boniface
|
24ddcd5955
|
Merge pull request #6047 from crobibero/dotnet-5.0.6
Update to Dotnet 5.0.6
|
4 years ago |
Bond-009
|
c64bdbb4ff
|
Merge pull request #6051 from Bond-009/tests7
Add tests for Recordinghelper
|
4 years ago |
David Ullmer
|
96e05e5b66
|
Add tests for NoralizeLanguage
|
4 years ago |
cvium
|
1b49435a0e
|
Reduce some allocations
|
4 years ago |
Bond_009
|
a9f44c21eb
|
Add tests for Recordinghelper
|
4 years ago |
crobibero
|
66b185898f
|
Update to dotnet5.0.6
|
4 years ago |
Bond_009
|
56ac64e70a
|
Minor improvements
* properly dispose CancellationTokenSource
* rewrite DynamicHlsController.GetSegmentLengths
* remove dead code
|
4 years ago |
Bond_009
|
ead4e1e977
|
Add support for legacy HDhomerun DUAl
|
4 years ago |
Bond_009
|
47e7c1356c
|
PathExtensions: Fix index out of bounds in TryReplaceSubPath
Fixes #5977
|
4 years ago |
Bond-009
|
b6df851363
|
Merge pull request #5984 from Bond-009/container
Add regression test for ContainerProfile.ContainsContainer
|
4 years ago |
Bond_009
|
39931fe3ad
|
Add regression test for ContainerProfile.ContainsContainer
|
4 years ago |
David Ullmer
|
e57b80b8e2
|
Add support for fanart aspect in thumb tag
|
4 years ago |
Bond-009
|
48e81e65e8
|
Merge pull request #5938 from cvium/allocationz
|
4 years ago |
Bill Thornton
|
7d8fca92f9
|
Merge pull request #5762 from BaronGreenback/networkTestHardening
Fix network test on dns failure
|
4 years ago |
cvium
|
ad3e835bcf
|
remove redundant code
|
4 years ago |
cvium
|
c0feb3694b
|
rename to SplitEnumerator and fix test
|
4 years ago |
Bond-009
|
f6d967ded6
|
Merge pull request #5954 from Bond-009/tests5
Add tests for SqliteItemRepository.(De)SerializeProviderIds
|
4 years ago |
Bond_009
|
bdd7a37794
|
Don't run integration tests in parallel
* Easier to debug failing tests when the logs aren't scrambled
* Static properties could cause issues
|
4 years ago |
Bond_009
|
874f92e93a
|
Add tests for SqliteItemRepository.(De)SerializeProviderIds
|
4 years ago |
Bond_009
|
8a6b9e1fb6
|
Add tests for SqliteItemRepository.(De)SerializeImages
|
4 years ago |
Bond-009
|
360d80c873
|
Merge pull request #5890 from Bond-009/filesystem
Reduce string allocations/fs lookups in resolve code
|
4 years ago |
dependabot[bot]
|
182117d0a7
|
Bump AutoFixture.AutoMoq from 4.16.0 to 4.17.0
Bumps [AutoFixture.AutoMoq](https://github.com/AutoFixture/AutoFixture) from 4.16.0 to 4.17.0.
- [Release notes](https://github.com/AutoFixture/AutoFixture/releases)
- [Commits](https://github.com/AutoFixture/AutoFixture/compare/v4.16.0...v4.17.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
Bond-009
|
a4837475d3
|
Merge pull request #5913 from jellyfin/dependabot/nuget/AutoFixture.Xunit2-4.17.0
Bump AutoFixture.Xunit2 from 4.16.0 to 4.17.0
|
4 years ago |
Bond-009
|
78e66325fd
|
Merge pull request #5891 from Bond-009/filesystem2
|
4 years ago |
dependabot[bot]
|
c1563d9303
|
Bump AutoFixture.Xunit2 from 4.16.0 to 4.17.0
Bumps [AutoFixture.Xunit2](https://github.com/AutoFixture/AutoFixture) from 4.16.0 to 4.17.0.
- [Release notes](https://github.com/AutoFixture/AutoFixture/releases)
- [Commits](https://github.com/AutoFixture/AutoFixture/compare/v4.16.0...v4.17.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
dependabot[bot]
|
eee3b385da
|
Bump AutoFixture from 4.16.0 to 4.17.0
Bumps [AutoFixture](https://github.com/AutoFixture/AutoFixture) from 4.16.0 to 4.17.0.
- [Release notes](https://github.com/AutoFixture/AutoFixture/releases)
- [Commits](https://github.com/AutoFixture/AutoFixture/compare/v4.16.0...v4.17.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
Bond_009
|
81209258ab
|
ManagedFileSystem: Rewrite GetValidFilename and more improvements
|
4 years ago |
Bond_009
|
b323044139
|
Reduce string allocations/fs lookups in resolve code
|
4 years ago |
BaronGreenback
|
20e19ae9b3
|
Moved Assert
|
4 years ago |
BaronGreenback
|
53e1b302cc
|
Changes as requested
|
4 years ago |
BaronGreenback
|
39eb5da44f
|
Update tests/Jellyfin.Dlna.Tests/ProfileTester.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
4 years ago |
BaronGreenback
|
740e5ec167
|
Update tests/Jellyfin.Dlna.Tests/ProfileTester.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
4 years ago |
BaronGreenback
|
2559ceffab
|
Update tests/Jellyfin.Dlna.Tests/ProfileTester.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
4 years ago |
BaronGreenback
|
f8b717e7c5
|
Merge branch 'master' into ProfileMatch
|
4 years ago |
BaronGreenback
|
a99caa0daa
|
Changed testing
|
4 years ago |
dependabot[bot]
|
dc628d1e1c
|
Bump AutoFixture.Xunit2 from 4.15.0 to 4.16.0
Bumps [AutoFixture.Xunit2](https://github.com/AutoFixture/AutoFixture) from 4.15.0 to 4.16.0.
- [Release notes](https://github.com/AutoFixture/AutoFixture/releases)
- [Commits](https://github.com/AutoFixture/AutoFixture/compare/v4.15.0...v4.16.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
BaronGreenback
|
95b733ad4c
|
reworked code
|
4 years ago |
dependabot[bot]
|
442bc8671b
|
Bump AutoFixture.AutoMoq from 4.15.0 to 4.16.0
Bumps [AutoFixture.AutoMoq](https://github.com/AutoFixture/AutoFixture) from 4.15.0 to 4.16.0.
- [Release notes](https://github.com/AutoFixture/AutoFixture/releases)
- [Commits](https://github.com/AutoFixture/AutoFixture/compare/v4.15.0...v4.16.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |
Bond-009
|
8536418553
|
Merge pull request #5809 from jellyfin/dependabot/nuget/AutoFixture-4.16.0
Bump AutoFixture from 4.15.0 to 4.16.0
|
4 years ago |
BaronGreenback
|
c68f616377
|
Flip fields
|
4 years ago |
BaronGreenback
|
bc1cc2d04a
|
Remove unused using directives
|
4 years ago |
Bond-009
|
159431ad2a
|
Merge pull request #5612 from Bond-009/passwordhash
|
4 years ago |
BaronGreenback
|
0b774eac12
|
Enables the ability to bind to loopback address. (#5773)
|
4 years ago |
dependabot[bot]
|
27202ae8aa
|
Bump AutoFixture from 4.15.0 to 4.16.0
Bumps [AutoFixture](https://github.com/AutoFixture/AutoFixture) from 4.15.0 to 4.16.0.
- [Release notes](https://github.com/AutoFixture/AutoFixture/releases)
- [Commits](https://github.com/AutoFixture/AutoFixture/compare/v4.15.0...v4.16.0)
Signed-off-by: dependabot[bot] <support@github.com>
|
4 years ago |