aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-21Merge pull request #9912 from jellyfin/renovate/ci-depsBond-009
2023-06-21chore(deps): update github/codeql-action action to v2.20.1renovate[bot]
2023-06-20Merge pull request #9894 from fhriley/fix_hardcoded_timerBond-009
2023-06-19Merge pull request #9906 from crobibero/update-ghaBond-009
2023-06-19Update .github/workflows/openapi.ymlCody Robibero
Co-authored-by: Jorge <46056498+jorgectf@users.noreply.github.com>
2023-06-19Move hardcoded LibraryUpdateDuration to ServerConfiguration. Fixes #9893.Frank Riley
Signed-off-by: Frank Riley <fhriley@gmail.com>
2023-06-19Use intermediate envCody Robibero
2023-06-19Merge pull request #8744 from DomiStyle/segment-deletionCody Robibero
2023-06-18chore(deps): update github/codeql-action action to v2.20.0 (#9887)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-18chore(deps): update dotnet monorepo (#9886)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro>
2023-06-19Merge pull request #9902 from nyanmisaka/fix-9642-backportBond-009
2023-06-18Removed unused linesnyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-06-18Fix #9642 backportnyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-06-15Pick safer default value for segments to keepDominik
2023-06-15Add baseUrlParam back in and fix indentationDominik
2023-06-15Merge branch 'master' into segment-deletionDominik
2023-06-15chore(deps): update dependency serilog.sinks.graylog to v3.0.1 (#9892)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-13Merge pull request #9882 from nyanmisaka/fix-sync-amd-va-vkBond-009
2023-06-13Rearrage the Amd vaapi-vulkan pipeline for synchronizationnyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-06-13Backport pull request #9723 from jellyfin/release-10.8.zDmitry Lyzo
Fix multiple codec checking in CodecProfiles conditions Original-merge: bec8d7b3f5923c240bbc5bcf160c19f7cc591211 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Bond_009 <bond.009@outlook.com>
2023-06-13Backport pull request #9671 from jellyfin/release-10.8.znyanmisaka
Fix the canvas size for DVBSUB and DVDSUB subtitles Original-merge: eba95cc7f0304ebc9c1a8c0fc11a29ffca6fc97d Merged-by: Joshua M. Boniface <joshua@boniface.me> Backported-by: Bond_009 <bond.009@outlook.com>
2023-06-13Backport pull request #9642 from jellyfin/release-10.8.znyanmisaka
Fix the brightness of VPP tonemap and add the tonemap mode Original-merge: d5a8419bc52ba06c070012849ba166dd2fbff8b0 Merged-by: Cody Robibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2023-06-13Backport pull request #9538 from jellyfin/release-10.8.zTheTyrius
Fix nvenc preset order Original-merge: 79bb7560dc7848608cfab538b3aaf56dea545d8f Merged-by: Cody Robibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2023-06-13Backport pull request #9411 from jellyfin/release-10.8.znyanmisaka
Fix codec checking in CodecProfiles conditions Original-merge: 5921379a29583804fd1e99d1aad81bd4aad7f019 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Bond_009 <bond.009@outlook.com>
2023-06-10Merge pull request #9564 from AmbulantRex/whitelist-dllsCody Robibero
2023-06-10Add all websocket messages to generated openapi spec (#9682)Cody Robibero
* Add all websocket messages to generated openapi spec * Use oneOf * JsonIgnore ServerId * Oops * Add discriminators * Add WebSocketMessage container for Inbound and Outbound messages
2023-06-10Merge pull request #8203 from Shadowghost/nfo-season-namesCody Robibero
Implement NFO named season parsing
2023-06-10Update MediaBrowser.Providers/TV/SeriesMetadataService.csCody Robibero
Co-authored-by: Bond-009 <bond.009@outlook.com>
2023-06-10Fix InvalidOpEx while trying to read HttpResponseContent 2x (#9861)Bond-009
2023-06-10chore(deps): update dependency serilog.sinks.graylog to v3 (#9867)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-10chore(deps): update actions/checkout action to v3.5.3 (#9876)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-08Merge pull request #9870 from jellyfin/renovate/ci-depsBond-009
2023-06-08chore(deps): update peter-evans/create-or-update-comment action to v3.0.2renovate[bot]
2023-06-06Merge pull request #9858 from jellyfin/nvv-baseitemdto-lufs-nullableBond-009
2023-06-06Merge pull request #9860 from jellyfin/renovate/vstest-monorepoBond-009
2023-06-06chore(deps): update dependency microsoft.net.test.sdk to v17.6.2renovate[bot]
2023-06-06Make LUFS property nullable in BaseItemDtoNiels van Velzen
This fixes a regression from #9222 where the LUFS field in the OpenAPI spec was not nullable. This will cause issues with the Kotlin SDK.
2023-06-06Merge pull request #9857 from crobibero/cache-size-testsBond-009
2023-06-05Mock configuration to get SqliteCacheSizeKey during testCody Robibero
2023-06-05Source SQLite cache_size from an Environment Variable (#9666)Mark Lopez
2023-06-02Merge pull request #9667 from Silvenga/restore-default-journal-sizeBond-009
2023-06-02Translated using Weblate (Hindi)Bucky Patel
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/hi/
2023-06-01Merge pull request #9846 from jellyfin/renovate/vstest-monorepoBond-009
2023-06-01Merge pull request #9847 from jellyfin/renovate/ci-depsBond-009
2023-06-01chore(deps): update github/codeql-action action to v2.3.6renovate[bot]
2023-06-01chore(deps): update dependency microsoft.net.test.sdk to v17.6.1renovate[bot]
2023-05-30Merge pull request #9818 from Shadowghost/fixesBond-009
2023-05-29Merge pull request #9821 from cvium/admin_must_have_pwCody Robibero
2023-05-29Merge pull request #9820 from cvium/deprecate_easypasswordCody Robibero
2023-05-29Merge pull request #9828 from jellyfin/renovate/ci-depsBond-009