Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 1 | -19/+2 |
| | | | | 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> | ||||
* | Adapt user_migration APIs to have information about failures | Côme Chilliet | 2022-04-13 | 1 | -2/+14 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Use Migrators id instead of class names | Côme Chilliet | 2022-04-11 | 1 | -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 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> | ||||
* | 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> | ||||
* | Avoid passing both $importSource and $version while version comes from source | Côme Chilliet | 2022-02-17 | 1 | -0/+9 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Improve version handling for user_migration | Côme Chilliet | 2022-02-17 | 1 | -0/+7 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Allow registration of migrators | Christopher Ng | 2022-02-11 | 1 | -0/+72 |
Signed-off-by: Christopher Ng <chrng8@gmail.com> |