Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 6 | -116/+12 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | fix(OCP): Add since tag for all constants | Joas Schilling | 2024-02-14 | 1 | -0/+3 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | feat(UserMigration)!: 32-bit support | Christopher Ng | 2023-05-05 | 1 | -1/+2 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 2 | -2/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Add a nodeFilter parameter for IExportDestination::copyFolder | Côme Chilliet | 2022-09-13 | 1 | -1/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Add the ISizeEstimationMigrator interface for method getExportEstimatedSize | Côme Chilliet | 2022-05-30 | 2 | -8/+43 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Implement getExportEstimatedSize in migrators | Côme Chilliet | 2022-05-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Add a method to get estimated export size in IMigrator | Côme Chilliet | 2022-05-30 | 1 | -0/+8 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix migrators according to exceptions | Vincent Petry | 2022-04-13 | 1 | -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 failures | Côme Chilliet | 2022-04-13 | 2 | -8/+23 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Use Migrators id instead of class names | Côme Chilliet | 2022-04-11 | 3 | -3/+3 |
| | | | | | | | 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> | ||||
* | Extend migrator interface | Christopher Ng | 2022-04-08 | 1 | -0/+21 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Fix autoloader and phpdoc for new class | Côme Chilliet | 2022-03-14 | 2 | -0/+4 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Improve wording of pathExists description | Côme Chilliet | 2022-03-14 | 1 | -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 Chilliet | 2022-03-14 | 1 | -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 archive | Côme Chilliet | 2022-03-14 | 1 | -0/+7 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Move UserMigrationException to OCP and add @throws documentation | Côme Chilliet | 2022-03-14 | 2 | -0/+32 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Extend ImportSource interface to list files of a folder | Christopher Ng | 2022-02-24 | 1 | -0/+10 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Please drone checkers | Côme Chilliet | 2022-02-21 | 1 | -0/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Avoid passing both $importSource and $version while version comes from source | Côme Chilliet | 2022-02-17 | 3 | -8/+14 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Improve version handling for user_migration | Côme Chilliet | 2022-02-17 | 4 | -3/+31 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Add version handling to IMigrator | Côme Chilliet | 2022-02-17 | 2 | -0/+63 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Extend export destination interface | Christopher Ng | 2022-02-11 | 1 | -2/+13 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Allow registration of migrators | Christopher Ng | 2022-02-11 | 3 | -0/+194 |
Signed-off-by: Christopher Ng <chrng8@gmail.com> |