Merge pull request #60192 from nextcloud/enh/ship-files_lock

This commit is contained in:
John Molakvoæ 2026-05-07 09:10:57 +02:00 committed by GitHub
commit 57a2630be7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View file

@ -41,6 +41,7 @@ class APIController extends OCSController {
'files_downloadlimit' => 29,
'twofactor_nextcloud_notification' => 30,
'app_api' => 30,
'files_lock' => 34,
];
public function __construct(

View file

@ -17,6 +17,7 @@
"files",
"files_downloadlimit",
"files_external",
"files_lock",
"files_pdfviewer",
"files_reminders",
"files_sharing",
@ -69,6 +70,7 @@
"files",
"files_downloadlimit",
"files_pdfviewer",
"files_lock",
"files_reminders",
"files_sharing",
"files_trashbin",