aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Migrations/Routines
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-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-08-22review commentscvium
2023-08-21completely remove sqlitepclcvium
2023-08-21loading workscvium
2023-05-26chore: deprecate EasyPassword as it isn't very securecvium
2023-05-15Fix playlists library and migration (#9770)Shadowghost
2023-05-12Fix access to playlists not created by a user (#9746)Shadowghost
2023-05-10Fix MigrateRatingLevels (#9461)Shadowghost
2023-04-06Simplify conditional expressionStepan Goremykin
2023-03-17Apply review suggestionsShadowghost
2023-03-10Add migration to properly set playlist ownerShadowghost
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-13Add permission for collection managementShadowghost
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-05Replace == null with is nullBond_009
2022-10-21remove JellyfinDbProvider and add second level cachingcvium
2022-05-20Merge pull request #7693 from crobibero/auth-migrateCody Robibero
(cherry picked from commit 3229ba4918cb31913b47c99c5a817dae3366f020) Signed-off-by: crobibero <cody@robibe.ro>
2022-02-28Fix migration of DateTime to EFCody Robibero
2021-11-11Fix nullability on DisplayPreferencesDtoCody Robibero
Remove duplicate, fix namespace
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
# Conflicts: # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Library/IUserManager.cs # MediaBrowser.Controller/Security/IAuthenticationRepository.cs # MediaBrowser.Controller/Session/ISessionManager.cs
2021-08-04Minor improvementsBond_009
2021-06-24Migrate DeviceOptionsPatrick Barron
2021-06-23Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/QuickConnect/QuickConnectManager.cs # Emby.Server.Implementations/Session/SessionManager.cs # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
2021-06-21Fix migrationPatrick Barron
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-06-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Devices/DeviceManager.cs # Emby.Server.Implementations/HttpServer/Security/SessionContext.cs # Emby.Server.Implementations/Security/AuthenticationRepository.cs # Emby.Server.Implementations/Session/SessionManager.cs # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Library/IUserManager.cs # MediaBrowser.Controller/Net/ISessionContext.cs
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
Code Clean up: Group Methods
2021-04-20Merge pull request #5873 from cvium/fix-displaypref-migrationBond-009