We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1ea92a + 5c1eee5 commit 57a2630Copy full SHA for 57a2630
2 files changed
apps/updatenotification/lib/Controller/APIController.php
@@ -41,6 +41,7 @@ class APIController extends OCSController {
41
'files_downloadlimit' => 29,
42
'twofactor_nextcloud_notification' => 30,
43
'app_api' => 30,
44
+ 'files_lock' => 34,
45
];
46
47
public function __construct(
core/shipped.json
@@ -17,6 +17,7 @@
17
"files",
18
"files_downloadlimit",
19
"files_external",
20
+ "files_lock",
21
"files_pdfviewer",
22
"files_reminders",
23
"files_sharing",
@@ -69,6 +70,7 @@
69
70
71
72
73
74
75
76
"files_trashbin",
0 commit comments