aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/lib/Command/RestoreAllFiles.php
Commit message (Expand)AuthorAgeFilesLines
* fix(trashbin): Improve documentation of since/until timestamps of restore tra...Joas Schilling2024-07-301-2/+2
* chore: Add SPDX headerAndy Scherzinger2024-06-021-15/+2
* Rename since/until in verbose messageRobin Windey2023-08-181-2/+2
* Code adjustments according to PR reviewRobin Windey2023-08-181-54/+32
* Make scope parsing more readableRobin Windey2023-08-181-9/+10
* Decouple from groupfolders app & remove PSALM warningsRobin Windey2023-08-181-13/+18
* Let occ trashbin:restore restore also from groupfolders and add additional fi...Robin Windey2023-08-181-29/+173
* fix(trashbin): Truncate long filenamesChristopher Ng2023-05-311-1/+1
* Sort files by deletion time before restoring in RestoreAllFilesCarl Csaposs2022-07-041-1/+5
* more concise output, code style fixesRobin Appelman2022-03-301-31/+43
* Add trashbin:restore occ commandcahogan2022-03-301-0/+149