Merge pull request #48394 from nextcloud/backport/48375/stable30

[stable30] Skip future shipped apps from updatenotification check
This commit is contained in:
Andy Scherzinger 2024-09-27 08:28:44 +02:00 committed by GitHub
commit 451bf4f0b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,6 +39,9 @@ class APIController extends OCSController {
'bruteforcesettings' => 25,
'suspicious_login' => 25,
'twofactor_totp' => 25,
'files_downloadlimit' => 29,
'twofactor_nextcloud_notification' => 30,
'app_api' => 30,
];
public function __construct(