aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/UserMigration/IImportSource.php
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-241-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(OCP): Add since tag for all constantsJoas Schilling2024-02-141-0/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adapt user_migration APIs to have information about failuresCôme Chilliet2022-04-131-2/+14
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Use Migrators id instead of class namesCôme Chilliet2022-04-111-1/+1
| | | | | | | 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>
* Improve wording of pathExists descriptionCôme Chilliet2022-03-141-1/+1
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add getOriginalUid in IImportSource to simplify code when importing under ↵Côme Chilliet2022-03-141-0/+8
| | | | | | another uid Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add pathExists method to IImportSource to test if a path exists in the archiveCôme Chilliet2022-03-141-0/+7
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Extend ImportSource interface to list files of a folderChristopher Ng2022-02-241-0/+10
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Avoid passing both $importSource and $version while version comes from sourceCôme Chilliet2022-02-171-0/+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>
* Allow registration of migratorsChristopher Ng2022-02-111-0/+72
Signed-off-by: Christopher Ng <chrng8@gmail.com>