aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Integration.Tests/Controllers/UserControllerTests.cs
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-09-18Fix xUnit1030: Do not call ConfigureAwait in test methodBond_009
2023-02-04Add more testsBond_009
2023-02-04Return NotFound when itemId isn't foundBond_009
2022-09-09Fix build errors from new warningsCody Robibero
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-06-19Move non-jellyfin extensions to separate projectBond_009
2021-04-09Add tests for UserControllerBond_009