aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Integration.Tests/Controllers/DashboardControllerTests.cs
AgeCommit message (Collapse)Author
2025-01-25chore: fix spellingJosh Soref
* a * acceleration * addition * altogether * api clients * artist * associated * bandwidth * cannot * capabilities * case-insensitive * case-sensitive * configuration * delimiter * dependent * diacritics * directors * enable * explicitly * filters * finish * have * hierarchy * implicit * include * information * into * its * keepalive * localization * macos * manual * matching * metadata * nonexistent * options * overridden * parsed * parser * playback * preferring * processes * processing * provider * ratings * retrieval * running * segments * separate * should * station * subdirectories * superseded * supported * system * than * the * throws * transpose * valid * was link: forum or chat rooms Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2023-10-11Multiple Stream changesBond_009
* Remove useless MemoryStream in DlnaHttpClient * Use HttpContent.ReadFromJsonAsync extension * Call ConfigureAwait for IAsyncDisposable * Use HttpContent.CopyToAsync where possible
2023-09-18Fix xUnit1030: Do not call ConfigureAwait in test methodBond_009
2022-09-09Fix build errors from new warningsCody Robibero
2022-03-18Update testsNiels van Velzen
2021-11-09Fix some warningsBond_009
609 left
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2021-03-09Check for specific status code instead of successBond_009
2021-03-09Split integration tests from unit testsBond_009