Skip to content

Commit

Permalink
Merge pull request #48931 from nextcloud/backport/48917/stable30
Browse files Browse the repository at this point in the history
  • Loading branch information
provokateurin authored Oct 28, 2024
2 parents f642117 + 321af53 commit 0e4ab29
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 @@ -46,6 +46,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 0e4ab29

Please sign in to comment.