]> source.dussan.org Git - nextcloud-server.git/commit
allow admin to configure the max trashbin size 21658/head
authorRobin Appelman <robin@icewind.nl>
Thu, 2 Jul 2020 15:28:27 +0000 (17:28 +0200)
committerRobin Appelman <robin@icewind.nl>
Tue, 7 Jul 2020 12:45:08 +0000 (14:45 +0200)
commit050e2fe346a389f60428c61e089a99cf5366da3b
tree72ebfd9bd67c023777058c43188d766d37aa4f31
parentcd7a6276f27e641cfa8f835c53cd3781e69d1d67
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>
apps/files_trashbin/appinfo/info.xml
apps/files_trashbin/composer/composer/autoload_classmap.php
apps/files_trashbin/composer/composer/autoload_static.php
apps/files_trashbin/lib/Command/Size.php [new file with mode: 0644]
apps/files_trashbin/lib/Trashbin.php
lib/private/Server.php