From ba894f0514591db069dacf70df5b2d0475b0be2c Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Tue, 16 Jan 2024 11:36:25 -0100 Subject: [PATCH] 5.3.1 Signed-off-by: Maxence Lange --- CHANGELOG.md | 4 ++++ appinfo/info.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac828c9e..4954527c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. +## [5.3.1] - 2024-01-16 +## Fixed +* Remove direct link to the infected file in `Activity` + ## [5.1.0] - 2023-05-17 ## Added * Add command to get background scanner status: `occ files_antvirus:status` diff --git a/appinfo/info.xml b/appinfo/info.xml index 6cdd6870..c72db57b 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -14,7 +14,7 @@ This application inspects files that are uploaded to Nextcloud for viruses before they are written to the Nextcloud storage. If a file is identified as a virus, it is either logged or not uploaded to the server. The application relies on the underlying ClamAV virus scanning engine, which the admin points Nextcloud to when configuring the application. Alternatively, a Kaspersky Scan Engine can be configured, which has to run on a separate server. For this app to be effective, the ClamAV virus definitions should be kept up to date. Also note that enabling this app will impact system performance as additional processing is required for every upload. More information is available in the Antivirus documentation. ]]> - 5.3.0 + 5.3.1 agpl Manuel Delgado