Page MenuHomePhorge

files in webdav root folder aren't shown in chwala
Closed, ResolvedPublic

Description

I found this problem with owncloud but i think is more general: all files are listed correctly except the files in the root folder.
The files in owncloud are available in webdav://mysite/remote.php/webdav. There is not an extra folder like "Files" in kolab, you can store files directly in root folder. Chwala list only the folders in root directory , not the files. It works well for all subdirectories.
I think this behaviour could have the origin in the prototype function, because for the kolab driver we assume there is a folder not null containing all the files.
The file_list() function in webdav_file_storage.php accept an empty $filename value so the problem isn't there. Tested by adding a fake folder name in folder_list() .

Details

Ticket Type
Task