aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Item/BaseItemRepository.cs
AgeCommit message (Collapse)Author
2024-11-13Remove unmapped fieldsJPVenson
2024-11-13Merge branch 'feature/EFUserData' of https://github.com/JPVenson/jellyfin ↵JPVenson
into feature/EFUserData
2024-11-13Removed unmapped joins againJPVenson
2024-11-13removed unmapped queried fieldsJPVenson
2024-11-13Readded External fields on requestJPVenson
2024-11-13Fixed null reference being created by EfCoreJPVenson
2024-11-13Added Check for argumentsJPVenson
2024-11-12Fixed NameStartsOrGreater filterJPVenson
2024-11-12Fixed app paths not being expandedJPVenson
2024-11-12Fixed AncestorIdsJPVenson
Fixed Sorting, NextUp and Continue Watching
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
Fixed UserDataKey not stored
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-10-20i have too much time.JPVenson
Refactored BaseItem and UserData relation
2024-10-11Expanded People architecture and fixed migrationJPVenson
2024-10-10Fixed CustomType serialisationJPVenson
2024-10-10Applied review commentsJPVenson
2024-10-10Applied review commentsJPVenson
2024-10-10Readded custom serialisationJPVenson
2024-10-10fixed string concatJPVenson
2024-10-10Refactored ItemValue structureJPVenson
2024-10-10Removed obsolete Score and Similiarity values for searchJPVenson
2024-10-10Fixed testsJPVenson
2024-10-09Updated .AsNoTracking() where applicableJPVenson
2024-10-09Used enum value for ItemValueTypeJPVenson
2024-10-09Fixed AncestorIds and applied review commentsJPVenson
2024-10-09Expanded BaseItem aggregate typesJPVenson
2024-10-09Fixed (most) testsJPVenson
2024-10-09Added EF BaseItem migrationJPVenson
2024-10-09Naming refactoring and WIP porting of new interface repositoriesJPVenson