Skip to content

Commit

Permalink
Merge pull request #48393 from nextcloud/backport/48375/stable29
Browse files Browse the repository at this point in the history
[stable29] Skip future shipped apps from updatenotification check
  • Loading branch information
nickvergessen authored Sep 27, 2024
2 parents 28325fd + 87b4e96 commit eb2c553
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/updatenotification/lib/Controller/APIController.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,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(
Expand Down

0 comments on commit eb2c553

Please sign in to comment.