Page MenuHomePhorge
Feed Advanced Search

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 26 2019, 6:52 PM · Bug Reports

Jun 24 2019

mbadici assigned T5160: webdav subfolders are not listed in chwala to machniak.

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']);
Jun 24 2019, 5:01 PM · Bug Reports

Jan 30 2019

mbadici updated the task description for T5160: webdav subfolders are not listed in chwala .
Jan 30 2019, 11:04 PM · Bug Reports
mbadici created T5160: webdav subfolders are not listed in chwala .
Jan 30 2019, 10:56 PM · Bug Reports

Mar 6 2018

mbadici created T3763: files in webdav root folder aren't shown in chwala.
Mar 6 2018, 6:20 PM · Chwala
mbadici added a comment to T3757: webdav driver not working.

So maybe we can just change in:

$size = $response['headers']['content-length'][0];
Mar 6 2018, 4:26 PM · Chwala
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 6 2018, 4:21 PM · Chwala

Mar 5 2018

mbadici created T3757: webdav driver not working.
Mar 5 2018, 11:25 AM · Chwala