diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-10-28 20:27:59 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-11-01 08:53:18 +0100 |
commit | 1ac57e76fadc1cf47f27134e98197068850df469 (patch) | |
tree | 81c098daaa680e92980a29627aa2a07e450d35e6 /apps/files_sharing/appinfo/info.xml | |
parent | 4326b03b13f858a38a4b0703aaaecf839fc0c03a (diff) | |
download | nextcloud-server-1ac57e76fadc1cf47f27134e98197068850df469.tar.gz nextcloud-server-1ac57e76fadc1cf47f27134e98197068850df469.zip |
Add notification for shares about to expire
Introduces a new command that will create notifications for users if
they have shares that will expire the next day.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/files_sharing/appinfo/info.xml')
-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 a1b91de7ded..a90303828f5 100644 --- a/apps/files_sharing/appinfo/info.xml +++ b/apps/files_sharing/appinfo/info.xml @@ -41,6 +41,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> </commands> <activity> |