aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-22Don't log unhandled exceptions twicePatrick Barron
2023-09-22Merge pull request #10234 from Shadowghost/cleanup-playlists-taskCody Robibero
2023-09-21Backport pull request #10151 from jellyfin/release-10.8.zNyanmisaka
Fix performance loss of QSV HDR tone-mapping on Windows Original-merge: 757f88b1a20ed493aa6c579a69c37f60092e7b3e Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Bond_009 <bond.009@outlook.com>
2023-09-21chore(deps): update dependency harfbuzzsharp.nativeassets.linux to v7 (#10252)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-21chore(deps): update skiasharp monorepo to v2.88.6 (#10251)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-20Merge pull request #10246 from jellyfin/renovate/ci-depsBond-009
2023-09-19chore(deps): update github/codeql-action action to v2.21.8renovate[bot]
2023-09-19Merge pull request #10241 from jellyfin/renovate/xunit-dotnet-monorepoBond-009
2023-09-18Address review commentsBond_009
2023-09-18Update ↵Tim Eisele
Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs Co-authored-by: Bond-009 <bond.009@outlook.com>
2023-09-18Fix xUnit1030: Do not call ConfigureAwait in test methodBond_009
2023-09-18Translated using Weblate (Slovenian)atomicmind
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/sl/
2023-09-18chore(deps): update xunit-dotnet monorepo to v2.5.1renovate[bot]
2023-09-17Update ↵Tim Eisele
Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs Co-authored-by: Bond-009 <bond.009@outlook.com>
2023-09-17Update ↵Tim Eisele
Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs Co-authored-by: Bond-009 <bond.009@outlook.com>
2023-09-17Update ↵Tim Eisele
Emby.Server.Implementations/ScheduledTasks/Tasks/CleanupCollectionAndPlaylistPathsTask.cs Co-authored-by: Bond-009 <bond.009@outlook.com>
2023-09-16Translated using Weblate (Dutch)Tycho Brouwer
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
2023-09-16Apply review suggestionsShadowghost
2023-09-16Extend collections cleanup task to include playlists tooShadowghost
2023-09-16Remove workaround for codec capitalizationJan Müller
This is not required anymore as Shaka Player now supports the correct codec strings.
2023-09-16Merge branch 'master' into flac-hls-fixesJan Müller
# Conflicts: # Jellyfin.Api/Controllers/DynamicHlsController.cs
2023-09-16Merge pull request #10231 from jellyfin/renovate/pin-dependenciesBond-009
2023-09-16Merge pull request #10230 from cvium/fix_migrationsClaus Vium
2023-09-16chore(deps): pin jitterbit/await-check-suites action to 292a541renovate[bot]
2023-09-16Merge pull request #10232 from jellyfin/renovate/actions-checkout-4.xBond-009
2023-09-16chore(deps): update actions/checkout action to v4renovate[bot]
2023-09-16Merge pull request #6209 from h1dden-da3m0n/ci/auto-bumpClaus Vium
add auto-bump_version workflow
2023-09-16missed a spotcvium
2023-09-16fix: open the connection when using SqliteConnection directlycvium
2023-09-14Merge pull request #10220 from jellyfin/renovate/ci-depsBond-009
2023-09-14chore(deps): update github/codeql-action action to v2.21.7renovate[bot]
2023-09-13chore(deps): update dotnet monorepo to v7.0.11 (#10213)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro>
2023-09-13Minor LibraryMonitor improvementsBond_009
* Enable nullable * Add a fast return to ReportFileSystemChanged when path should be ignored * Use Span overloads of Path.* functions where possible * IFileSystem: remove NormalizePath as Path.TrimEndingDirectorySeparator already checks if it's a root path
2023-09-13Merge pull request #10217 from thornbill/run-collect-on-failsBill Thornton
Run collect script on failures
2023-09-13Run collect script on failuresBill Thornton
2023-09-12Avoid shell expansion issues (#10211)Brian J. Murrell
2023-09-12Update Swashbuckle.AspNetCore.ReDoc to 6.5.0 (#10210)Bond-009
2023-09-12Make startup script more portableBrian J. Murrell
Make the creation of the startup script more portable and future-proof.
2023-09-12Merge pull request #10039 from hugueslarrive/devuanBond-009
2023-09-12Merge pull request #10169 from gandihar/gandihar.selinux-launcher-fixBond-009
2023-09-12Merge pull request #10056 from Bond-009/nullable2Bond-009
2023-09-11Merge pull request #10207 from crobibero/global.jsonClaus Vium
Add global.json to specify dotnet version
2023-09-11Merge pull request #10200 from thornbill/next-up-continueClaus Vium
Add option to include resumable items in next up requests
2023-09-11Merge pull request #10197 from thornbill/multiple-sessionsClaus Vium
Remove one session per device id limitation
2023-09-11Remove existing sessions for a user on the same device on loginBill Thornton
2023-09-11Add global.json to specify dotnet versionCody Robibero
2023-09-11Removed nesting levels through block-scoped `using` statement (#10025)Lehonti Ramos
Co-authored-by: John Doe <john@doe> Co-authored-by: Lehonti Ramos <lehonti@ramos>
2023-09-11Merge pull request #10194 from jellyfin/renovate/actions-checkout-4.xBond-009
2023-09-11Merge pull request #9972 from jellyfin/renovate/xunit-dotnet-monorepoBond-009
2023-09-08Fix AV1 NVENC encoder profile option (#10199)Nyanmisaka