Skip to content
Snippets Groups Projects
Commit e6665a05 authored by Markus Goetz's avatar Markus Goetz
Browse files

WebDAV Permissions: Distinguish between renameing and moving

parent e1beb8c6
Branches
No related tags found
No related merge requests found
......@@ -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()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment