Skip to content

Commit

Permalink
Merge pull request #48375 from nextcloud/bugfix/noid/skip-future-ship…
Browse files Browse the repository at this point in the history
…ped-apps-from-updatenotification-check

Skip future shipped apps from updatenotification check
  • Loading branch information
nickvergessen authored Sep 26, 2024
2 parents 771f67f + 727fe27 commit dd53a94
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 @@ -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(
Expand Down

0 comments on commit dd53a94

Please sign in to comment.