]> source.dussan.org Git - nextcloud-server.git/commit
Use Migrators id instead of class names
authorCôme Chilliet <come.chilliet@nextcloud.com>
Mon, 11 Apr 2022 08:53:51 +0000 (10:53 +0200)
committerCôme Chilliet (Rebase PR Action) <come-nc@users.noreply.github.com>
Mon, 11 Apr 2022 13:59:27 +0000 (13:59 +0000)
commitdda51d49d7e108d149c042964f9c2e3efef14110
tree0ddcd5bfa6d62cea44f4c086db5b4886077c31e9
parent682468ef5cda2d3aefed9cd5db80021da22bb593
Use Migrators id instead of class names

This will help with UI and means migrators can move in namespaces
 without changing export format.

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
apps/dav/lib/UserMigration/CalendarMigrator.php
apps/dav/lib/UserMigration/ContactsMigrator.php
apps/files_trashbin/lib/UserMigration/TrashbinMigrator.php
apps/settings/lib/UserMigration/AccountMigrator.php
lib/public/UserMigration/IImportSource.php
lib/public/UserMigration/IMigrator.php
lib/public/UserMigration/TMigratorBasicVersionHandling.php