From 8a087c288d0b4b1c2328d220b32504405bfca7f6 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 6 May 2026 17:55:18 +0200 Subject: [PATCH 1/2] build: ship files_lock with 34 Signed-off-by: Arthur Schiwon --- core/shipped.json | 2 ++ 1 file changed, 2 insertions(+) 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", From 5c1eee588e63743b91a4acc3a891e85797d88aa6 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 6 May 2026 18:28:13 +0200 Subject: [PATCH 2/2] feat(updatenotification): handle files_lock Signed-off-by: Arthur Schiwon --- apps/updatenotification/lib/Controller/APIController.php | 1 + 1 file changed, 1 insertion(+) 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(