Bond_009
|
b323044139
|
Reduce string allocations/fs lookups in resolve code
|
2021-04-22 01:24:21 +02:00 |
|
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>
|
2021-04-19 13:07:31 +00:00 |
|
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>
|
2021-04-19 12:08:51 +00:00 |
|
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
|
2021-04-19 14:07:57 +02:00 |
|
BaronGreenback
|
bc1cc2d04a
|
Remove unused using directives
|
2021-04-17 11:37:55 +01:00 |
|
Bond-009
|
159431ad2a
|
Merge pull request #5612 from Bond-009/passwordhash
|
2021-04-14 15:41:23 +02:00 |
|
BaronGreenback
|
0b774eac12
|
Enables the ability to bind to loopback address. (#5773)
|
2021-04-14 11:26:05 +02:00 |
|
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>
|
2021-04-13 17:11:34 +00:00 |
|
Bond-009
|
7c9772ac81
|
Merge pull request #5713 from Bond-009/websocketauth
Add tests for unauthenticated websocket access
|
2021-04-13 18:29:29 +02:00 |
|
Bond-009
|
8a73e19f5e
|
Merge pull request #5768 from Bond-009/dangling
|
2021-04-12 22:43:26 +02:00 |
|
Joshua M. Boniface
|
19e7ebb279
|
Merge pull request #5416 from BaronGreenback/SubnetOverlappFix
|
2021-04-11 13:29:00 -04:00 |
|
Bond_009
|
5fc664fd4f
|
Add test for handling dangling symlinks
|
2021-04-11 00:35:32 +02:00 |
|
Bond_009
|
391554d391
|
Add tests for UserController
|
2021-04-09 01:04:49 +02:00 |
|
Bond-009
|
a19a97ca42
|
Merge pull request #5721 from Bond-009/authenticatedtests
Add code to test authenticated endpoints
|
2021-04-08 23:33:18 +02:00 |
|
Bond-009
|
631df8c560
|
Merge pull request #5520 from Bond-009/hdhomerun2
|
2021-04-08 00:27:58 +02:00 |
|
Bond_009
|
45a16c19a7
|
Add code to test authenticated endpoints
|
2021-04-07 21:35:54 +02:00 |
|
Bond_009
|
fbd9141ecd
|
Add tests for unauthenticated websocket access
|
2021-04-06 22:46:54 +02:00 |
|
dependabot[bot]
|
3651ee5ed3
|
Bump Microsoft.AspNetCore.Mvc.Testing from 5.0.3 to 5.0.5
Bumps [Microsoft.AspNetCore.Mvc.Testing](https://github.com/dotnet/aspnetcore) from 5.0.3 to 5.0.5.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v5.0.3...v5.0.5)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-04-06 18:35:51 +00:00 |
|
Bond_009
|
e6d487f7ea
|
Add test for ProbeResultNormalizer.GetMediaInfo
|
2021-04-05 01:53:00 +02:00 |
|
Bond-009
|
9f21dd63ae
|
Merge pull request #5684 from jellyfin/dependabot/nuget/Microsoft.NET.Test.Sdk-16.9.4
Bump Microsoft.NET.Test.Sdk from 16.9.1 to 16.9.4
|
2021-04-03 19:25:25 +02:00 |
|
dependabot[bot]
|
7c70205326
|
Bump Microsoft.NET.Test.Sdk from 16.9.1 to 16.9.4
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.9.1 to 16.9.4.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v16.9.1...v16.9.4)
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-04-02 22:42:12 +00:00 |
|
Bond-009
|
ec0ef1530c
|
Merge pull request #5602 from Ullmie02/IP-string-IP
|
2021-04-03 00:32:43 +02:00 |
|
Bond_009
|
11f7ab4dd4
|
Add tests for CopyToExtensions
|
2021-04-01 19:13:03 +02:00 |
|
Bond-009
|
b49d50e634
|
Merge pull request #5467 from Ullmie02/nfo-fixes
|
2021-03-30 15:35:56 +02:00 |
|
David
|
1669cb6618
|
Split valid and invalid tests
|
2021-03-29 10:35:29 +02:00 |
|
Bond-009
|
a890a85092
|
Merge pull request #5495 from BaronGreenback/RemoteAccessFix
|
2021-03-27 17:24:47 +01:00 |
|
BaronGreenback
|
aae2aad0f2
|
changed split to single quotes
|
2021-03-27 08:16:48 +00:00 |
|
cvium
|
7670189561
|
make directoryservice cache case sensitive
|
2021-03-27 00:26:56 +01:00 |
|
David
|
78f7fdeacc
|
Rename methods and optimize allocations
|
2021-03-26 17:16:29 +01:00 |
|
Bond-009
|
55102973d6
|
Merge pull request #5596 from BaronGreenback/DLNA_Hardening
Implemented DLNA exception handling
|
2021-03-25 01:29:10 +01:00 |
|
Bond-009
|
16011d96a0
|
Merge pull request #5321 from Ullmie02/nfo-thumb
|
2021-03-25 01:10:37 +01:00 |
|
Bond_009
|
c2cd7fa0b2
|
Add more PasswordHash tests
|
2021-03-24 18:39:33 +01:00 |
|
Bond_009
|
d77507ba09
|
Rewrite PasswordHash.Parse to work with ReadOnlySpans
|
2021-03-24 18:21:14 +01:00 |
|
David
|
c2af50c51d
|
Add tests for IsInNetwork
|
2021-03-23 17:39:55 +01:00 |
|
David
|
19e4ef82dd
|
Remove conversion from IPAddress to string to IPAddress
|
2021-03-23 17:16:10 +01:00 |
|
David
|
572600b38e
|
Use conditional operator instead of if/else block
|
2021-03-23 15:47:55 +01:00 |
|
BaronGreenback
|
6765f6ab17
|
fix compilation
|
2021-03-23 00:12:14 +00:00 |
|
BaronGreenback
|
4bd345fbab
|
DLNA Exception catching
|
2021-03-22 17:21:12 +00:00 |
|
BaronGreenback
|
5d16d1f66d
|
Merge branch 'master' into RemoteAccessFix
|
2021-03-22 17:05:44 +00:00 |
|
BaronGreenback
|
7fa525c83b
|
Added more tests
|
2021-03-22 17:04:09 +00:00 |
|
Bond-009
|
f6671e05fd
|
Merge pull request #5580 from Bond-009/integrationtests2
|
2021-03-22 17:57:14 +01:00 |
|
Bond_009
|
5253483ce4
|
Improve naming
|
2021-03-22 13:49:00 +01:00 |
|
Joshua M. Boniface
|
890a490776
|
Merge pull request #5532 from cvium/fix_episode_extras_questionmark
|
2021-03-21 15:13:56 -04:00 |
|
Bond_009
|
c5079ebed5
|
Add tests for GetFirstUser, UpdateStartupUser and CompleteWizard
|
2021-03-21 03:59:31 +01:00 |
|
Bond_009
|
849ced470a
|
Add StartupControllerTests
|
2021-03-21 03:26:51 +01:00 |
|
Bond-009
|
1a0ce16f4d
|
Merge pull request #5504 from crobibero/json-string-converter
|
2021-03-20 00:48:41 +01:00 |
|
David
|
840eeff2af
|
Apply suggestions from code review
|
2021-03-18 11:25:58 +01:00 |
|
Patrick Barron
|
85da0b50e2
|
Fix user mocking
|
2021-03-17 21:24:14 -04:00 |
|
David
|
14cbd22fbe
|
Use Helper Methods for provider url parsing
|
2021-03-16 21:45:12 +01:00 |
|
cvium
|
23c3188501
|
revert underscore as a multiversion separator
|
2021-03-15 23:24:59 +01:00 |
|