aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Migrations
AgeCommit message (Collapse)Author
2024-06-05Backport pull request #11943 from jellyfin/release-10.9.zShadowghost
Increase lyrics migration batch size to 5000 Original-merge: 2a3c904a9f3dbad9086052ede59fa03bdc3f7d69 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-06-01Backport pull request #11762 from jellyfin/release-10.9.zShadowghost
Mark Audio as RequiresDeserialization and backfill data Original-merge: e2c909f50f34cc06fcd39a02407d1f5b7bb37a1e Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-17Backport pull request #11677 from jellyfin/release-10.9.zBond-009
Properly dispose dbContext in MigrateUserDb Original-merge: 9b98638b2bf516cbed91ad54d20e9d07ceb69d4e Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-10Always set cast receivers during migration (#11516)Cody Robibero
2024-04-17Enable nullable for LibraryManager (#11191)Bond-009
2024-04-01Implement update endpointShadowghost
2024-03-26Add playlist ACL endpointsShadowghost
2024-03-03Add migration for new plugin repoCody Robibero
2023-11-14Fix warningsBond_009
2023-11-12Move network configuration to MediaBrowser.CommonPatrick Barron
2023-10-17Merge pull request #10366 from goremykin/fix-resharper-warningsBond-009
2023-10-10Merge branch 'master' into chromecast-configCody Robibero
# Conflicts: # Emby.Server.Implementations/ApplicationHost.cs
2023-10-08Remove redundant using directivesStepan Goremykin
2023-09-30fix: use TryGetString to avoid crashing, fixes #10306 (#10308)Claus Vium
2023-09-23Migrate to customizable cast receiver configCody Robibero
2023-09-16missed a spotcvium
2023-09-16fix: open the connection when using SqliteConnection directlycvium
2023-09-11Removed nesting levels through block-scoped `using` statement (#10025)Lehonti Ramos
Co-authored-by: John Doe <john@doe> Co-authored-by: Lehonti Ramos <lehonti@ramos>
2023-08-22review commentscvium
2023-08-21completely remove sqlitepclcvium
2023-08-21loading workscvium
2023-07-11fix for MigrateNetworkConfiguration.csSky-High
2023-07-11fix #9983 MigrateNetworkConfiguration errorSky-High
2023-07-03Apply review suggestionsShadowghost
2023-07-03Rename additional values in NetworkConfiguration and add migration for all ↵Shadowghost
changed values
2023-06-07Merge branch 'master' into network-rewriteShadowghost
2023-05-26chore: deprecate EasyPassword as it isn't very securecvium
2023-05-25Merge branch 'master' into network-rewriteShadowghost
2023-05-15Fix playlists library and migration (#9770)Shadowghost
2023-05-12Fix access to playlists not created by a user (#9746)Shadowghost
2023-05-11Merge branch 'master' into network-rewriteShadowghost
2023-05-10Fix MigrateRatingLevels (#9461)Shadowghost
2023-05-09Merge branch 'master' into network-rewriteShadowghost
2023-04-06Simplify conditional expressionStepan Goremykin
2023-03-30Fix migration for MusicBrainz (#9559)Marc Brooks
2023-03-17Apply review suggestionsShadowghost
2023-03-10Add migration to properly set playlist ownerShadowghost
2023-03-03Merge branch 'master' into network-rewriteShadowghost
2023-02-20Merge branch 'master' into network-rewriteShadowghost
2023-02-20Move MigrateRatingLevels migration to preStartupShadowghost
2023-02-20Apply review suggestionsShadowghost
2023-02-20Fix typo and migration descriptionShadowghost
2023-02-20Add database migration for rating schema changeShadowghost
2023-02-20Merge pull request #9356 from Bond-009/tryparseBond-009
2023-02-19Optimize tryparseBond_009
* Don't check for null before * Don't try different formats when not needed (NumberFormat.Integer is the fast path)
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