| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-24 | Fix incorrect responses for HEAD /audio/<id>/stream | Szymon Acedański | |
| Without this fix my Samsung Soundbar (HW-Q80R) fails to play using DLNA and returns "Error: Resource not found (716)" instead. I had a look on tcpdump network logs between Jellyfin and the soundbar and noticed that the device performs a HEAD request for the media before responding to the DLNA UPNP control request from Jellyfin (or BubbleUPNP Android App). Jellyfin retuns 204 No Content response, which is unusual. Common web servers generally return 200 OK if the GET would return content, and this is not-very-clearly suggested [in HTTP spec](https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1) The other patch is to ensure, that invalid Content-Length: 0 is not returned with the HEAD response in the streaming case. I think in both cases we still don't return the same headers with HEAD as with GET (e.g. Content-Length or Accept-Ranges), but at least we don't return anything misleading. | |||
| 2021-03-23 | Use |= | David | |
| 2021-03-23 | Add tests for IsInNetwork | David | |
| 2021-03-23 | Remove conversion from IPAddress to string to IPAddress | David | |
| 2021-03-23 | Use conditional operator instead of if/else block | David | |
| 2021-03-23 | fix compilation | BaronGreenback | |
| 2021-03-22 | Merge pull request #5586 from nyanmisaka/disable-autorotate | Bond-009 | |
| 2021-03-22 | fix isdirectstream default | cvium | |
| 2021-03-22 | change HLS endpoint defaults to false | cvium | |
| 2021-03-22 | Translated using Weblate (Danish) | Kenneth SB | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/ | |||
| 2021-03-22 | DLNA Exception catching | BaronGreenback | |
| 2021-03-22 | Merge branch 'master' into RemoteAccessFix | BaronGreenback | |
| 2021-03-22 | Added more tests | BaronGreenback | |
| 2021-03-22 | Disable auto rotation for some HWA methods (#5586) | Nyanmisaka | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-03-22 | Merge pull request #5580 from Bond-009/integrationtests2 | Bond-009 | |
| 2021-03-22 | Improve naming | Bond_009 | |
| 2021-03-22 | Apply suggestions from code review | Nyanmisaka | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-03-22 | Apply suggestions from code review | Nyanmisaka | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-03-22 | disable auto rotation for some HWA methods | nyanmisaka | |
| 2021-03-21 | Merge pull request from GHSA-wg4c-c9g9-rxhx | Joshua M. Boniface | |
| Fix issues 1 through 5 from GHSL-2021-050 | |||
| 2021-03-21 | Merge pull request #5532 from cvium/fix_episode_extras_questionmark | Joshua M. Boniface | |
| 2021-03-21 | Add tests for GetFirstUser, UpdateStartupUser and CompleteWizard | Bond_009 | |
| 2021-03-21 | Add StartupControllerTests | Bond_009 | |
| 2021-03-20 | Changed CONTRIBUTORS.md | LIAUD | |
| 2021-03-20 | Add 'group-title' channel parsing | LIAUD | |
| 2021-03-19 | Merge pull request #5476 from jellyfin/EraYaN-nuget-ci | Bill Thornton | |
| Remove BuildPackage dependency for PublishNuget in CI | |||
| 2021-03-20 | Apply review suggestions | Erwin de Haan | |
| 2021-03-20 | Authenticated arbitrary file overwrite in SubtitleController -> SubtitleManager | Erwin de Haan | |
| GHSL-2021-050: Issue 5 Arbitrary file overwrite. | |||
| 2021-03-20 | Fix arbitrary image file reads in ImageByNameController | Erwin de Haan | |
| GHSL-2021-050: Issue 4 Arbitrary image file read and directory traversal. | |||
| 2021-03-20 | Fix directory traversal in the HlsSegmentController in a fairly rudimentary ↵ | Erwin de Haan | |
| but working way. GHSL-2021-050: Issue 1,2,3 Arbitrary file read and directory traversal. The segment id's can probably just be verified to be an actual ID or to not contain any forward or backward slashes | |||
| 2021-03-20 | Merge pull request #5504 from crobibero/json-string-converter | Bond-009 | |
| 2021-03-19 | Rollback char.IsDigit | David | |
| 2021-03-19 | Merge pull request #5559 from cvium/fix-tmdb-search-clean | Claus Vium | |
| Clean the entity name for non-words before searching | |||
| 2021-03-19 | Merge pull request #5561 from barronpm/permissions-fix | Claus Vium | |
| 2021-03-19 | Translated using Weblate (Lithuanian) | andrewthemeow | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lt/ | |||
| 2021-03-18 | Use ReadOnlySpan<char> and char.IsDigit | David | |
| 2021-03-18 | Apply suggestions from code review | David | |
| 2021-03-17 | Fix user mocking | Patrick Barron | |
| 2021-03-17 | Fix duplicate permissions | Patrick Barron | |
| 2021-03-17 | Clean the entity name for non-words before searching | cvium | |
| 2021-03-16 | Translated using Weblate (Portuguese (Brazil)) | Vitorvlv | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/ | |||
| 2021-03-16 | Use Helper Methods for provider url parsing | David | |
| 2021-03-16 | Translated using Weblate (Esperanto) | Alyssa Ross | |
| Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/eo/ | |||
| 2021-03-16 | Merge pull request #5550 from cvium/revert_underscore_multiversion | Bond-009 | |
| 2021-03-15 | revert underscore as a multiversion separator | cvium | |
| 2021-03-15 | Merge pull request #5512 from crobibero/api-spec-version | Claus Vium | |
| 2021-03-15 | Merge pull request #5475 from BaronGreenback/SSDPFix | Claus Vium | |
| 2021-03-15 | add unit tests | cvium | |
| 2021-03-14 | do not resolve episode-like files if they are in extras folders | cvium | |
| 2021-03-14 | Merge remote-tracking branch 'upstream/master' into SubnetOverlappFix | BaronGreenback | |
