aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib/UserMigration
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-06-021-19/+2
* chore(trashbin): Add method to get deleted by from trash itemChristopher Ng2024-04-231-1/+9
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* feat(UserMigration)!: 32-bit supportChristopher Ng2023-05-051-2/+2
* Fix trashbin expiration notice casingChristopher Ng2022-07-061-1/+1
* Add trashbin export expiration noticeChristopher Ng2022-06-291-1/+1
* Update method nameChristopher Ng2022-05-301-1/+1
* Move new IMigrator method to a specific interface ISizeEstimationMigratorCôme Chilliet2022-05-301-1/+2
* Implement getExportEstimatedSize in migratorsCôme Chilliet2022-05-301-0/+17
* Fix migrators according to exceptionsVincent Petry2022-04-131-4/+6
* Adapt existing migrators to new APICôme Chilliet2022-04-131-7/+5
* Use Migrators id instead of class namesCôme Chilliet2022-04-111-1/+1
* Extend trashbin migratorChristopher Ng2022-04-081-1/+27
* Add a guard to check that trashbin folder is a folderCôme Chilliet2022-03-241-1/+8
* Improve wording of output for trashbin migratorCôme Chilliet2022-03-241-1/+1
* Rename PATH constants to show if folder or fileCôme Chilliet2022-03-221-7/+7
* Rename $insert var to $qbCôme Chilliet2022-03-171-8/+8
* Add trashbin migrator to export and import trashbin dataCôme Chilliet2022-03-171-0/+130