aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/UserMigration
Commit message (Collapse)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-06-032-38/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat(UserMigration)!: 32-bit supportChristopher Ng2023-05-051-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add profile config migrationChristopher Ng2022-09-011-0/+33
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Use Image class from public APIChristopher Ng2022-06-021-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Skip avatar on failureChristopher Ng2022-05-301-3/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Update method nameChristopher Ng2022-05-301-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Move new IMigrator method to a specific interface ISizeEstimationMigratorCôme Chilliet2022-05-301-1/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Implement getExportEstimatedSize in migratorsCôme Chilliet2022-05-301-0/+21
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Catch avatar export separately for better failure tracingChristopher Ng2022-04-131-1/+5
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Adapt existing migrators to new APICôme Chilliet2022-04-131-11/+11
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Use Migrators id instead of class namesCôme Chilliet2022-04-111-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>
* Extend account migratorChristopher Ng2022-04-081-1/+27
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Move data into settings folderChristopher Ng2022-03-221-16/+20
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Use account method to set all propertiesChristopher Ng2022-03-181-18/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Use streamsChristopher Ng2022-03-181-3/+3
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Transfer to settings app and registerChristopher Ng2022-03-182-0/+184
Signed-off-by: Christopher Ng <chrng8@gmail.com>