diff options
author | cahogan <caitlin.hogan@swiftsolar.com> | 2021-09-22 15:00:31 -0700 |
---|---|---|
committer | szaimen <szaimen@e.mail.de> | 2022-03-30 15:44:02 +0200 |
commit | dfe045699bb18fef9976f12cfba379b655f65861 (patch) | |
tree | 133251baee4a4737b6a373b64be5bb228aae5351 /apps/files_trashbin/appinfo/info.xml | |
parent | cf4c77e064fd52d891bc842d78431cceb2f34952 (diff) | |
download | nextcloud-server-dfe045699bb18fef9976f12cfba379b655f65861.tar.gz nextcloud-server-dfe045699bb18fef9976f12cfba379b655f65861.zip |
Add trashbin:restore occ command
Signed-off-by: cahogan <caitlin.hogan@swiftsolar.com>
Diffstat (limited to 'apps/files_trashbin/appinfo/info.xml')
-rw-r--r-- | apps/files_trashbin/appinfo/info.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml index 91f89672b11..e5308a2e3fd 100644 --- a/apps/files_trashbin/appinfo/info.xml +++ b/apps/files_trashbin/appinfo/info.xml @@ -35,6 +35,7 @@ To prevent a user from running out of disk space, the Deleted files app will not <command>OCA\Files_Trashbin\Command\CleanUp</command> <command>OCA\Files_Trashbin\Command\ExpireTrash</command> <command>OCA\Files_Trashbin\Command\Size</command> + <command>OCA\Files_Trashbin\Command\RestoreAllFiles</command> </commands> <sabre> |