Skip to content

Commit fd903bd

Browse files
committed
fixup! feat(dav): Enable chunked upload for public shares
1 parent 24d2811 commit fd903bd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/dav/lib/Connector/Sabre/ServerFactory.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ public function createServer(
156156
'principals/shares',
157157
));
158158

159+
// Mount the the upload collection at /public.php/dav/uploads/<share token>
159160
$rootCollection->addChild(new \OCA\DAV\Upload\RootCollection(
160161
$userPrincipalBackend,
161162
'principals/shares',

0 commit comments

Comments
 (0)