mirror of
https://github.com/nextcloud/server.git
synced 2026-03-27 21:03:39 -04:00
allow moving files to the root
This commit is contained in:
parent
884b9a0ecf
commit
b0a74edbb2
1 changed files with 0 additions and 4 deletions
|
|
@ -126,10 +126,6 @@ class ObjectTree extends \Sabre\DAV\ObjectTree {
|
|||
throw new \Sabre\DAV\Exception\Forbidden();
|
||||
}
|
||||
if ($sourceDir !== $destinationDir) {
|
||||
// for a full move we need update privileges on sourcePath and sourceDir as well as destinationDir
|
||||
if (ltrim($destinationDir, '/') === '') {
|
||||
throw new \Sabre\DAV\Exception\Forbidden();
|
||||
}
|
||||
if (!$this->fileView->isUpdatable($sourceDir)) {
|
||||
throw new \Sabre\DAV\Exception\Forbidden();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue