| Commit message (Expand) | Author | Age | Files | Lines |
* | feat(UserMigration)!: 32-bit support | Christopher Ng | 2023-05-05 | 1 | -1/+2 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 2 | -2/+0 |
* | Add a nodeFilter parameter for IExportDestination::copyFolder | Côme Chilliet | 2022-09-13 | 1 | -1/+2 |
* | Add the ISizeEstimationMigrator interface for method getExportEstimatedSize | Côme Chilliet | 2022-05-30 | 2 | -8/+43 |
* | Implement getExportEstimatedSize in migrators | Côme Chilliet | 2022-05-30 | 1 | -1/+1 |
* | Add a method to get estimated export size in IMigrator | Côme Chilliet | 2022-05-30 | 1 | -0/+8 |
* | Fix migrators according to exceptions | Vincent Petry | 2022-04-13 | 1 | -1/+1 |
* | Adapt user_migration APIs to have information about failures | Côme Chilliet | 2022-04-13 | 2 | -8/+23 |
* | Use Migrators id instead of class names | Côme Chilliet | 2022-04-11 | 3 | -3/+3 |
* | Extend migrator interface | Christopher Ng | 2022-04-08 | 1 | -0/+21 |
* | Fix autoloader and phpdoc for new class | Côme Chilliet | 2022-03-14 | 2 | -0/+4 |
* | Improve wording of pathExists description | Côme Chilliet | 2022-03-14 | 1 | -1/+1 |
* | Add getOriginalUid in IImportSource to simplify code when importing under ano... | Côme Chilliet | 2022-03-14 | 1 | -0/+8 |
* | Add pathExists method to IImportSource to test if a path exists in the archive | Côme Chilliet | 2022-03-14 | 1 | -0/+7 |
* | Move UserMigrationException to OCP and add @throws documentation | Côme Chilliet | 2022-03-14 | 2 | -0/+32 |
* | Extend ImportSource interface to list files of a folder | Christopher Ng | 2022-02-24 | 1 | -0/+10 |
* | Please drone checkers | Côme Chilliet | 2022-02-21 | 1 | -0/+2 |
* | Avoid passing both $importSource and $version while version comes from source | Côme Chilliet | 2022-02-17 | 3 | -8/+14 |
* | Improve version handling for user_migration | Côme Chilliet | 2022-02-17 | 4 | -3/+31 |
* | Add version handling to IMigrator | Côme Chilliet | 2022-02-17 | 2 | -0/+63 |
* | Extend export destination interface | Christopher Ng | 2022-02-11 | 1 | -2/+13 |
* | Allow registration of migrators | Christopher Ng | 2022-02-11 | 3 | -0/+194 |