aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Integration.Tests/Controllers
AgeCommit message (Collapse)Author
2025-10-19Add back UpdateUserPassword_Empty_RemoveSetPassword testNiels van Velzen
2025-10-05Deprecate HasPassword property on UserDtoNiels van Velzen
2025-09-16Optimize internal querying of UserData, other fixes (#14795)JPVenson
2025-04-12Remove the hashed password from startup users response (#13904)Bill Thornton
2025-04-11Add ServerName to startup configurationBill Thornton
2025-03-24Disabled flaky testsJPVenson
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>
2025-01-19Fixed tests againJPVenson
2025-01-19Applied review commentsJPVenson
2025-01-15Applied review commentsJPVenson
2024-11-14reverted dbg codeJPVenson
2024-11-14Deterministic tests my ***JPVenson
2024-11-14Fixed tests messageJPVenson
2024-11-14Updated test dbg messageJPVenson
2024-11-14Added Pipeline debug codeJPVenson
2024-11-10Fixed out of order unittestsJPVenson
2024-10-10Fixed testsJPVenson
2024-10-10Fixed testsJPVenson
2024-10-09Fixed (most) testsJPVenson
2024-09-18Remove invalid testShadowghost
2024-09-06Merge pull request #12548 from Bond-009/utf8bomNiels van Velzen
Remove BOM from UTF-8 files
2024-08-31Merge pull request #12549 from Bond-009/livetvcontrollertestsBond-009
Add LiveTvController tests
2024-08-30Add PluginsController testsBond_009
2024-08-30Add LiveTvController testsBond_009
2024-08-30Remove BOM from UTF-8 filesBond_009
I think some people need to change their IDE configuration ;)
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
* 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