Skip to content

Commit

Permalink
Merge pull request #48929 from nextcloud/backport/48917/stable28
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Oct 28, 2024
2 parents 5fbffb2 + 0088dc1 commit 70d9e4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/dav/lib/DAV/ViewOnlyPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public function initialize(Server $server): void {
//Sabre\DAV\CorePlugin::httpGet
$this->server->on('method:GET', [$this, 'checkViewOnly'], 90);
$this->server->on('method:COPY', [$this, 'checkViewOnly'], 90);
$this->server->on('method:MOVE', [$this, 'checkViewOnly'], 90);
}

/**
Expand Down

0 comments on commit 70d9e4a

Please sign in to comment.