aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-27Fix default values missing in ClientCapabilities(Dto) (#11232)Niels van Velzen
2024-03-27Replace LINQ with more direct access methodSaid Aroua
Also rework documentation
2024-03-27Refactor out static constructorSaid Aroua
See CA1810 for more details
2024-03-27Translated using Weblate (French)Thibaud Melano
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/fr/
2024-03-27Apply review suggestionsShadowghost
2024-03-26Apply review suggestionsShadowghost
2024-03-26chore(deps): update actions/setup-python action to v5.1.0 (#11221)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-26Adds rename command to commands.yml (#11178)felix920506
2024-03-26fix: prefer cli ffmpeg path over config file (#11219)gnattu
2024-03-26Merge pull request #11224 from jellyfin/nvv-fix-openapi-ciJoshua M. Boniface
Fix OpenAPI workflow publishing pull request artifact as unstable specification
2024-03-26Fix OpenAPI workflow publishing pull request artifact as unstable specificationNiels van Velzen
2024-03-26Extend playlist creation capabilitiesShadowghost
2024-03-26Add playlist ACL endpointsShadowghost
2024-03-26fix: remove legacy codecs (#11217)gnattu
2024-03-25Merge pull request #11215 from joshuaboniface/unstable-specJoshua M. Boniface
Handle OpenAPI spec uploads properly
2024-03-25Handle OpenAPI spec uploads properlyJoshua M. Boniface
Seems scp-action didn't work how I expected, and will seemingly always create a directory on the target even if given a filename on both sides. Work around this to ensure the file ends up in the right format.
2024-03-25Merge pull request #11214 from joshuaboniface/unstable-specJoshua M. Boniface
Add openapi.json upload to new repo server
2024-03-25Add more commentsJoshua M. Boniface
2024-03-25Flip conditionalJoshua M. Boniface
diff returns 0 if no difference which is what we want.
2024-03-25Remove incoming spec if not neededJoshua M. Boniface
2024-03-25Add correct directory to TGT_DIR in LAST_SPECJoshua M. Boniface
2024-03-25Only proceed if the spec differsJoshua M. Boniface
Avoids overwriting identical specs and burying the old ones.
2024-03-25Fix extra spaceJoshua M. Boniface
2024-03-25Translated using Weblate (Dutch)Bas
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
2024-03-25Make date to the secondJoshua M. Boniface
2024-03-25Fix multi-condition syntaxJoshua M. Boniface
2024-03-25Remove interpolationJoshua M. Boniface
Make these consistent since that seems to work based on other examples.
2024-03-25Add openapi.json upload to new repo serverJoshua M. Boniface
2024-03-25Check all tags for allow/block (#11206)Cody Robibero
2024-03-25Fix sar->dar typo in #11185 (#11210)Nyanmisaka
2024-03-24fix: use Metal tonemap instead of OpenCL (#11198)gnattu
2024-03-24fix: map encoder preset to quality setting for VideoToolbox (#11205)gnattu
2024-03-24Merge pull request #11203 from nyanmisaka/fix-ActualOutputVideoCodecBond-009
Fix codec vs ActualOutputVideoCodec
2024-03-24Fix codec vs ActualOutputVideoCodecnyanmisaka
codec is copy ActualOutputVideoCodec is hevc fixes 3bbb57e Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2024-03-23Add new VideoRangeTypes to fully support DoVi on webOS (#10469)vedant
2024-03-23fix: use a more recent UA (#11199)gnattu
2024-03-22Add default auth policy to generated openapi spec (#11181)Cody Robibero
2024-03-22feat(i18n): transliterate item name before sorting (#11172)Gary Wang
2024-03-22Merge pull request #11196 from jellyfin/renovate/ci-depsBond-009
chore(deps): update github/codeql-action action to v3.24.9
2024-03-22chore(deps): update github/codeql-action action to v3.24.9renovate[bot]
2024-03-20Translated using Weblate (Dutch)Bas
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
2024-03-20Merge pull request #11187 from jellyfin/renovate/ci-depsBond-009
chore(deps): update danielpalme/reportgenerator-github-action action to v5.2.4
2024-03-19fix: make sure the dimension is divisible by two for zscale (#11185)gnattu
2024-03-19chore(deps): update danielpalme/reportgenerator-github-action action to v5.2.4renovate[bot]
2024-03-19Merge pull request #11184 from joshuaboniface/bump_versionJoshua M. Boniface
Convert bump_version to bumper only
2024-03-19Convert bump_version to bumper onlyJoshua M. Boniface
Remove changelog generation as this is no longer present.
2024-03-18refactor: use Channels as queueing mechanism for periodic websocket messages ↵Claus Vium
(#11092)
2024-03-18Merge pull request #11177 from jellyfin/bump_versionJoshua M. Boniface
Restore bump_version script
2024-03-18Correct permissions to 755Joshua M. Boniface
2024-03-18restore bump_versionCody Robibero