aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Migrations/Routines/CreateUserLoggingConfigFile.cs
AgeCommit message (Collapse)Author
2025-05-05Only consider migrations that have key set for migration.xml migration (#14061)JPVenson
2025-04-27Unified migration handling (#13950)JPVenson
2025-01-25chore: fix spellingJosh Soref
* a * acceleration * addition * altogether * api clients * artist * associated * bandwidth * cannot * capabilities * case-insensitive * case-sensitive * configuration * delimiter * dependent * diacritics * directors * enable * explicitly * filters * finish * have * hierarchy * implicit * include * information * into * its * keepalive * localization * macos * manual * matching * metadata * nonexistent * options * overridden * parsed * parser * playback * preferring * processes * processing * provider * ratings * retrieval * running * segments * separate * should * station * subdirectories * superseded * supported * system * than * the * throws * transpose * valid * was link: forum or chat rooms Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
2021-04-17Group MethodsBaronGreenback
2020-07-20Allow migration to optionally run on fresh installcrobibero
2020-05-29Enable TreatWarningsAsErrors for Jellyfin.Server.Implementations in Release modeBond_009
2020-04-16Use dependency injection to construct migration routinesMark Monteiro
2020-03-08Use a Guid to uniquely identify migrations instead of a string nameMark Monteiro
Also use a list instead of an array to store executed migrations in the configuration class
2020-03-08Use logging.json instead of logging.user.json for override settingsMark Monteiro
2020-03-06Rename IUpdater to IMigrationRoutineMark Monteiro
2020-03-06Add migration to create "logging.user.json"Mark Monteiro