aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-02-22Update contributors.Jxiced
2025-02-22Apply suggestions from code reviewTim Eisele
Co-authored-by: Cody Robibero <cody@robibe.ro>
2025-02-22Merge pull request #13603 from jellyfin/renovate/ci-depsBond-009
Update CI dependencies
2025-02-22Remove GetMacAddresses from NetworkManagerNiels van Velzen
2025-02-22Remove deprecated GetWakeOnLanInfo endpointNiels van Velzen
2025-02-21Prevent whitespaces in username during wizard setup.Jxiced
2025-02-21Update CI dependenciesrenovate[bot]
2025-02-21Merge pull request #13584 from jellyfin/renovate/ci-depsBond-009
Update appleboy/ssh-action action to v1.2.1
2025-02-21Merge remote-tracking branch 'jellyfinorigin/master' into ↵JPVenson
feature/10.10/DetachedMigration
2025-02-21simplified logfile pathJPVenson
2025-02-21renaming of jfHostJPVenson
usings cleanup
2025-02-21Fixed nullability on startupServiceJPVenson
2025-02-21Use TryGetProviderId where possibleShadowghost
2025-02-21Backport pull request #13594 from jellyfin/release-10.10.ztheguymadmax
Fix 4K filtering when grouping movies into collections Original-merge: 317d7a9f4f76dbd964e2649ed4b7d03d3e68ca9d Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2025-02-20fixed new project pathsJPVenson
2025-02-20Merge pull request #13556 from Jxiced/masterBond-009
Don't allow usernames to have leading or trailing spaces
2025-02-20Fixed references for database projectsJPVenson
2025-02-20Fixed readme for migrationsJPVenson
2025-02-20Moved Database projects under /srcJPVenson
removed old pgsql references
2025-02-20Merge pull request #13567 from jellyfin/renovate/z440.atl.core-6.xBond-009
Update dependency z440.atl.core to 6.17.0
2025-02-20Migrate to IExternalUrlProviderShadowghost
2025-02-19Reverted Comparison code for name checkJPVenson
2025-02-19Merge remote-tracking branch 'jellyfinorigin/master' into ↵JPVenson
feature/DatabaseRefactor
2025-02-19Removed pgsql from refactorJPVenson
2025-02-19Fixed gitignore for pgsql dataJPVenson
2025-02-19Update appleboy/ssh-action action to v1.2.1renovate[bot]
2025-02-17Revert nullability of MediaStream.IsHearingImpaired (#13573)Cody Robibero
2025-02-16Update dependency z440.atl.core to 6.17.0renovate[bot]
2025-02-16Translated using Weblate (Catalan)pbf801
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ca/
2025-02-15Disallow incremental updates to JellyfinDbModelSnapshot (#13564)Cody Robibero
2025-02-15Merge pull request #13553 from crobibero/efcore-livetv-epgBond-009
Change BaseItemEntity ChannelId to nullable Guid
2025-02-14Update Jellyfin.Server.Implementations/Users/UserManager.csJxiced
Co-authored-by: gnattu <gnattu@users.noreply.github.com>
2025-02-14Update test cases.Jxiced
2025-02-14Update regex and revert previous changes to ThrowIfInvalidUsername.Jxiced
2025-02-14Update ThrowIfInvalidUsername to include whitespaces.Jxiced
2025-02-13Make the JsonConverters for delimited arrays more generic (#13396)Bond-009
* Make the JsonConverters for delimited arrays more generic Also adds some tests for serialization (with different types) as we didn't have any before. * Ignore warnings
2025-02-13Fix the issue where the external audio track always defaults. (#13132)choyakawa
2025-02-13Write only for query columns to EFCore db (#13542)gnattu
* Write only for query columns to EFCore db. We currently don't write the columns that do not exist on the BaseItem class definition in db. However, columns like `CleanName` is still useful and being used by internal queries and current behavior would cause such query to return nothing. The only exception is the UserDataKey which is not even being used for internal query that can be omitted. * Update comment
2025-02-13Change BaseItemEntity ChannelId to nullable GuidCody Robibero
2025-02-13Update danielpalme/ReportGenerator-GitHub-Action action to v5.4.4 (#13528)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-13Update Microsoft (#13534)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-13Update dependency dotnet-ef to 9.0.2 (#13548)renovate[bot]
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-13Backport pull request #13532 from jellyfin/release-10.10.zgnattu
Fix image encoding concurrency limit Original-merge: 3f539472f3a7c216a6c7d34fb947a144e249f154 Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com>
2025-02-13Merge pull request #13539 from gnattu/mimic-old-get-item-value-namesBond-009
Simulate old GetItemValueNames behavior
2025-02-12Merge pull request #13516 from ↵Cody Robibero
tkloy24/13510-Search-Results-Case-Insensitive-For-People Fix Search results are case-sensitive for people
2025-02-11Simulate old GetItemValueNames behaviorgnattu
The GetItemValueNames function in the old implementation was intended to retrieve the original value rather than the cleaned value. The old implementation lacked a clear specification regarding which value to return for the non-cleaned value in a group and relied on an undefined behavior of SQLite, and this implementation assumes the first one is the desired one.
2025-02-10Translated using Weblate (Luxembourgish)Loris Laera
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/lb/
2025-02-10Translated using Weblate (Basque)Thadah D. Denyse
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/eu/
2025-02-10Translated using Weblate (Arabic)Abdullah Khaled
Translation: Jellyfin/Jellyfin Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/ar/
2025-02-10Merge pull request #13527 from Bond-009/fixbuildagainBond-009
Rename CreateOrUpdateItems back to CreateItems