Add rename support for DAV directories.

This works only over DAV right now, no GUI yet.
This commit is contained in:
Klaus Weidenbach
2014-06-30 01:08:29 +02:00
parent aacb293f2e
commit ffea675240
2 changed files with 63 additions and 15 deletions

View File

@@ -555,9 +555,9 @@ function z_readdir($channel_id, $observer_hash, $pathname, $parent_hash = '') {
*
* @brief Create directory.
*
* @param $channel channel array of owner
* @param $observer_hash hash of current observer
* @param $arr parameter array to fulfil request
* @param array $channel channel array of owner
* @param string $observer_hash hash of current observer
* @param array $arr parameter array to fulfil request
* Required:
* $arr['filename']
* $arr['folder'] // hash of parent directory, empty string for root directory