aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Integration.Tests/Controllers
AgeCommit message (Collapse)Author
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-10-05Don't create non existent persons in LibraryManager.GetPersonBond_009
return null instead. GetStudio, GetGenre, GetMusicGenre, GetYear, GetArtist still create a new one when the requested one doesn't exist Fixes #3901
2023-09-18Fix xUnit1030: Do not call ConfigureAwait in test methodBond_009
2023-03-27Fix #7610Bond_009
2023-02-17Validate requested user id (#8812)Cody Robibero
2023-02-04Add more testsBond_009
2023-02-04Return NotFound when itemId isn't foundBond_009
2023-02-01Add 404 response to MarkPlayedItem/MarkUnplayedItem (#9211)Chris Blake
Fixes https://github.com/jellyfin/jellyfin/issues/9120
2022-12-05Replace != null with is not nullBond_009
2022-10-07Merge pull request #6751 from Bond-009/tests12Claus Vium
Fix DLNA UpdateProfile test
2022-09-09Fix build errors from new warningsCody Robibero
2022-03-19Clean up DLNA profile codeBond_009
2022-03-18Update testsNiels van Velzen
2022-02-21Optimize Guid comparisonsBond_009
* Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty
2021-12-20Use our own Contains extensioncvium
2021-12-01Use PostAsJsonAsync where possibleBond_009
2021-12-01Use JsonContent where possibleBond_009
Should reduce the # of allocated bytes
2021-11-09Fix some warningsBond_009
609 left
2021-09-17Add tests for DlnaControllerBond_009
2021-09-01Fix buildBond_009
2021-08-28Fix testBond_009
2021-08-28Add more tests for LibraryStructureControllerBond_009
2021-08-28Add tests for LibraryStructureControllerBond_009
2021-07-11MediaInfoControllerTests: Check Content-LengthBond_009
2021-07-10Add tests for Playback/BitrateTest endpointBond_009
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-06-13Ignore all test controllerscrobibero
2021-06-09Fix duplicate keys causing an exceptionBond_009
2021-06-07Update tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.csBaronGreenback
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-06-07Update tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.csBaronGreenback
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-05-15Changes as requestedBaronGreenback
2021-04-09Add tests for UserControllerBond_009
2021-04-07Add code to test authenticated endpointsBond_009
2021-03-22Improve namingBond_009
2021-03-21Add tests for GetFirstUser, UpdateStartupUser and CompleteWizardBond_009
2021-03-21Add StartupControllerTestsBond_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