Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 1 | -12/+3 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | chore(apps): Apply new rector configuration to autouse classes | Côme Chilliet | 2024-10-15 | 1 | -1/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore(deps): Update nextcloud/coding-standard to v1.3.1 | provokateurin | 2024-09-19 | 1 | -10/+10 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | style: update codestyle for coding-standard 1.2.3 | Daniel Kesselberg | 2024-08-25 | 1 | -6/+6 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | chore: Add SPDX header | Andy Scherzinger | 2024-06-02 | 1 | -19/+2 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | chore(trashbin): Add method to get deleted by from trash item | Christopher Ng | 2024-04-23 | 1 | -1/+9 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | chore: apply changes from Nextcloud coding standards 1.1.1 | Joas Schilling | 2023-11-23 | 1 | -1/+1 |
| | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | feat(UserMigration)!: 32-bit support | Christopher Ng | 2023-05-05 | 1 | -2/+2 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Fix trashbin expiration notice casing | Christopher Ng | 2022-07-06 | 1 | -1/+1 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Add trashbin export expiration notice | Christopher Ng | 2022-06-29 | 1 | -1/+1 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Update method name | Christopher Ng | 2022-05-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Move new IMigrator method to a specific interface ISizeEstimationMigrator | Côme Chilliet | 2022-05-30 | 1 | -1/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Implement getExportEstimatedSize in migrators | Côme Chilliet | 2022-05-30 | 1 | -0/+17 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix migrators according to exceptions | Vincent Petry | 2022-04-13 | 1 | -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 API | Côme Chilliet | 2022-04-13 | 1 | -7/+5 |
| | | | | 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> | ||||
* | Extend trashbin migrator | Christopher Ng | 2022-04-08 | 1 | -1/+27 |
| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | ||||
* | Add a guard to check that trashbin folder is a folder | Côme Chilliet | 2022-03-24 | 1 | -1/+8 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Improve wording of output for trashbin migrator | Côme Chilliet | 2022-03-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Rename PATH constants to show if folder or file | Côme Chilliet | 2022-03-22 | 1 | -7/+7 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Rename $insert var to $qb | Côme Chilliet | 2022-03-17 | 1 | -8/+8 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Add trashbin migrator to export and import trashbin data | Côme Chilliet | 2022-03-17 | 1 | -0/+130 |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> |