aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib/UserMigration
Commit message (Collapse)AuthorAgeFilesLines
* feat(UserMigration)!: 32-bit supportChristopher Ng2023-05-051-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Fix trashbin expiration notice casingChristopher Ng2022-07-061-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add trashbin export expiration noticeChristopher Ng2022-06-291-1/+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/+17
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix migrators according to exceptionsVincent Petry2022-04-131-4/+6
| | | | | | | | 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 existing migrators to new APICôme Chilliet2022-04-131-7/+5
| | | | 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 trashbin migratorChristopher Ng2022-04-081-1/+27
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Add a guard to check that trashbin folder is a folderCôme Chilliet2022-03-241-1/+8
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Improve wording of output for trashbin migratorCôme Chilliet2022-03-241-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Rename PATH constants to show if folder or fileCôme Chilliet2022-03-221-7/+7
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Rename $insert var to $qbCôme Chilliet2022-03-171-8/+8
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Add trashbin migrator to export and import trashbin dataCôme Chilliet2022-03-171-0/+130
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>