Skip to content

Commit eb2c553

Browse files
Merge pull request nextcloud#48393 from nextcloud/backport/48375/stable29
[stable29] Skip future shipped apps from updatenotification check
2 parents 28325fd + 87b4e96 commit eb2c553

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/updatenotification/lib/Controller/APIController.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ class APIController extends OCSController {
5858
'bruteforcesettings' => 25,
5959
'suspicious_login' => 25,
6060
'twofactor_totp' => 25,
61+
'files_downloadlimit' => 29,
62+
'twofactor_nextcloud_notification' => 30,
63+
'app_api' => 30,
6164
];
6265

6366
public function __construct(

0 commit comments

Comments
 (0)