Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_antivirus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkesselb <mail@danielkesselberg.de>2021-09-15 11:38:48 +0300
committerGitHub <noreply@github.com>2021-09-15 11:38:48 +0300
commit86a47e75938470922c130098971efc2fdb11b46b (patch)
tree3d8f20804b3e077b95473a40b7b4aa354844481b
parent3b2de024a6147f49b48e688604e711f945cbbe01 (diff)
parentca7e75f447fa0822e522cfb8b67866522359a5c0 (diff)
Merge pull request #206 from nextcloud/version_3_2_2v3.2.2
Version 3.2.2
-rw-r--r--.nextcloudignore19
-rw-r--r--CHANGELOG.md5
-rw-r--r--appinfo/info.xml2
3 files changed, 15 insertions, 11 deletions
diff --git a/.nextcloudignore b/.nextcloudignore
index d125948..e28a99a 100644
--- a/.nextcloudignore
+++ b/.nextcloudignore
@@ -1,10 +1,9 @@
-.drone
-.git
-.github
-.gitignore
-.scrutinizer.yml
-.travis.yml
-.tx
-krankerl.toml
-screenshots
-.nextcloudignore
+/.git
+/.github
+/.gitignore
+/.nextcloudignore
+/.scrutinizer.yml
+/.tx
+/krankerl.toml
+/screenshots
+/tests
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6816627..cc74d4b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [3.2.2] - 2021-09-14
+## Fixed
+- Background scan detecting file scanned after an infected file as also infected.
+- Don't scan chunks on upload.
+
## [3.2.1] - 2021-03-04
## Added
- Fix Kaspersky scan handling of some cases
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 2e64216..b14be74 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.
]]></description>
- <version>3.2.1</version>
+ <version>3.2.2</version>
<licence>agpl</licence>
<author>Manuel Delgado</author>