diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-07-29 14:21:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-29 14:21:49 +0200 |
commit | 403040255f36e97be523dbaff50627c76dee1a6d (patch) | |
tree | 3c93cc7721613abecf011593276f9cf97bbd8616 /apps/files_trashbin/appinfo/info.xml | |
parent | 149f3db88df12b7e0f56bd609bd15ee0c1247daf (diff) | |
parent | 63a90aaf476e47562ed2dfa42cc9893900fe33a2 (diff) | |
download | nextcloud-server-403040255f36e97be523dbaff50627c76dee1a6d.tar.gz nextcloud-server-403040255f36e97be523dbaff50627c76dee1a6d.zip |
Merge pull request #21976 from nextcloud/backport/21658/stable18
[stable18] allow admin to configure the max trashbin size
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 45e604aaa1a..1adc66f5272 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> |