aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib/UserMigration
Commit message (Collapse)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-12/+3
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-1/+2
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-10/+10
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-6/+6
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* chore: Add SPDX headerAndy Scherzinger2024-06-021-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore(trashbin): Add method to get deleted by from trash itemChristopher Ng2024-04-231-1/+9
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* 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>