aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-19Rollback char.IsDigitDavid
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-18Use ReadOnlySpan<char> and char.IsDigitDavid
2021-03-18Apply suggestions from code reviewDavid
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-16Use Helper Methods for provider url parsingDavid
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 remote-tracking branch 'upstream/master' into SubnetOverlappFixBaronGreenback
2021-03-14Merge pull request #5395 from barronpm/ef-cleanupBond-009
2021-03-14Fixed selection of correct interface ipBaronGreenback
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
2021-03-14Fix integration test projectBond_009
2021-03-13Update NetworkExtensions.csBaronGreenback
changed description
2021-03-13Merge pull request #5518 from crobibero/missing-endpointsBond-009
Add missing InstantMix endpoints
2021-03-13Fix GetDaysOfWeek behaviorBond_009
2021-03-13Sunday isn't a weekendBond_009
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2021-03-13Fix invalid crc in TryGetReturnValueOfGetSet_InvalidPacketType testBond_009
2021-03-13Rewrite HdHomerunManager.ParseReturnMessageBond_009
2021-03-13Merge branch 'master' of https://github.com/danieladov/jellyfinMister Rajoy
2021-03-13Change Guid.Parse to Guid.TryParseMister Rajoy
2021-03-13Add test for HdHomerunManager.ParseReturnMessageBond_009
2021-03-13Add test for HdHomerunManager.WriteSetMessage with lockkeyBond_009