Skip to content

Commit

Permalink
Merge pull request #48926 from nextcloud/backport/48917/stable25
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv authored Oct 28, 2024
2 parents 7d8b73b + 1216ee1 commit 9d7efbd
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 9d7efbd

Please sign in to comment.