aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-22Backport pull request #9051 from jellyfin/release-10.8.zDmitry Lyzo
Fix transcode reasons Original-merge: 1dea309ae4a1eb00f7f5a7d4c91a235963fd069e Merged-by: Joshua M. Boniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2023-01-22Backport pull request #9050 from jellyfin/release-10.8.znyanmisaka
Update workaround for i915 hang in linux 5.18 to 6.1.3 Original-merge: 464136cfc9113d33ed4698904a31249f1ed893bf Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2023-01-22Backport pull request #9049 from jellyfin/release-10.8.zShadowghost
Add more codecs requiring ffmpeg strict -2 Original-merge: 2a6e292153fa84f82400079030fef0a289719a21 Merged-by: Cody Robibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2023-01-21Fix PGS position issue in Vulkan pipelinenyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-01-20Remove CustomHeaderNamesPatrick Barron
2023-01-20Add "Allowed Tags" to Parental ControlsJpuc1143
2023-01-20Merge branch 'master' into network-rewriteShadowghost
2023-01-20Merge pull request #9126 from Bond-009/interlacedBond-009
Revert 'Fix interlace check for H.264 MBAFF coded MP4 files' (#6222)
2023-01-20Remove DvdLib (#9068)Patrick Barron
* Remove DvdLib * Update error message for blu-ray folders Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> * Remove BDInfo * Remove MediaEncoder.GetPrimaryPlaylistVobFiles * Remove BlurayDiscInfo Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
2023-01-20Merge pull request #9066 from barronpm/reduce-logspamBond-009
Change log level for bind address usage to debug
2023-01-20Merge pull request #9133 from Shadowghost/increase-stale-operationsBond-009
Increase stale bot operations per run
2023-01-20Increase stale bot operations per runShadowghost
2023-01-19Apply review suggestionsShadowghost
2023-01-19Update Emby.Dlna/Main/DlnaEntryPoint.csShadowghost
Co-authored-by: Patrick Barron <barronpm@gmail.com>
2023-01-19Merge pull request #9124 from Shadowghost/deb-fixJoshua M. Boniface
2023-01-19Translated using Weblate (Bulgarian)marcus2799
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/bg/
2023-01-19Revert 'Fix interlace check for H.264 MBAFF coded MP4 files' (#6222)Bond_009
2023-01-19Remove restart.sh from packagingShadowghost
2023-01-19Fix CA1851Shadowghost
2023-01-19Merge remote-tracking branch 'upstream/master' into network-rewriteShadowghost
2023-01-18Merge pull request #9122 from jellyfin/renovate/github-codeql-action-digestBond-009
2023-01-18chore(deps): update github/codeql-action digest to a34ca99renovate[bot]
2023-01-18Load all plugin assemblies before attempting to load typesPatrick Barron
2023-01-18chore(deps): update dependency microsoft.codeanalysis.bannedapianalyzers to ↵renovate[bot]
v3.3.4 (#9117) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-18Translated using Weblate (Chinese (Traditional, Hong Kong))SuperDumbTM
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant_HK/
2023-01-17Use one AssemblyLoadContext per pluginPatrick Barron
2023-01-17Merge pull request #9108 from barronpm/efcore-cleanupBond-009
2023-01-17Merge pull request #9100 from barronpm/refactor-startupBond-009
2023-01-17Mark CanSelfRestart as ObsoletePatrick Barron
2023-01-17Merge pull request #9111 from jellyfin/renovate/sharpfuzz-2.xBond-009
2023-01-17Translated using Weblate (Pirate (pr))Slug-Cat
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pr/
2023-01-16Use default ASP.NET Core logger factory for DbContext factoryPatrick Barron
2023-01-16Fix build failingDarrenRuane
2023-01-16chore(deps): update dependency sharpfuzz to v2.0.1renovate[bot]
2023-01-16Ensure existing chapter images are deleted when user disables chapter generationDarrenRuane
2023-01-16Rename JellyfinDb to JellyfinDbContextPatrick Barron
2023-01-16Document JellyfinDbPatrick Barron
2023-01-16Allow limiting parallel image encodings to reduce memory usage (#8783)Hannes Braun
2023-01-16Specify AsSplitQuery in initial users queryPatrick Barron
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-15Fix pre-existing chapter images not being deleted after the chapter image ↵DarrenRuane
generation setting is disabled
2023-01-15Use custom plugin assembly load contextPatrick Barron
2023-01-15Use separate assembly load contexts per pluginPatrick Barron
2023-01-15Enable in-process restartingPatrick Barron
2023-01-15Move WebHostBuilder extension method to separate filePatrick Barron
2023-01-15Move some startup methods to StartupHelpersPatrick Barron
2023-01-15Move Formatters to Jellyfin.ApiPatrick Barron