]> source.dussan.org Git - nextcloud-server.git/commit
move get/delete commands to files namespace, make get take the output as argument...
authorRobin Appelman <robin@icewind.nl>
Fri, 28 Apr 2023 15:13:20 +0000 (17:13 +0200)
committerRobin Appelman <robin@icewind.nl>
Thu, 4 May 2023 16:21:58 +0000 (18:21 +0200)
commitf9fb102f0b21ba4c7014b2594b986b71a6a9495e
treeaf2c54c1f04d23d1d38407a7bd03c02a920caeba
parentad81a5f33394f2666f57c0c21e6bb49e4989a49e
move get/delete commands to files namespace, make get take the output as argument instead of option

Signed-off-by: Robin Appelman <robin@icewind.nl>
apps/files/appinfo/info.xml
apps/files/composer/composer/autoload_classmap.php
apps/files/composer/composer/autoload_static.php
apps/files/lib/Command/Delete.php [new file with mode: 0644]
apps/files/lib/Command/Get.php [new file with mode: 0644]
core/Command/Info/Delete.php [deleted file]
core/Command/Info/Get.php [deleted file]
core/register_command.php