Commit graph

23796 commits

Author SHA1 Message Date
Patrick Barron 40e4370689 Specify AsSplitQuery in initial users query 2023-01-16 11:52:53 -05:00
Patrick Barron f07553abdf Optimize EF Core queries and remove unnecessary AsQueryable calls 2023-01-16 11:49:59 -05:00
Patrick Barron ab6baf6486 Enable nullable for Jellyfin DbContext 2023-01-16 10:28:31 -05:00
Patrick Barron 2a86723caf Use file-scoped namespace in db context 2023-01-16 10:06:25 -05:00
Patrick Barron 921618368b Remove unused schema 2023-01-16 10:05:36 -05:00
Patrick Barron 577d396649 Use custom plugin assembly load context 2023-01-15 17:35:36 -05:00
Patrick Barron a48f188874 Use separate assembly load contexts per plugin 2023-01-15 17:00:38 -05:00
Patrick Barron dc85d86ea1 Enable in-process restarting 2023-01-15 15:56:18 -05:00
Patrick Barron f8ca71ee15 Move WebHostBuilder extension method to separate file 2023-01-15 15:48:10 -05:00
Patrick Barron 029d53502f Move some startup methods to StartupHelpers 2023-01-15 15:48:07 -05:00
Patrick Barron 7186b343bd Move Formatters to Jellyfin.Api 2023-01-15 15:46:50 -05:00
Patrick Barron 74a07f6d1c Move Middleware to Jellyfin.Api 2023-01-15 15:46:50 -05:00
Cody Robibero be206d4ff2
Merge pull request #9044 from Bond-009/db 2023-01-14 14:19:53 -07:00
Bond_009 8ff0cb1e9d Remove AddPeopleQueryIndex migration 2023-01-14 21:39:47 +01:00
Bond_009 6a8d24d9e9 Set journal_size_limit 2023-01-14 21:39:47 +01:00
Bond_009 73740f6c6e Change synchronous_mode to normal 2023-01-14 21:39:47 +01:00
Bond_009 ab918c6292 Fine tune DB settings 2023-01-14 21:39:46 +01:00
Teo Baranga 56ef45ebf0
Fix client supported image formats (#9071) 2023-01-14 13:15:50 -07:00
Patrick Barron 663854bc1e
Update test dependencies (#9094) 2023-01-14 13:15:36 -07:00
Napaul Intrarasing 37edb21887 Translated using Weblate (Thai)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/th/
2023-01-14 10:51:23 -05:00
Cody Robibero 0f17e72efd
Revert "chore(deps): update swashbuckle-aspnetcore monorepo to v6.5.0 (#8591)" (#9088)
This reverts commit 3d51d79715.
2023-01-13 16:31:36 -07:00
renovate[bot] 3d51d79715
chore(deps): update swashbuckle-aspnetcore monorepo to v6.5.0 (#8591)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-13 08:09:21 -07:00
renovate[bot] 24a27a360e
chore(deps): update dependency serilog.aspnetcore to v6.1.0 (#9085)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-13 06:09:30 -07:00
Bond-009 12786db0cc
Merge pull request #9078 from barronpm/migrate-to-ihost 2023-01-13 11:51:36 +01:00
Alex Popovic 0571d3e403 Translated using Weblate (Serbian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sr/
2023-01-12 23:51:23 -05:00
kshantum d39dcb8ad2 Translated using Weblate (Russian)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/
2023-01-12 23:51:23 -05:00
Patrick Barron 033ffa9a88 Fix tests 2023-01-12 11:51:12 -05:00
renovate[bot] 8478a7c9ed
chore(deps): update github/codeql-action digest to 515828d (#9079)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-12 08:40:36 -07:00
Bond-009 3a7a781ed9
Merge pull request #9001 from Shadowghost/stereo-downmix
Fixes https://github.com/jellyfin/jellyfin/issues/1986
2023-01-12 09:49:29 +01:00
Patrick Barron 0f46eca6a4 Minor cleanup in Startup class 2023-01-11 22:09:14 -05:00
Patrick Barron 159e74ea09 Update Serilog.AspNetCore 2023-01-11 22:08:04 -05:00
Patrick Barron 7b17799b01 Migrate from IWebHost to IHost 2023-01-11 22:07:41 -05:00
Bond-009 81c8890b6d
Fix all warnings in MediaBrowser.MediaEncoding (#9073) 2023-01-11 17:22:01 -07:00
Cody Robibero 515e69dcf7
Merge pull request #9065 from barronpm/drawing-use-file-namespaces 2023-01-11 12:57:10 -07:00
Cody Robibero 3ad6286c2c
Merge pull request #9070 from Bond-009/warn3 2023-01-11 12:55:48 -07:00
Patrick Barron e904ce3030
Merge branch 'jellyfin:master' into drawing-use-file-namespaces 2023-01-11 14:33:09 -05:00
0TTA ab645653bc Translated using Weblate (Arabic)
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2023-01-11 07:51:22 -05:00
Bond_009 b934b346e1 Fix all warnings in MediaBrowser.Providers 2023-01-11 10:36:18 +01:00
Bond_009 6dbdb4e9af Fix all warnings in Jellyfin.Server.Implementations 2023-01-11 09:55:05 +01:00
Bond-009 aefa8da4ee
Merge pull request #9064 from barronpm/move-jellyfin-drawing-skia 2023-01-11 09:22:35 +01:00
Patrick Barron dfc5a4373f Change log level for bind address usage to debug
Fixes #9024
2023-01-10 19:58:54 -05:00
Patrick Barron cafc454cfb Use file-scoped namespaces in Jellyfin.Drawing.Skia 2023-01-10 19:41:55 -05:00
Patrick Barron 6c7225b943 Use file-scoped namespaces in Jellyfin.Drawing 2023-01-10 19:38:57 -05:00
Patrick Barron 16e33665a2 Move Jellyfin.Drawing.Skia to src 2023-01-10 19:35:06 -05:00
renovate[bot] 3ed0e70eab
chore(deps): update dependency tmdblib to v2 (#9053)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-10 14:57:17 -07:00
renovate[bot] 2045eb109b
chore(deps): update dependency sqlitepclraw.bundle_e_sqlite3 to v2.1.4 (#9062)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-01-10 14:56:55 -07:00
Joshua M. Boniface 9a2f2330b7
Merge pull request #9058 from jellyfin/renovate/dotnet-monorepo
chore(deps): update dotnet monorepo to v7.0.2
2023-01-10 15:58:59 -05:00
Cody Robibero 627c2b83ef Update docker sdk to 7.0.2 2023-01-10 10:53:28 -07:00
renovate[bot] 7516e61c5b
chore(deps): update dotnet monorepo to v7.0.2 2023-01-10 14:50:35 +00:00
Bond-009 ea8fc930f0
Merge pull request #9056 from jellyfin/renovate/efcoresecondlevelcacheinterceptor-3.x 2023-01-10 15:48:53 +01:00