summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2023-05-19 14:41:03 +0200
committerFerdinand Thiessen <opensource@fthiessen.de>2023-07-12 15:01:29 +0200
commit38640bf816c7fb36db1def71cf02f992dd74119f (patch)
tree58a906aec78ad50481ec7dc392e4a06b60f78cc2 /apps/files/appinfo
parent706c141fffce928d344fe2f039da549fad065393 (diff)
downloadnextcloud-server-38640bf816c7fb36db1def71cf02f992dd74119f.tar.gz
nextcloud-server-38640bf816c7fb36db1def71cf02f992dd74119f.zip
add commands to copy/move files
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files/appinfo')
-rw-r--r--apps/files/appinfo/info.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml
index 202d8e3ffda..12384b9f184 100644
--- a/apps/files/appinfo/info.xml
+++ b/apps/files/appinfo/info.xml
@@ -38,6 +38,8 @@
<command>OCA\Files\Command\Get</command>
<command>OCA\Files\Command\Put</command>
<command>OCA\Files\Command\Delete</command>
+ <command>OCA\Files\Command\Copy</command>
+ <command>OCA\Files\Command\Move</command>
<command>OCA\Files\Command\Object\Delete</command>
<command>OCA\Files\Command\Object\Get</command>
<command>OCA\Files\Command\Object\Put</command>