diff options
author | Robin Appelman <robin@icewind.nl> | 2020-07-02 17:28:27 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2020-07-07 14:45:08 +0200 |
commit | 050e2fe346a389f60428c61e089a99cf5366da3b (patch) | |
tree | 72ebfd9bd67c023777058c43188d766d37aa4f31 /apps/files_trashbin/appinfo | |
parent | cd7a6276f27e641cfa8f835c53cd3781e69d1d67 (diff) | |
download | nextcloud-server-050e2fe346a389f60428c61e089a99cf5366da3b.tar.gz nextcloud-server-050e2fe346a389f60428c61e089a99cf5366da3b.zip |
allow admin to configure the max trashbin size
this allows an admin to configure the max trashbin size instead of always relying on the users quota.
The trashbin size can be configured using the `occ trash:size` command and can be set both globally and per-user
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files_trashbin/appinfo')
-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 39377ecd208..838c02cc213 100644 --- a/apps/files_trashbin/appinfo/info.xml +++ b/apps/files_trashbin/appinfo/info.xml @@ -34,6 +34,7 @@ To prevent a user from running out of disk space, the Deleted files app will not <commands> <command>OCA\Files_Trashbin\Command\CleanUp</command> <command>OCA\Files_Trashbin\Command\ExpireTrash</command> + <command>OCA\Files_Trashbin\Command\Size</command> </commands> <sabre> |