aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Migrations
AgeCommit message (Expand)Author
2023-02-19Add migration for MusicBrainz settingsShadowghost
2023-02-15Merge branch 'master' into network-rewriteShadowghost
2023-02-13Add permission for collection managementShadowghost
2023-01-19Merge remote-tracking branch 'upstream/master' into network-rewriteShadowghost
2023-01-16Rename JellyfinDb to JellyfinDbContextPatrick Barron
2023-01-14Remove AddPeopleQueryIndex migrationBond_009
2023-01-04Fix all warnings in Jellyfin.Api (#9003)Bond-009
2022-12-07Merge branch 'master' into network-rewriteShadowghost
2022-12-05Replace == null with is nullBond_009
2022-12-03Merge remote-tracking branch 'upstream/master' into network-rewriteShadowghost
2022-10-21remove JellyfinDbProvider and add second level cachingcvium
2022-10-01Declare VirtualInterfaceNames as string array for consistencyShadowghost
2022-07-20Move away from using Collection, simplify code, add proper orderingShadowghost
2022-07-19Migrate NetworkManager and Tests to native .NET IP objectsShadowghost
2022-05-20Merge pull request #7693 from crobibero/auth-migrateCody Robibero
2022-02-28Fix migration of DateTime to EFCody Robibero
2021-12-27Remove more warningsCody Robibero
2021-12-14Fix crash on missing server config fileJoe Rogers
2021-12-14Update Jellyfin.Server/Migrations/MigrationRunner.csStoica Tedy
2021-12-14Fixed crash in MigrationRunnerStoica Tedy
2021-11-27Update Jellyfin.Server/Migrations/MigrationRunner.csClaus Vium
2021-11-24Remove stray datamembercvium
2021-11-24Migrate network configuration safelycvium
2021-11-11Fix nullability on DisplayPreferencesDtoCody Robibero
2021-10-03Fix warning: Type cast is redundant (#2149)KonH
2021-09-25Fix user DB migrationBond_009
2021-08-13Merge branch 'master' into authenticationdb-efcorePatrick Barron
2021-08-04Minor improvementsBond_009
2021-06-24Migrate DeviceOptionsPatrick Barron
2021-06-23Merge branch 'master' into authenticationdb-efcorePatrick Barron
2021-06-21Fix migrationPatrick Barron
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-06-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
2021-06-18Re-add support for API keysPatrick Barron
2021-06-18Add data migrationPatrick Barron
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-04-29Merge pull request #5842 from BaronGreenback/optimizationBond-009
2021-04-20Merge pull request #5873 from cvium/fix-displaypref-migrationBond-009
2021-04-20use int.Parsecvium
2021-04-20Check for empty string when migrating displaypreferencescvium
2021-04-19use IF NOT EXISTS in migrationcvium
2021-04-17Remove unused using directivesBaronGreenback
2021-04-17Group MethodsBaronGreenback
2021-04-12Fix random failing of testsBond_009
2021-03-14Merge branch 'master' into ef-cleanupPatrick Barron
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2021-03-06Enable nullable for Jellyfin.Data and remove unnecessary attributesPatrick Barron
2021-02-21Use GetEncodingOptions where possibleBond_009
2021-01-12JsonSerializer deserialize from bytes where possibleBond_009
2020-12-21Fix another key collision in MigrateDisplayPreferencesDatabasecrobibero