mirror of
https://github.com/nextcloud/server.git
synced 2026-04-08 10:36:22 -04:00
Merge pull request #48375 from nextcloud/bugfix/noid/skip-future-shipped-apps-from-updatenotification-check
Skip future shipped apps from updatenotification check
This commit is contained in:
commit
dd53a9430e
1 changed files with 3 additions and 0 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in a new issue