aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-16Optimize EF Core queries and remove unnecessary AsQueryable callsPatrick Barron
2023-01-16Enable nullable for Jellyfin DbContextPatrick Barron
2023-01-16Use file-scoped namespace in db contextPatrick Barron
2023-01-16Remove unused schemaPatrick Barron
2023-01-14Merge pull request #9044 from Bond-009/dbCody Robibero
2023-01-14Remove AddPeopleQueryIndex migrationBond_009
2023-01-14Set journal_size_limitBond_009
2023-01-14Change synchronous_mode to normalBond_009
2023-01-14Fine tune DB settingsBond_009
2023-01-14Fix client supported image formats (#9071)Teo Baranga
2023-01-14Update test dependencies (#9094)Patrick Barron
2023-01-14Translated using Weblate (Thai)Napaul Intrarasing
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/th/
2023-01-13Revert "chore(deps): update swashbuckle-aspnetcore monorepo to v6.5.0 ↵Cody Robibero
(#8591)" (#9088) This reverts commit 3d51d79715a1cbc0e6c237facfdc9f21c4b951c7.
2023-01-13chore(deps): update swashbuckle-aspnetcore monorepo to v6.5.0 (#8591)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-13chore(deps): update dependency serilog.aspnetcore to v6.1.0 (#9085)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-13Merge pull request #9078 from barronpm/migrate-to-ihostBond-009
2023-01-12Translated using Weblate (Serbian)Alex Popovic
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sr/
2023-01-12Translated using Weblate (Russian)kshantum
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/
2023-01-12Fix testsPatrick Barron
2023-01-12chore(deps): update github/codeql-action digest to 515828d (#9079)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-12Merge pull request #9001 from Shadowghost/stereo-downmixBond-009
Fixes https://github.com/jellyfin/jellyfin/issues/1986
2023-01-11Minor cleanup in Startup classPatrick Barron
2023-01-11Update Serilog.AspNetCorePatrick Barron
2023-01-11Migrate from IWebHost to IHostPatrick Barron
2023-01-11Fix all warnings in MediaBrowser.MediaEncoding (#9073)Bond-009
2023-01-11Merge pull request #9065 from barronpm/drawing-use-file-namespacesCody Robibero
2023-01-11Merge pull request #9070 from Bond-009/warn3Cody Robibero
2023-01-11Merge branch 'jellyfin:master' into drawing-use-file-namespacesPatrick Barron
2023-01-11Translated using Weblate (Arabic)0TTA
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2023-01-11Fix all warnings in MediaBrowser.ProvidersBond_009
2023-01-11Fix all warnings in Jellyfin.Server.ImplementationsBond_009
2023-01-11Merge pull request #9064 from barronpm/move-jellyfin-drawing-skiaBond-009
2023-01-10Use file-scoped namespaces in Jellyfin.Drawing.SkiaPatrick Barron
2023-01-10Use file-scoped namespaces in Jellyfin.DrawingPatrick Barron
2023-01-10Move Jellyfin.Drawing.Skia to srcPatrick Barron
2023-01-10chore(deps): update dependency tmdblib to v2 (#9053)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-10chore(deps): update dependency sqlitepclraw.bundle_e_sqlite3 to v2.1.4 (#9062)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-10Merge pull request #9058 from jellyfin/renovate/dotnet-monorepoJoshua M. Boniface
chore(deps): update dotnet monorepo to v7.0.2
2023-01-10Update docker sdk to 7.0.2Cody Robibero
2023-01-10chore(deps): update dotnet monorepo to v7.0.2renovate[bot]
2023-01-10Merge pull request #9056 from ↵Bond-009
jellyfin/renovate/efcoresecondlevelcacheinterceptor-3.x
2023-01-10Add stereo downmix algorithm selection.Shadowghost
2023-01-10Rename Emby.Drawing and move to src (#9054)Patrick Barron
* Move Emby.Drawing to src * Rename Emby.Drawing -> Jellyfin.Drawing
2023-01-10chore(deps): update dependency efcoresecondlevelcacheinterceptor to v3.8.2renovate[bot]
2023-01-09Add Chinese Bilingual language (#7623)MBR-0001
Closes https://github.com/jellyfin/jellyfin-plugin-opensubtitles/issues/103
2023-01-09Merge pull request #9029 from DavidFair/Support_dts_transcodingBond-009
Fixes https://github.com/jellyfin/jellyfin/issues/8804
2023-01-08Translated using Weblate (Afrikaans)Stephen Cox
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/af/
2023-01-08Translated using Weblate (Greek)Retrial
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/el/
2023-01-07Add DavidFair to contributorsDavid Fairbrother
Add myself to the list of contributors, as per the development guidelines found on the JF website.
2023-01-07Add dts to list of audio codecs which require strict -2David Fairbrother
Adds dts to the list of audio codecs where ffmpeg will throw asking us to opt into experimental support. This is seen when the original content is based on dts and we don't acopy using ffmpeg.