aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Migrations
AgeCommit message (Collapse)Author
2025-01-26Prepared Seperation of Database components for future multi provider supportJPVenson
2024-11-13Fix Deduplication and Save of ItemsJPVenson
2024-11-12Fixed invalid columns on MediaStreamsJPVenson
2024-11-12Fixed AncestorIdsJPVenson
Fixed Sorting, NextUp and Continue Watching
2024-11-11Fixed Duplicate returns on groupingJPVenson
Fixed UserDataKey not stored
2024-10-20Fixed MigrationsJPVenson
2024-10-11Expanded People architecture and fixed migrationJPVenson
2024-10-10Aggregated MigrationsJPVenson
2024-10-10Refactored ItemValue structureJPVenson
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-08Merge remote-tracking branch 'jellyfinorigin/master' into feature/EFUserDataJPVenson
2024-09-28Add missing migration for SegmentProviderId (#12735)Tim Eisele
2024-09-07Migrated UserData from library sqlite db to jellyfin.dbJPVenson
2024-08-30Remove BOM from UTF-8 filesBond_009
I think some people need to change their IDE configuration ;)
2024-08-05Add media segments API (#12345)JPVenson
* Added Media segment manager * Added "HasSegments" to MediaSourceInfo when requesting though baseitem * Fixed ordering of Media Segements * Added media segment API controller * Added .ConfigureAwait(false) on media segments manager * renamed MediaSegmentsController removed empty route * Added Model layer for Media Segments Fixed review comments Media segments * Updated media segment naming refactored api and manager usage * Added mediaSegment type filter * Fixed codesmell * Fixed naming and typos * Added EF Migration * Added Identity Generation for MediaSegments Made mediasegment filter optional * Fixed optional filter parameter * refactored segment namespace * Added SegmentProviderId to MediaSegment * Media segment comment indentation * Added MediaSegmentManager query notracking
2023-10-18Merge branch 'master' into trickplayNick
2023-09-23Migrate to customizable cast receiver configCody Robibero
2023-06-26Migrate to trickplay table to EF. Rename vars/methods/members to have ↵Nick
consistent use of tile and thumbnail
2023-05-26chore: add db migrationscvium
2023-05-26chore: deprecate EasyPassword as it isn't very securecvium
2023-01-16Rename JellyfinDb to JellyfinDbContextPatrick Barron
2022-10-28Backport pull request #8608 from jellyfin/release-10.8.zcvium
Add index for DateCreated on ActivityLogs Original-merge: 39b29eb9f1250a025f6a78b451c1a79df39ed5e9 Merged-by: Claus Vium <cvium@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2021-08-13Fix devices migrationPatrick Barron
2021-08-13Add IAuditableEntityPatrick Barron
2021-06-18Recreate devices migration with missing fieldsPatrick Barron
2021-05-20Migrate authentication db to EF CorePatrick Barron
2021-05-04Merge pull request #5623 from barronpm/ef-cleanup2Bill Thornton
EF Core Cleanup 2
2021-04-07make custompref value nullablecvium
2021-03-25Add migrationPatrick Barron
2020-12-04Add ItemId to all display preferencescrobibero
2020-12-03Add support for custom item display preferencescrobibero
2020-10-05Add default value of 0Joshua M. Boniface
2020-10-05Make MaxActiveSessions not nullableJoshua M. Boniface
Fixes a bad assumption with the previous migration.
2020-10-04Rename migrations to match othersJoshua M. Boniface
2020-10-04Add pragma warning disabled to migrationsJoshua M. Boniface
2020-10-04Add DB migration for new MaxActiveSessions fieldJoshua M. Boniface
2020-09-05Generate migration for display preferences fix.Patrick Barron
2020-07-27Recreate display preferences migration.Patrick Barron
2020-07-17Add pragmas to DisplayPreferences migration filesPatrick Barron
2020-07-17Add missing fieldsPatrick Barron
2020-07-17Migrate Display Preferences to EF CorePatrick Barron
2020-06-13Actually fix profile imagesPatrick Barron
2020-06-13Fix build issuesPatrick Barron
2020-06-13Regenerate migrationsPatrick Barron
2020-05-30Remove unused portions of the user schemaPatrick Barron
2020-05-29Ignore documentation warnings in new migration filesPatrick Barron
2020-05-29Update schema and migration to allow LastLoginDate and LastActivityDate to ↵Patrick Barron
be null