aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-04-28Merge pull request #9698 from jellyfin/renovate/ci-depsBond-009
2023-04-28Merge pull request #9695 from ↵Bond-009
jellyfin/renovate/efcoresecondlevelcacheinterceptor-3.x
2023-04-28chore(deps): update github/codeql-action action to v2.3.2renovate[bot]
2023-04-27chore(deps): update ci dependencies (#9684)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-27chore(deps): update dependency efcoresecondlevelcacheinterceptor to v3.9.0renovate[bot]
2023-04-24Increased the max journal_size_limit to reduce the number of truncation ↵Mark Lopez
operations.
2023-04-24Dispose BlockingCollectionBond_009
2023-04-22Merge pull request #9664 from jellyfin/renovate/ci-depsBond-009
2023-04-21chore(deps): update github/codeql-action action to v2.3.0renovate[bot]
2023-04-21Change number of read connections based on # of threads and add commentsBond_009
2023-04-21Get write connection for vacuumBond_009
2023-04-21Use BlockingCollectionBond_009
2023-04-21POC sql connection poolBond_009
2023-04-20Add artist to artist split whitelist (#9659)Penelope Gwen / Pogmommy
2023-04-17Translated using Weblate (Chinese (Traditional, Hong Kong))SuperDumbTM
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant_HK/
2023-04-17Translated using Weblate (Spanish)Juan B
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/es/
2023-04-17Merge pull request #9650 from jellyfin/renovate/actions-stale-8.xBond-009
2023-04-16Remove unnecessary type extension and handle feedback.AmbulantRex
2023-04-16chore(deps): update actions/stale action to v8renovate[bot]
2023-04-16fix: dead link (#9626)Brett Petch
2023-04-16Fix null parental rating comparison (#9618)Brad Beattie
2023-04-16Add explicit mapping instead of reflection to manifest reconciliation.AmbulantRex
2023-04-15Translated using Weblate (Chinese (Literary))同福客栈跑堂蘸糖
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lzh/
2023-04-15Update CI dependencies (#9640)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-15Update issue template to help HWA debugging (#9645)Nyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-04-15Update dependency EFCoreSecondLevelCacheInterceptor to v3.8.8 (#9648)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-15Added translation using Weblate (Chinese (Literary))同福客栈跑堂蘸糖
2023-04-15Translated using Weblate (Chinese (Traditional, Hong Kong))SuperDumbTM
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant_HK/
2023-04-15Merge branch 'jellyfin:master' into whitelist-dllsAmbulantRex
2023-04-14Merge pull request #9635 from Bond-009/sqlBond-009
2023-04-12Translated using Weblate (Punjabi)Aman Alam
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pa/
2023-04-12Translated using Weblate (Portuguese)David Pereira Cruz
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pt/
2023-04-13Properly dispose prepared statementsBond_009
2023-04-12Merge pull request #9632 from jellyfin/renovate/ci-depsBond-009
2023-04-12Update actions/checkout action to v3.5.1renovate[bot]
2023-04-11Update dotnet monorepo to v7.0.5 (#9629)renovate[bot]
* Update dotnet monorepo to v7.0.5 * Update docker sdk --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro>
2023-04-10#7626 Added handling for common FormatExceptions with Skia loading sv… (#9581)JPVenson
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
2023-04-10Merge pull request #9607 from goremykin/fix_analyzers_warnings_and_suggestionsBond-009
2023-04-09Translated using Weblate (Chinese (Traditional))felix920506
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/zh_Hant/
2023-04-10Use default instead of zero for TranscodeReasonStepan Goremykin
2023-04-09Reconcile pre-packaged meta.json against manifest on installAmbulantRex
2023-04-09Merge pull request #9613 from bradbeattie/patch-1Bond-009
2023-04-07Augment similarity with person matchesBrad Beattie
The code comment says "genres, tags, studios, _person_, year?", but does no matching on common people between films. This PR augments similarity score treating people similar to tags.
2023-04-06Merge pull request #9609 from jellyfin/renovate/ci-depsBond-009
2023-04-06Update github/codeql-action action to v2.2.11renovate[bot]
2023-04-06Translated using Weblate (Russian)argalion79
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ru/
2023-04-06Remove redundant 'else' keywordsStepan Goremykin
2023-04-06Simplify conditional expressionStepan Goremykin
2023-04-06Simplify linq expressions (use All)Stepan Goremykin
2023-04-06Pass cancellation tokenStepan Goremykin