Skip to content

Commit

Permalink
fix(FolderController): Require Groupfolder admin on all endpoints
Browse files Browse the repository at this point in the history
Signed-off-by: provokateurin <kate@provokateurin.de>
  • Loading branch information
provokateurin committed Jan 6, 2025
1 parent 162f327 commit 81c4600
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Controller/FolderController.php
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ private function folderDataForXML(array $data): array {

/**
* @NoAdminRequired
* @RequireGroupFolderAdmin
*/
public function aclMappingSearch(int $id, ?int $fileId, string $search = ''): DataResponse {
$users = [];
Expand Down

0 comments on commit 81c4600

Please sign in to comment.