aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2024-09-27 12:28:11 +0200
committerGitHub <noreply@github.com>2024-09-27 12:28:11 +0200
commit9950de3a621c6cd4d9202e804ed3445c78b4d8bb (patch)
tree711b910ca59177f3fd511098fc99153cc9e5c049 /apps
parent803ac1f51388f070bc9968b8aff2de29e36afc2f (diff)
parentd8ae8f578d7a3be1e221b77d55856be5feaa8776 (diff)
downloadnextcloud-server-9950de3a621c6cd4d9202e804ed3445c78b4d8bb.tar.gz
nextcloud-server-9950de3a621c6cd4d9202e804ed3445c78b4d8bb.zip
Merge pull request #48392 from nextcloud/backport/48375/stable28
[stable28] Skip future shipped apps from updatenotification check
Diffstat (limited to 'apps')
-rw-r--r--apps/updatenotification/lib/Controller/APIController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/updatenotification/lib/Controller/APIController.php b/apps/updatenotification/lib/Controller/APIController.php
index d684b69024f..3d0646dc884 100644
--- a/apps/updatenotification/lib/Controller/APIController.php
+++ b/apps/updatenotification/lib/Controller/APIController.php
@@ -71,6 +71,7 @@ class APIController extends OCSController {
'bruteforcesettings' => 25,
'suspicious_login' => 25,
'twofactor_totp' => 25,
+ 'files_downloadlimit' => 29,
];
public function __construct(string $appName,