mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Merge pull request #48394 from nextcloud/backport/48375/stable30
[stable30] Skip future shipped apps from updatenotification check
This commit is contained in:
commit
451bf4f0b7
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