aboutsummaryrefslogtreecommitdiff
path: root/tests/Jellyfin.Server.Integration.Tests
AgeCommit message (Collapse)Author
2025-05-04Cleanup file related code (#14023)Bond-009
2025-04-27Unified migration handling (#13950)JPVenson
2025-04-12Remove the hashed password from startup users response (#13904)Bill Thornton
2025-04-11Add ServerName to startup configurationBill Thornton
2025-03-25Merge remote-tracking branch 'origin/master' into feature/DatabaseRefactorJPVenson
2025-03-24Disabled flaky testsJPVenson
2025-02-02Merge remote-tracking branch 'jellyfinorigin/master' into feature/pgsql_providerJPVenson
2025-01-27Fixed migration runner and added docs for adding migrationsJPVenson
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-08-28Prevent server from starting if the ffmpeg path is invalid (#12463)gnattu
2024-06-02Add regressions tests for update library endpointBond_009
2024-04-21Limit sessions per user (#11370)Cody Robibero
2024-01-17Use helper function to compare guid (#10825)Cody Robibero
2023-11-15Remove DLNA testsPatrick Barron
2023-11-10Fix integration 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-08Merge pull request #10345 from Bond-009/getpersonBond-009
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-10-04Use Authorization header in integration testsBond_009
instead of X-Emby-Authorization And ensure the response has a successful status code
2023-09-23Use IHostLifetime to handle restarting and shutting downPatrick Barron
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-12Always run code analyzers for tests projects (#9304)Bond-009
2023-02-04Add more testsBond_009
2023-02-04Return NotFound when itemId isn't foundBond_009
2023-02-04Use Directory.Packages.props (#9135)Zoltan Csizmadia
Co-authored-by: Zoltan Csizmadia <CsizmadiaZ@valassis.com>
2023-02-01Add 404 response to MarkPlayedItem/MarkUnplayedItem (#9211)Chris Blake
Fixes https://github.com/jellyfin/jellyfin/issues/9120
2023-01-18chore(deps): update dependency microsoft.codeanalysis.bannedapianalyzers to ↵renovate[bot]
v3.3.4 (#9117) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-15Move WebHostBuilder extension method to separate filePatrick Barron
2023-01-15Move some startup methods to StartupHelpersPatrick Barron
2023-01-14Update test dependencies (#9094)Patrick Barron