aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-07Merge pull request #9018 from jellyfin/renovate/actions-download-artifact-digestBond-009
2023-01-07Merge pull request #9022 from jellyfin/renovate/actions-upload-artifact-digestBond-009
2023-01-06chore(deps): update actions/upload-artifact digest to 0b7f8abrenovate[bot]
2023-01-06chore(deps): update actions/download-artifact digest to 9bc31d5renovate[bot]
2023-01-05Translated using Weblate (Basque)Porrumentzio
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/eu/
2023-01-05Translated using Weblate (Japanese)Futoshi Iwashita
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ja/
2023-01-04Fix all warnings in Jellyfin.Api (#9003)Bond-009
2023-01-03Merge pull request #9006 from nyanmisaka/hwa-groupsJoshua M. Boniface
Add jellyfin to the render and video groups for HWA
2023-01-04Add jellyfin to the render and video groups for HWAnyanmisaka
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2023-01-03Merge pull request #8775 from SenorSmartyPants/DVRMetadataBond-009
Fixes https://github.com/jellyfin/jellyfin/issues/5178
2023-01-02Merge pull request #8995 from daullmer/nfo-remote-images-initialClaus Vium
Use nfo provided remote images on initial scan
2023-01-02Backdrops prefer no language imagesBrad Beattie
2023-01-02Use nfo provided remote images on initial scanDavid Ullmer
2023-01-01Merge pull request #8990 from Bond-009/staleBond-009
Give stale action write permission for issues
2022-12-31Give stale action write permission for issuesBond_009
2022-12-31Translated using Weblate (Catalan)Xavier Rosell
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/
2022-12-30Add support for .sup subtitle (#8808)Cody Robibero
Fixes https://github.com/jellyfin/jellyfin/issues/8628
2022-12-30Checkout common ancestor for comparison in OpenAPI workflow (#8985)Niels van Velzen
2022-12-30chore(deps): update dependency moq to v4.18.4 (#8986)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-29Use custom database healthcheck (#8973)Cody Robibero
2022-12-29Fix multi cleaning (#8978)xdo
Right now, a movie Name `Iron Man Multi 1080p.mkv` will be searched as `Iron Man Multi` leading to no result. The cleaning regex was containing multi but it looks like a typo joined `multi` and `subs` in the same term. Co-authored-by: Xavier-Do <xavier.dolle@gmail.com>
2022-12-29Merge pull request #7494 from Shadowghost/streambuilder-cleanupBond-009
2022-12-29Fix image searching to prioritize explicit language match if searching in ↵Brad Beattie
English (#8946)
2022-12-29Merge pull request #8964 from Bond-009/diacriticsClaus Vium
Use Diacritics.NET
2022-12-28Augment tag searching to consider all ItemValuesBrad Beattie
2022-12-28Translated using Weblate (Catalan)guineu
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/
2022-12-27Add more testsBond_009
2022-12-27Use Diacritics.NETBond_009
Last time we had to revert this due to regressions, now those regression tests seem to succeed with a newer version of Diacritics.NET
2022-12-27chore(deps): update dependency libse to v3.6.10 (#8958)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-27Remove unused notification endpoints (#8952)Niels van Velzen
2022-12-27Translated using Weblate (Georgian)NorwayFun
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ka/
2022-12-27Translated using Weblate (Arabic)0TTA
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2022-12-25Translated using Weblate (Korean)DuaLee
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ko/
2022-12-23Translated using Weblate (Polish)gam24
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/pl/
2022-12-23Correct path to installation guide (#8948)Mason McGlothlin
* Correct path to installation guide The installation guide link was broken. Updated it to the correct location. * Fix docs links to not include docs subdomain
2022-12-23chore(deps): update actions/stale action to v7 (#8935)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-20chore(deps): update peter-evans/find-comment digest to 81e2da3 (#8930)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-20Merge branch 'master' into network-rewriteShadowghost
2022-12-20Merge pull request #8927 from nielsvanvelzen/auth-deprClaus Vium
2022-12-19Remove unused ImageByName API (#8928)Niels van Velzen
2022-12-19Deprecate user id based authentication endpointNiels van Velzen
2022-12-19Remove deprecated Password field from AuthenticateUserByNameNiels van Velzen
2022-12-19Merge pull request #8922 from Bond-009/distinctbyClaus Vium
Use DistinctBy introduced in .NET 6
2022-12-19Adding "creation_time" as a tag lookup for FFProbe for premiere date (#8884)bradvolen
2022-12-19Use Order() introduced in .NET 7 (#8923)Bond-009
2022-12-19Merge pull request #8924 from joshuaboniface/fix-postinstJoshua M. Boniface
Correct systemd dynamic directory
2022-12-19Correct systemd dynamic directoryJoshua M. Boniface
Fixes #8921
2022-12-19Use DistinctBy introduced in .NET 6Bond_009
2022-12-17Translated using Weblate (Dutch)Bas
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/nl/
2022-12-15chore(deps): update dotnet monorepo to v7.0.1 (#8900)renovate[bot]
* chore(deps): update dotnet monorepo to v7.0.1 * Update docker sdk Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Cody Robibero <cody@robibe.ro>