WebDAV Permissions: Distinguish between renameing and moving

remotes/origin/ldap_group_count
Markus Goetz 11 years ago
parent e1beb8c6c3
commit e6665a0542
  1. 2
      lib/private/connector/sabre/node.php

@ -257,7 +257,7 @@ abstract class OC_Connector_Sabre_Node implements \Sabre\DAV\INode, \Sabre\DAV\I
$p .= 'D';
}
if ($this->info->isDeletable()) {
$p .= 'N';
$p .= 'NV'; // Renameable, Moveable
}
if ($this->info->getType() === \OCP\Files\FileInfo::TYPE_FILE) {
if ($this->info->isUpdateable()) {

Loading…
Cancel
Save