aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Migrations/Routines
AgeCommit message (Collapse)Author
2020-12-30Merge pull request #4847 from crobibero/display-prefs-migration-x251256Joshua M. Boniface
Fix another key collision in MigrateDisplayPreferencesDatabase (cherry picked from commit ca535b2fbe2e85137cebee5e5b3c491fbc038064) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-30Merge pull request #4771 from crobibero/typed-get-preferenceClaus Vium
Use typed UserManager GetPreference (cherry picked from commit 21d2e9ff0cc0933484b2a7768d7a36446b36616a) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-13Merge pull request #4699 from crobibero/display_prefs_indexBond-009
Fix CustomItemDisplayPreferences unique key collision in the migration (cherry picked from commit b3caa51173080ec813054c78ae9a66a685288de4) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
2020-12-04Merge pull request #4653 from crobibero/favorite-personsJoshua M. Boniface
Optimize FavoritePersons query
2020-12-04Merge pull request #4652 from crobibero/display-preferencesJoshua M. Boniface
Add support for custom item display preferences
2020-12-04Use md5 Guid for legacy compatcrobibero
2020-12-04Add ItemId to all display preferencescrobibero
2020-12-04Suggestions from code reviewcrobibero
2020-12-03Fix existing DisplayPreferences migrationcrobibero
2020-12-01Don't die if folder doesn't have idcrobibero
2020-11-19revert changes.Greenback
2020-11-19Initialial uploadGreenback
2020-11-12Update Jellyfin.Server/Migrations/Routines/MigrateDisplayPreferencesDb.csCody Robibero
2020-11-11Skip migration if user doesn't existcrobibero
2020-11-10Remove underscoreFernando Fernández
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2020-11-10Remove setting from existing libraries with a migrationFernando Fernández
2020-08-27Fix partial library and channel accesscrobibero
2020-08-26Apply suggestions from code reviewcrobibero
2020-08-26Apply suggestions from code reviewcrobibero
2020-08-25bump System.Text.Jsoncrobibero
2020-08-01Switch to unstable chromecast version.Patrick Barron
2020-08-01Add using statement to DisplayPreferences migrationPatrick Barron
2020-07-28Migrate default library display preferences.Patrick Barron
2020-07-27Set default value of SortBy during migrations.Patrick Barron
2020-07-27Add tv home.Patrick Barron
2020-07-27Serialize/deserialize new entities properly.Patrick Barron
2020-07-24Migrate EnableNextVideoInfoOverlayPatrick Barron
2020-07-24Migrate skip lengths.Patrick Barron
2020-07-23Fixed build errors.Patrick Barron
2020-07-23Merge branch 'master' into displaypreferences-efcorePatrick Barron
2020-07-22Add missing chromecast version serialization/deserialization.Patrick Barron
2020-07-21Try adding plugin repository againcrobibero
2020-07-20Allow migration to optionally run on fresh installcrobibero
2020-07-17Migrate Display Preferences to EF CorePatrick Barron
2020-06-22apply suggestions from code reviewdkanada
Co-authored-by: Vasily <JustAMan@users.noreply.github.com>
2020-06-17Merge branch 'master' into custom-reposdkanada
2020-06-13Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Library/UserManager.cs # Jellyfin.Data/Jellyfin.Data.csproj
2020-06-13Merge pull request #3254 from crobibero/iloggerdkanada
Use typed logger where possible
2020-06-11Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # MediaBrowser.Controller/Library/ILibraryManager.cs # MediaBrowser.Providers/Users/UserMetadataService.cs
2020-06-11Merge pull request #3222 from barronpm/activitylog-migration-fixdkanada
Fix Activity Log Migrations for Very Old Databases
2020-06-06simplify the custom repository feature for nowdkanada
2020-06-06remove unnecessary property for repository objectdkanada
2020-06-05Use typed logger where possiblecrobibero
2020-06-05Move default repo addition to migrationcrobibero
2020-06-04Merge branch 'master' into userdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/EntryPoints/ServerEventNotifier.cs # Emby.Server.Implementations/Library/UserManager.cs # Emby.Server.Implementations/Sorting/IsFavoriteOrLikeComparer.cs # Emby.Server.Implementations/Sorting/IsPlayedComparer.cs # Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs # Emby.Server.Implementations/TV/TVSeriesManager.cs # Jellyfin.Server.Implementations/Users/DefaultAuthenticationProvider.cs
2020-06-04Use data binding instead of raw SQLPatrick Barron
2020-06-01Fix a bug where very old Emby databases didn't use proper Guid'sPatrick Barron
2020-05-29Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release modeBond_009
2020-05-28Fix bug when migrating user db with users that have never logged in.Patrick Barron
2020-05-26Fixed issue when LastLoginDate or LastActivityDate were nullPatrick Barron