mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #60192 from nextcloud/enh/ship-files_lock
This commit is contained in:
commit
57a2630be7
2 changed files with 3 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ class APIController extends OCSController {
|
|||
'files_downloadlimit' => 29,
|
||||
'twofactor_nextcloud_notification' => 30,
|
||||
'app_api' => 30,
|
||||
'files_lock' => 34,
|
||||
];
|
||||
|
||||
public function __construct(
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue