diff options
author | Robin Appelman <robin@icewind.nl> | 2023-07-05 17:13:04 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2023-07-05 18:33:11 +0200 |
commit | 50501f8515361577e74c9e639853fc8e68178c2f (patch) | |
tree | 0d19949a22425438e58482a90b054c4c83e84180 /apps/files_sharing/appinfo | |
parent | c7ea6cec5625cbbb6b5bd8e370dd34b59c552c12 (diff) | |
download | nextcloud-server-50501f8515361577e74c9e639853fc8e68178c2f.tar.gz nextcloud-server-50501f8515361577e74c9e639853fc8e68178c2f.zip |
add command do delete orphan shares
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files_sharing/appinfo')
-rw-r--r-- | apps/files_sharing/appinfo/info.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/appinfo/info.xml b/apps/files_sharing/appinfo/info.xml index 72a2ed7c138..008b9fed8db 100644 --- a/apps/files_sharing/appinfo/info.xml +++ b/apps/files_sharing/appinfo/info.xml @@ -42,6 +42,7 @@ Turning the feature off removes shared files and folders on the server for all s <commands> <command>OCA\Files_Sharing\Command\CleanupRemoteStorages</command> <command>OCA\Files_Sharing\Command\ExiprationNotification</command> + <command>OCA\Files_Sharing\Command\DeleteOrphanShares</command> </commands> <settings> |