Skip to content

Commit 57a2630

Browse files
authored
Merge pull request #60192 from nextcloud/enh/ship-files_lock
2 parents c1ea92a + 5c1eee5 commit 57a2630

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

apps/updatenotification/lib/Controller/APIController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class APIController extends OCSController {
4141
'files_downloadlimit' => 29,
4242
'twofactor_nextcloud_notification' => 30,
4343
'app_api' => 30,
44+
'files_lock' => 34,
4445
];
4546

4647
public function __construct(

core/shipped.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"files",
1818
"files_downloadlimit",
1919
"files_external",
20+
"files_lock",
2021
"files_pdfviewer",
2122
"files_reminders",
2223
"files_sharing",
@@ -69,6 +70,7 @@
6970
"files",
7071
"files_downloadlimit",
7172
"files_pdfviewer",
73+
"files_lock",
7274
"files_reminders",
7375
"files_sharing",
7476
"files_trashbin",

0 commit comments

Comments
 (0)