]> source.dussan.org Git - nextcloud-server.git/commit
Check if quota should be applied to path when creating directories
authorJulius Härtl <jus@bitgrid.net>
Tue, 8 Sep 2020 05:33:54 +0000 (07:33 +0200)
committerJulius Härtl <jus@bitgrid.net>
Tue, 8 Sep 2020 05:33:57 +0000 (07:33 +0200)
commit87e5fd0d2c46c1a97050309d37864d0acb5aa8d0
treebfb9c34f1002352e94c065363924298660cc03c5
parent47e7257c80535a3518168b3a0ccd80ad9fc91d58
Check if quota should be applied to path when creating directories

This fixes an issue where the files_trashbin hierarchy of a user could
not been created as the mkdir operations were blocked by the quota
storage wrapper. Even with 0 quota, users should be able to have a
trashbin for external storages.

Signed-off-by: Julius Härtl <jus@bitgrid.net>
lib/private/Files/Storage/Wrapper/Quota.php