aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Integration.Tests/Controllers
AgeCommit message (Expand)Author
2024-06-02Add regressions tests for update library endpointBond_009
2024-04-21Limit sessions per user (#11370)Cody Robibero
2023-11-15Remove DLNA testsPatrick Barron
2023-10-11Multiple Stream changesBond_009
2023-10-05Don't create non existent persons in LibraryManager.GetPersonBond_009
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
2022-12-05Replace != null with is not nullBond_009
2022-10-07Merge pull request #6751 from Bond-009/tests12Claus Vium
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
2021-12-20Use our own Contains extensioncvium
2021-12-01Use PostAsJsonAsync where possibleBond_009
2021-12-01Use JsonContent where possibleBond_009
2021-11-09Fix some warningsBond_009
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
2021-06-07Update tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.csBaronGreenback
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