aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-25Merge pull request #5579 from cocool97/masterBond-009
2021-03-25Merge pull request #5596 from BaronGreenback/DLNA_HardeningBond-009
Implemented DLNA exception handling
2021-03-25Merge pull request #5321 from Ullmie02/nfo-thumbBond-009
2021-03-24Merge pull request #5613 from accek/accek-samsung-dlna-fixClaus Vium
2021-03-24Update Jellyfin.Api/Helpers/FileStreamResponseHelpers.csSzymon Acedański
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-03-24Update MediaBrowser.Controller/LiveTv/ChannelInfo.cscocool97
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-03-24Fix incorrect responses for HEAD /audio/<id>/streamSzymon 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-23Use |=David
2021-03-23Use conditional operator instead of if/else blockDavid
2021-03-22Merge pull request #5586 from nyanmisaka/disable-autorotateBond-009
2021-03-22Translated using Weblate (Danish)Kenneth SB
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/
2021-03-22DLNA Exception catchingBaronGreenback
2021-03-22Disable auto rotation for some HWA methods (#5586)Nyanmisaka
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-03-22Merge pull request #5580 from Bond-009/integrationtests2Bond-009
2021-03-22Improve namingBond_009
2021-03-22Apply suggestions from code reviewNyanmisaka
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-03-22Apply suggestions from code reviewNyanmisaka
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-03-22disable auto rotation for some HWA methodsnyanmisaka
2021-03-21Merge pull request from GHSA-wg4c-c9g9-rxhxJoshua M. Boniface
Fix issues 1 through 5 from GHSL-2021-050
2021-03-21Merge pull request #5532 from cvium/fix_episode_extras_questionmarkJoshua M. Boniface
2021-03-21Add tests for GetFirstUser, UpdateStartupUser and CompleteWizardBond_009
2021-03-21Add StartupControllerTestsBond_009
2021-03-20Changed CONTRIBUTORS.mdLIAUD
2021-03-20Add 'group-title' channel parsingLIAUD
2021-03-19Merge pull request #5476 from jellyfin/EraYaN-nuget-ciBill Thornton
Remove BuildPackage dependency for PublishNuget in CI
2021-03-20Apply review suggestionsErwin de Haan
2021-03-20Authenticated arbitrary file overwrite in SubtitleController -> SubtitleManagerErwin de Haan
GHSL-2021-050: Issue 5 Arbitrary file overwrite.
2021-03-20Fix arbitrary image file reads in ImageByNameControllerErwin de Haan
GHSL-2021-050: Issue 4 Arbitrary image file read and directory traversal.
2021-03-20Fix 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-20Merge pull request #5504 from crobibero/json-string-converterBond-009
2021-03-19Merge pull request #5559 from cvium/fix-tmdb-search-cleanClaus Vium
Clean the entity name for non-words before searching
2021-03-19Merge pull request #5561 from barronpm/permissions-fixClaus Vium
2021-03-19Translated using Weblate (Lithuanian)andrewthemeow
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lt/
2021-03-17Fix user mockingPatrick Barron
2021-03-17Fix duplicate permissionsPatrick Barron
2021-03-17Clean the entity name for non-words before searchingcvium
2021-03-16Translated using Weblate (Portuguese (Brazil))Vitorvlv
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt_BR/
2021-03-16Translated using Weblate (Esperanto)Alyssa Ross
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/eo/
2021-03-16Merge pull request #5550 from cvium/revert_underscore_multiversionBond-009
2021-03-15revert underscore as a multiversion separatorcvium
2021-03-15Merge pull request #5512 from crobibero/api-spec-versionClaus Vium
2021-03-15Merge pull request #5475 from BaronGreenback/SSDPFixClaus Vium
2021-03-15add unit testscvium
2021-03-14do not resolve episode-like files if they are in extras folderscvium
2021-03-14Merge pull request #5395 from barronpm/ef-cleanupBond-009
2021-03-14Merge branch 'master' into ef-cleanupPatrick Barron
# Conflicts: # Jellyfin.Data/Entities/Libraries/MediaFileStream.cs # Jellyfin.Data/Jellyfin.Data.csproj
2021-03-14Merge pull request #5510 from BaronGreenback/DlnaFirstFixClaus Vium
Fix: Streaming crashing due to no deviceProfileId match.
2021-03-14Merge pull request #5324 from danieladov/masterClaus Vium
Fix duplicated movies when group movies into collections is enabled
2021-03-14Merge pull request #5422 from Bond-009/warn51Bond-009
2021-03-14Merge pull request #5522 from Bond-009/integrationtestsBond-009
Fix integration test project