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 |
|
cvium
|
025e351f61
|
add unit tests
|
2021-03-15 08:25:20 +01:00 |
|
BaronGreenback
|
4c7680e186
|
Merge remote-tracking branch 'upstream/master' into SubnetOverlappFix
|
2021-03-14 18:40:44 +00:00 |
|
Patrick Barron
|
e5380c653b
|
Merge branch 'master' into ef-cleanup
# Conflicts:
# Jellyfin.Data/Entities/Libraries/MediaFileStream.cs
# Jellyfin.Data/Jellyfin.Data.csproj
|
2021-03-14 10:19:35 -04:00 |
|
Bond-009
|
0e5d4a3bcf
|
Merge pull request #5422 from Bond-009/warn51
|
2021-03-14 00:41:40 +01:00 |
|
Bond_009
|
72d3eed15c
|
Fix integration test project
|
2021-03-14 01:07:53 +01:00 |
|
Bond_009
|
a8ed753f6c
|
FxCop -> Net Analyzers (part 2)
|
2021-03-13 22:33:28 +01:00 |
|
Bond_009
|
d9eb7ae6dc
|
Fix invalid crc in TryGetReturnValueOfGetSet_InvalidPacketType test
|
2021-03-13 21:28:04 +01:00 |
|
Bond_009
|
f9640f4366
|
Rewrite HdHomerunManager.ParseReturnMessage
|
2021-03-13 21:12:11 +01:00 |
|
Bond_009
|
e8b18e5f8f
|
Add test for HdHomerunManager.ParseReturnMessage
|
2021-03-13 19:32:40 +01:00 |
|
Bond_009
|
7fb3a354fd
|
Add test for HdHomerunManager.WriteSetMessage with lockkey
|
2021-03-13 19:24:47 +01:00 |
|
Bond_009
|
f5789483fd
|
Add test for HdHomerunManager.WriteSetMessage
|
2021-03-13 19:21:29 +01:00 |
|
Bond-009
|
b755c25217
|
Merge pull request #5220 from Bond-009/hdhomerun
|
2021-03-13 15:05:18 +01:00 |
|
BaronGreenback
|
b7fb152faf
|
Update tests/Jellyfin.Networking.Tests/NetworkParseTests.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
|
2021-03-12 14:44:05 +00:00 |
|
crobibero
|
e814d8e2cf
|
Add JsonStringConverter
|
2021-03-12 06:43:57 -07:00 |
|
Bond-009
|
d7f0aaaec1
|
Merge pull request #5417 from Bond-009/codeanal
Add code analysis attributes where appropriate
|
2021-03-12 00:15:12 +01:00 |
|
BaronGreenback
|
e5914fd28c
|
split tests
|
2021-03-11 22:47:37 +00:00 |
|
BaronGreenback
|
3fdf0de6e3
|
Fix remote access
|
2021-03-11 21:36:58 +00:00 |
|
Bond-009
|
d967267cef
|
Merge pull request #5461 from cvium/fix_multiversion
|
2021-03-11 22:31:06 +01:00 |
|
cvium
|
7d69c2550c
|
fix copy/paste error in test
|
2021-03-10 19:30:23 +01:00 |
|
cvium
|
b0af11c34e
|
make the eligibility check more strict wrt. brackets
|
2021-03-10 19:29:52 +01:00 |
|
David
|
954148eb6d
|
Fix Radarr url nfo files
|
2021-03-10 17:08:24 +01:00 |
|
cvium
|
3824c09e77
|
fix multiversion eligibility check for complex folder names
|
2021-03-10 10:47:35 +01:00 |
|
Bond_009
|
a618d6053f
|
Move TestPluginWithoutPages to the correct project
|
2021-03-09 14:24:19 +01:00 |
|
Bond_009
|
37eb7d6d49
|
Perform static initialization only once
|
2021-03-09 14:24:19 +01:00 |
|
Bond_009
|
b9577d0fd9
|
Check for specific status code instead of success
|
2021-03-09 14:24:19 +01:00 |
|
Bond_009
|
fa8bfece4e
|
Split integration tests from unit tests
|
2021-03-09 14:17:59 +01:00 |
|
Bond_009
|
d202df6e8a
|
Remove useless line
|
2021-03-09 03:22:51 +01:00 |
|
Bond_009
|
9ed7f429c0
|
FxCop -> Net Analyzers (part 1)
|
2021-03-09 03:04:47 +01:00 |
|
Bond_009
|
5241bd41ef
|
Add code analysis attributes where appropriate
|
2021-03-09 01:28:21 +01:00 |
|
BaronGreenback
|
a031f7e410
|
Fix for multiple ip's in the same subnet per interface.
|
2021-03-09 00:07:21 +00:00 |
|
Joshua M. Boniface
|
3c46f10e3d
|
Merge pull request #5315 from BaronGreenback/FixFor5280Part2
|
2021-03-08 18:06:40 -05:00 |
|
Joshua M. Boniface
|
0ef8bea125
|
Merge pull request #5406 from cvium/trycleanstring-dont-die-on-me
|
2021-03-08 16:54:26 -05:00 |
|
Claus Vium
|
90cdd1345d
|
Merge pull request #5407 from Bond-009/hack
|
2021-03-08 21:23:14 +01:00 |
|
Bond_009
|
2e62c09f2e
|
Fix casing CollectionType
|
2021-03-08 02:16:35 +01:00 |
|
cvium
|
e0db17a935
|
do not throw ArgumentNullException in TryCleanString
|
2021-03-07 22:49:31 +01:00 |
|
Patrick Barron
|
f638ee6b09
|
Enable nullable for Jellyfin.Data and remove unnecessary attributes
|
2021-03-06 17:43:01 -05:00 |
|
Bond-009
|
497ea57fd2
|
Merge pull request #5381 from cvium/fix-network-substitution
|
2021-03-06 21:38:32 +01:00 |
|
cvium
|
bc661c16e1
|
simplify
|
2021-03-06 14:01:37 +01:00 |
|
Cody Robibero
|
df1951cfe2
|
Apply suggestions from code review
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
|
2021-03-05 08:30:49 -07:00 |
|
crobibero
|
fd0b3ca5ef
|
Add JsonVersionConverter and tests
|
2021-03-05 07:48:45 -07:00 |
|
cvium
|
37e374d33d
|
make sure network path substitution matches correctly
|
2021-03-05 14:09:23 +01:00 |
|
cvium
|
8b72b902f5
|
fix HasProviderId and add tests
|
2021-03-03 12:28:40 +01:00 |
|