aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations
AgeCommit message (Expand)Author
2024-11-15Filter duplicate BaseItems on saveJPVenson
2024-11-15Fixed Item queryJPVenson
2024-11-15Fixed paging not beeing appliedJPVenson
2024-11-15Fixed Query DistinctJPVenson
2024-11-14Disabled sqlite poolingJPVenson
2024-11-14Merge branch 'jellyfin:master' into feature/EFUserDataJPVenson
2024-11-14attempted to fix multi insert for ItemvaluesJPVenson
2024-11-14Fixed NextUp and Latest query performanceJPVenson
2024-11-14Fixed Movie RecentlyAddedJPVenson
2024-11-14removed dbg codeJPVenson
2024-11-14Deterministic tests my ***JPVenson
2024-11-14Reverted Test codeJPVenson
2024-11-14Fixed TestsJPVenson
2024-11-14Updated comments/TODOsJPVenson
2024-11-13Fixed FUCKING TopParentIdJPVenson
2024-11-13Fixed storage of Person imagesJPVenson
2024-11-13Fixed Scan saving library itemsJPVenson
2024-11-13Fixed DeadPeople queryJPVenson
2024-11-13Fix Deduplication and Save of ItemsJPVenson
2024-11-13Remove unmapped fieldsJPVenson
2024-11-13Merge branch 'feature/EFUserData' of https://github.com/JPVenson/jellyfin int...JPVenson
2024-11-13Removed unmapped joins againJPVenson
2024-11-13removed unmapped queried fieldsJPVenson
2024-11-13Readded External fields on requestJPVenson
2024-11-13Removed duplicated codeJPVenson
2024-11-13Fixed people savingJPVenson
2024-11-13Fixed null reference being created by EfCoreJPVenson
2024-11-13Added Check for argumentsJPVenson
2024-11-12Fixed invalid columns on MediaStreamsJPVenson
2024-11-12Fixed NameStartsOrGreater filterJPVenson
2024-11-12Fixed app paths not being expandedJPVenson
2024-11-12Fixed AncestorIdsJPVenson
2024-11-12Fixed Search ordering and NextUpJPVenson
2024-11-11Fixed image save method transaction commitJPVenson
2024-11-11Refactored array usageJPVenson
2024-11-11Cleaned up BaseItem queryingJPVenson
2024-11-11Fixed Duplicate returns on groupingJPVenson
2024-11-11Fixed images not loadingJPVenson
2024-11-11Fixed ItemSortingJPVenson
2024-11-11Fixed Library DB lookupJPVenson
2024-11-11Fixed TopParent not beeing migratedJPVenson
2024-11-10Fixed provider Ids not queried with baseItemsJPVenson
2024-11-10Fixed filter queryJPVenson
2024-11-10fixed ExtraIds not returned as empty listJPVenson
2024-11-10Fixed reference aggregate collections nullable when emptyJPVenson
2024-11-03Added + in username regex validator, Test + in username, issue #10414 (#12819)SethPattee
2024-10-28Updated all instances of ImmutableList to ImmutableArrayJPVenson
2024-10-28Reverted Primary ConstructorJPVenson
2024-10-20Add catch to remove cached user if creation fails (#12574)JPVenson
2024-10-20Fixed MigrationsJPVenson