| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-11 | Multiple Stream changes | Bond_009 | |
| * Remove useless MemoryStream in DlnaHttpClient * Use HttpContent.ReadFromJsonAsync extension * Call ConfigureAwait for IAsyncDisposable * Use HttpContent.CopyToAsync where possible | |||
| 2023-10-05 | Don't create non existent persons in LibraryManager.GetPerson | Bond_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-18 | Fix xUnit1030: Do not call ConfigureAwait in test method | Bond_009 | |
| 2023-03-27 | Fix #7610 | Bond_009 | |
| 2023-02-17 | Validate requested user id (#8812) | Cody Robibero | |
| 2023-02-04 | Add more tests | Bond_009 | |
| 2023-02-04 | Return NotFound when itemId isn't found | Bond_009 | |
| 2023-02-01 | Add 404 response to MarkPlayedItem/MarkUnplayedItem (#9211) | Chris Blake | |
| Fixes https://github.com/jellyfin/jellyfin/issues/9120 | |||
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-10-07 | Merge pull request #6751 from Bond-009/tests12 | Claus Vium | |
| Fix DLNA UpdateProfile test | |||
| 2022-09-09 | Fix build errors from new warnings | Cody Robibero | |
| 2022-03-19 | Clean up DLNA profile code | Bond_009 | |
| 2022-03-18 | Update tests | Niels van Velzen | |
| 2022-02-21 | Optimize Guid comparisons | Bond_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-20 | Use our own Contains extension | cvium | |
| 2021-12-01 | Use PostAsJsonAsync where possible | Bond_009 | |
| 2021-12-01 | Use JsonContent where possible | Bond_009 | |
| Should reduce the # of allocated bytes | |||
| 2021-11-09 | Fix some warnings | Bond_009 | |
| 609 left | |||
| 2021-09-17 | Add tests for DlnaController | Bond_009 | |
| 2021-09-01 | Fix build | Bond_009 | |
| 2021-08-28 | Fix test | Bond_009 | |
| 2021-08-28 | Add more tests for LibraryStructureController | Bond_009 | |
| 2021-08-28 | Add tests for LibraryStructureController | Bond_009 | |
| 2021-07-11 | MediaInfoControllerTests: Check Content-Length | Bond_009 | |
| 2021-07-10 | Add tests for Playback/BitrateTest endpoint | Bond_009 | |
| 2021-06-19 | Move non-jellyfin extensions to separate project | Bond_009 | |
| 2021-06-13 | Ignore all test controllers | crobibero | |
| 2021-06-09 | Fix duplicate keys causing an exception | Bond_009 | |
| 2021-06-07 | Update tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-06-07 | Update tests/Jellyfin.Server.Integration.Tests/Controllers/EncoderController.cs | BaronGreenback | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-05-15 | Changes as requested | BaronGreenback | |
| 2021-04-09 | Add tests for UserController | Bond_009 | |
| 2021-04-07 | Add code to test authenticated endpoints | Bond_009 | |
| 2021-03-22 | Improve naming | Bond_009 | |
| 2021-03-21 | Add tests for GetFirstUser, UpdateStartupUser and CompleteWizard | Bond_009 | |
| 2021-03-21 | Add StartupControllerTests | Bond_009 | |
| 2021-03-13 | FxCop -> Net Analyzers (part 2) | Bond_009 | |
| 2021-03-09 | Check for specific status code instead of success | Bond_009 | |
| 2021-03-09 | Split integration tests from unit tests | Bond_009 | |
