User Details
User Details
- User Since
- Mar 5 2018, 10:09 AM (421 w, 3 d)
Jun 26 2019
Jun 26 2019
mbadici added a comment to T5160: webdav subfolders are not listed in chwala .
Sorry but I wasn't at home . Your patch work for me too. In chwala composer.json has: "sabre/dav" : "~2.1.11" I'm not specially attached with this version :)
Jun 24 2019
Jun 24 2019
Since there is only one server active using owncloud i keep the patch as it is and it works.
I changed the line as follows, you can see what I log :
// $is_dir = in_array('{DAV:}collection', $props['{DAV:}resourcetype']->ResourceType);
$is_dir = isset( $props['{DAV:}resourcetype']);Jan 30 2019
Jan 30 2019
mbadici updated the task description for T5160: webdav subfolders are not listed in chwala .
Mar 6 2018
Mar 6 2018
mbadici added a comment to T3757: webdav driver not working.
So maybe we can just change in:
$size = $response['headers']['content-length'][0];
mbadici added a comment to T3757: webdav driver not working.
I didn't logged the $response, good point. The server is returning the header but I think the format is different.
Mar 5 2018
Mar 5 2018
