aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Migrations
AgeCommit message (Expand)Author
2024-09-09Use enums for encoding options (#12561)Tim Eisele
2024-09-08Fix trickplay migrationgnattu
2024-09-07Migrated UserData from library sqlite db to jellyfin.dbJPVenson
2024-09-07Enhance Trickplay (#11883)Tim Eisele
2024-08-30Remove BOM from UTF-8 filesBond_009
2024-06-05Backport pull request #11943 from jellyfin/release-10.9.zShadowghost
2024-06-01Backport pull request #11762 from jellyfin/release-10.9.zShadowghost
2024-05-17Backport pull request #11677 from jellyfin/release-10.9.zBond-009
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
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
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 ch...Shadowghost
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