aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/UserMigration
Commit message (Expand)AuthorAgeFilesLines
* fix(OCP): Add since tag for all constantsJoas Schilling2024-02-141-0/+3
* feat(UserMigration)!: 32-bit supportChristopher Ng2023-05-051-1/+2
* composer run cs:fixCôme Chilliet2023-01-202-2/+0
* Add a nodeFilter parameter for IExportDestination::copyFolderCôme Chilliet2022-09-131-1/+2
* Add the ISizeEstimationMigrator interface for method getExportEstimatedSizeCôme Chilliet2022-05-302-8/+43
* Implement getExportEstimatedSize in migratorsCôme Chilliet2022-05-301-1/+1
* Add a method to get estimated export size in IMigratorCôme Chilliet2022-05-301-0/+8
* Fix migrators according to exceptionsVincent Petry2022-04-131-1/+1
* Adapt user_migration APIs to have information about failuresCôme Chilliet2022-04-132-8/+23
* Use Migrators id instead of class namesCôme Chilliet2022-04-113-3/+3
* Extend migrator interfaceChristopher Ng2022-04-081-0/+21
* Fix autoloader and phpdoc for new classCôme Chilliet2022-03-142-0/+4
* 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
* Move UserMigrationException to OCP and add @throws documentationCôme Chilliet2022-03-142-0/+32
* Extend ImportSource interface to list files of a folderChristopher Ng2022-02-241-0/+10
* Please drone checkersCôme Chilliet2022-02-211-0/+2
* Avoid passing both $importSource and $version while version comes from sourceCôme Chilliet2022-02-173-8/+14
* Improve version handling for user_migrationCôme Chilliet2022-02-174-3/+31
* Add version handling to IMigratorCôme Chilliet2022-02-172-0/+63
* Extend export destination interfaceChristopher Ng2022-02-111-2/+13
* Allow registration of migratorsChristopher Ng2022-02-113-0/+194