diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2024-09-27 12:28:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-27 12:28:11 +0200 |
commit | 9950de3a621c6cd4d9202e804ed3445c78b4d8bb (patch) | |
tree | 711b910ca59177f3fd511098fc99153cc9e5c049 /apps | |
parent | 803ac1f51388f070bc9968b8aff2de29e36afc2f (diff) | |
parent | d8ae8f578d7a3be1e221b77d55856be5feaa8776 (diff) | |
download | nextcloud-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.php | 1 |
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, |