Skip to content

Commit 7bb82a6

Browse files
susnuxbackportbot[bot]
authored andcommitted
fix(dav): do not list intermediate upload folders
fix(dav): do not list intermediate upload folders Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> [skip ci]
1 parent d07234b commit 7bb82a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/dav/lib/Upload/RootCollection.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public function __construct(
2424
private IUserSession $userSession,
2525
) {
2626
parent::__construct($principalBackend, $principalPrefix);
27+
$this->disableListing = true;
2728
}
2829

2930
/**

0 commit comments

Comments
 (0)