aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-12-08Add option to allow extras to use embedded titlesJoe Rogers
2022-12-08Allow video extras to use owner library optionsJoe Rogers
2022-12-07Fix nightly builds (#8870)Bond-009
2022-12-07Merge pull request #8868 from Bond-009/priorityqueueClaus Vium
Remove dependency on OptimizedPriorityQueue
2022-12-07Merge pull request #8867 from stanionascu/fix-8276Claus Vium
Fix to make sure that UDF streams are opened with Share.Read (#8276)
2022-12-07Merge pull request #8866 from Bond-009/mediaencoderClaus Vium
Always log when starting ffprobe
2022-12-07Check HTTP status code before writing response to file (#8863)Bond-009
fix https://github.com/jellyfin/jellyfin/issues/8084
2022-12-07Merge pull request #8734 from nielsvanvelzen/qc-revokeBond-009
2022-12-07Remove dependency on OptimizedPriorityQueueBond_009
2022-12-07chore(deps): update mcr.microsoft.com/dotnet/sdk docker tag to v7 (#8686)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-07Fix to make sure that UDF streams are opened with Share.Read (#8276)Stanislav Ionascu
Make sure that any subsequent requests to open the file for read will succeed.
2022-12-07feat: macOS arm64 build support (#8515)gnattu
2022-12-07Merge pull request #8547 from Bond-009/net7Bond-009
2022-12-07Update Microsoft.AspNetCore.Mvc.Testing to 7.0.0Bond_009
2022-12-07Update depsBond_009
2022-12-07Fix wrong usage of ArgumentNullException.ThrowIfNullBond_009
2022-12-07Remove useless tasks from CIBond_009
2022-12-07Update CI to .NET 7Bond_009
2022-12-07Update README and vscode launch settingsBond_009
2022-12-07Don't use deprecated HashAlgorithm.Create(string)Bond_009
2022-12-07Fix release buildBond_009
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-07Use File.SetUnixFileModeBond_009
2022-12-07Fix build errorsBond_009
2022-12-07Update projects to .net7Bond_009
2022-12-07Merge pull request #8511 from Bond-009/isnullBond-009
2022-12-07Always log when starting ffprobeBond_009
Now when we fail we can always see the filename in the logs Don't log 2x in debug mode
2022-12-06Add support for avif and webp for photos (#8857)Gen R
2022-12-05chore(deps): update dependency moq to v4.18.3 (#8854)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-12-05Fix build (#8859)Bond-009
2022-12-05Translated using Weblate (Georgian)NorwayFun
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ka/
2022-12-05Translated using Weblate (Swedish)Weevild
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sv/
2022-12-05Translated using Weblate (Danish)shoddysheep
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/
2022-12-05Fix some warnings and only disable TreatWarningsAsErrors for CodeAnalysis ↵Bond-009
(#8709)
2022-12-03Merge pull request #8546 from nyanmisaka/fix-fmp4-flac-opusCody Robibero
2022-12-03chore(deps): update dependency sqlitepclraw.bundle_e_sqlite3 to v2.1.3 (#8837)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-03chore(deps): update github/codeql-action digest to b2a92eb (#8834)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-03Allow non-ASCII in downloaded filenames (#8825)Justin
Fixes https://github.com/jellyfin/jellyfin/issues/8657
2022-12-03Add MusicBrainz server validation and fallback (#8833)Shadowghost
2022-12-03Harden GitHub Workflows security (#8664)Alex
2022-12-03Change InitiateQuickConnect to use POST requestNiels van Velzen
Keep the GET request for compatibility
2022-12-03Add userId parameter to AuthorizeQuickConnectNiels van Velzen
2022-12-02Translated using Weblate (Georgian)NorwayFun
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ka/
2022-12-02Added translation using Weblate (Georgian)NorwayFun
2022-12-01Merge pull request #8836 from thornbill/add-delay-moov-flagBill Thornton
2022-12-01Add delay_moov flag for progressive mp4 transcodingBill Thornton
2022-12-01chore(deps): update peter-evans/find-comment digest to f4499a7 (#8820)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-11-30The -autoscale option was added in FFmpeg 4.4 (#8813)Bond-009