diff --git a/apps/updatenotification/lib/Controller/APIController.php b/apps/updatenotification/lib/Controller/APIController.php index 4360d814dd2f4..702bab9012c30 100644 --- a/apps/updatenotification/lib/Controller/APIController.php +++ b/apps/updatenotification/lib/Controller/APIController.php @@ -41,6 +41,7 @@ class APIController extends OCSController { 'files_downloadlimit' => 29, 'twofactor_nextcloud_notification' => 30, 'app_api' => 30, + 'files_lock' => 34, ]; public function __construct( diff --git a/core/shipped.json b/core/shipped.json index af60f7c1163ce..7d2f8b3837543 100644 --- a/core/shipped.json +++ b/core/shipped.json @@ -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",