Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Add trashbin export expiration notice | Christopher Ng | 2022-06-29 | 1 | -1/+1 | |
| |/ | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> | |||||
* / | use size from cache to determine whether to skip the trashbin | Robin Appelman | 2022-06-29 | 1 | -5/+11 | |
|/ | | | | | | this way large folders also get skipped Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-06-14 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-06-13 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-06-10 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.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> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-05-29 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-05-24 | 44 | -44/+44 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Fix psalm errors fron the end of the baseline file | Carl Schwan | 2022-05-16 | 1 | -1/+1 | |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-05-09 | 2 | -0/+12 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-05-05 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-04-23 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-04-21 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-04-17 | 4 | -0/+4 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-04-15 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Master is now 25 | Joas Schilling | 2022-04-14 | 1 | -2/+2 | |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Merge pull request #31839 from nextcloud/feat/metadata-server | Vincent Petry | 2022-04-14 | 2 | -1/+6 | |
|\ | | | | | Add a metadata service to store file metadata | |||||
| * | Fix an issue with the search backend update | Carl Schwan | 2022-04-14 | 2 | -1/+6 | |
| | | | | | | | | | | | | And update autoloader Signed-off-by: Carl Schwan <carl@carlschwan.eu> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-04-14 | 2 | -0/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@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> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-04-13 | 14 | -0/+14 | |
| | | | | Signed-off-by: Nextcloud bot <bot@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> | |||||
* | Merge pull request #28935 from cahogan/trashbin-restore | Vincent Petry | 2022-04-06 | 5 | -2/+166 | |
|\ | | | | | Add trashbin:restore occ command | |||||
| * | more concise output, code style fixes | Robin Appelman | 2022-03-30 | 1 | -31/+43 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
| * | Add trashbin:restore occ command | cahogan | 2022-03-30 | 5 | -2/+154 | |
| | | | | | | | | Signed-off-by: cahogan <caitlin.hogan@swiftsolar.com> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-04-06 | 2 | -2/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-04-05 | 2 | -2/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | Build autoloader with new composer version | Côme Chilliet | 2022-03-30 | 5 | -15/+8 | |
|/ | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-30 | 2 | -2/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #31575 from nextcloud/enh/add-trashbin-migrator | Côme Chilliet | 2022-03-29 | 4 | -4/+148 | |
|\ | | | | | Add trashbin migrator to export and import trashbin data | |||||
| * | 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 | 4 | -4/+141 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | Adapt more code to migration to LoggerInterface | Côme Chilliet | 2022-03-24 | 1 | -8/+14 | |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-18 | 2 | -2/+2 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-17 | 2 | -0/+10 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Update composer generated files to latest version | Carl Schwan | 2022-03-14 | 1 | -1/+1 | |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-03-06 | 2 | -2/+26 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | Merge pull request #31266 from nextcloud/root-setup-mountprovider | Robin Appelman | 2022-03-04 | 1 | -0/+4 | |
|\ | | | | | move root mount setup to mountproviders | |||||
| * | skip localstorage dependend trashbin test when not using local user storage | Robin Appelman | 2022-02-25 | 1 | -0/+4 | |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-02-28 | 2 | -4/+4 | |
| | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2022-02-27 | 2 | -30/+40 | |
|/ | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-01-31 | 2 | -0/+8 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2022-01-22 | 2 | -0/+2 | |
| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com> |