Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
set authType to basic
Signed-off-by: Maxence Lange <[email protected]>
  • Loading branch information
ArtificialOwl committed Sep 20, 2023
commit c6c06d517cfe80f1a75c7eff2b66fb9cefea86d9
1 change: 1 addition & 0 deletions apps/files_sharing/lib/External/Storage.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ public function __construct($options) {
'host' => $host,
'root' => $webDavEndpoint,
'user' => $options['token'],
'authType' => \Sabre\DAV\Client::AUTH_BASIC,
'password' => (string)$options['password']
]
);
Expand Down