Uh oh!
There was an error while loading. Please reload this page.
allow admin to configure the max trashbin size - #21658
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
1a29e1d to
02dede4Compareicewind1991
commented
Jul 7, 2020
done |
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>
02dede4 to
050e2feCompareicewind1991
commented
Jul 23, 2020
/backport to stable19 |
icewind1991
commented
Jul 23, 2020
/backport to stable18 |
I suppose command should be |
MorrisJobke
commented
Sep 14, 2020
That's just a typo I guess. The code says so as well: https://github.com/nextcloud/server/pull/21658/files#diff-4deaa41582a337ef216fd10850de68b4R56 |
GAS85
commented
Mar 11, 2021
When it will be documented? |
MorrisJobke
commented
Mar 16, 2021
@GAS85 Mind to add it to the documentation repository issue tracker or directly edit the documentation page and add it there? That would help a lot and we can review and include it. |
GAS85
commented
Mar 18, 2021
@MorrisJobke glad to do it, but syntax is not clear to me, e.g. User and Size are clear, but what is output? |
GAS85
commented
Jun 17, 2021
Any update here?
|
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:sizecommand and can be set both globally and per-userSigned-off-by: Robin Appelman robin@icewind.nl