summaryrefslogtreecommitdiffstats
path: root/lib/public/UserMigration/IExportDestination.php
Commit message (Collapse)AuthorAgeFilesLines
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add a nodeFilter parameter for IExportDestination::copyFolderCôme Chilliet2022-09-131-1/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix migrators according to exceptionsVincent Petry2022-04-131-1/+1
| | | | | | | | Fixed syntax errors. Removed if condition for copyToFolder since it's void now. Change signature of setMigratorVersions to also be void. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Adapt user_migration APIs to have information about failuresCôme Chilliet2022-04-131-6/+9
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Improve version handling for user_migrationCôme Chilliet2022-02-171-0/+7
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Extend export destination interfaceChristopher Ng2022-02-111-2/+13
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Allow registration of migratorsChristopher Ng2022-02-111-0/+64
Signed-off-by: Christopher Ng <chrng8@gmail.com>