aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Command/Get.php
Commit message (Collapse)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-3/+3
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-291-17/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+0
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Refactors files app commands.Faraz Samapoor2023-07-121-31/+29
| | | | | | To improve code readability. Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* minor fixes for get/putRobin Appelman2023-05-091-3/+12
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add command to write a fileRobin Appelman2023-05-041-1/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* move get/delete commands to files namespace, make get take the output as ↵Robin Appelman2023-05-041-0/+80
argument instead of option Signed-off-by: Robin Appelman <robin@icewind.nl>