aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/UserMigration/IImportSource.php
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-241-19/+2
* fix(OCP): Add since tag for all constantsJoas Schilling2024-02-141-0/+3
* Adapt user_migration APIs to have information about failuresCôme Chilliet2022-04-131-2/+14
* Use Migrators id instead of class namesCôme Chilliet2022-04-111-1/+1
* Improve wording of pathExists descriptionCôme Chilliet2022-03-141-1/+1
* Add getOriginalUid in IImportSource to simplify code when importing under ano...Côme Chilliet2022-03-141-0/+8
* Add pathExists method to IImportSource to test if a path exists in the archiveCôme Chilliet2022-03-141-0/+7
* Extend ImportSource interface to list files of a folderChristopher Ng2022-02-241-0/+10
* Avoid passing both $importSource and $version while version comes from sourceCôme Chilliet2022-02-171-0/+9
* Improve version handling for user_migrationCôme Chilliet2022-02-171-0/+7
* Allow registration of migratorsChristopher Ng2022-02-111-0/+72