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:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-03-08 13:37:59 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-03-08 13:37:59 +0300
commit5b75f151b38c146637055b994e3034b0ea867d93 (patch)
treebfca669c843f37cc4da102633c2de0168c3e4e51 /appinfo
parentbf92453c778eb65ab90af8cb022ab74dae0da373 (diff)
Update info.xml
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml20
1 files changed, 12 insertions, 8 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index bca8b43..28e9356 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -7,9 +7,13 @@
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.
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>1.1.3</version>
+ <version>1.2.0</version>
<licence>agpl</licence>
- <author>Manuel Delgado, Bart Visscher, thinksilicon.de, Victor Dubiniuk</author>
+ <author>Manuel Delgado</author>
+ <author>Bart Visscher</author>
+ <author>thinksilicon.de</author>
+ <author>Victor Dubiniuk</author>
+ <author>Roeland Jago Douma</author>
<namespace>Files_Antivirus</namespace>
<types>
<filesystem/>
@@ -35,14 +39,14 @@ For this app to be effective, the ClamAV virus definitions should be kept up to
<admin>OCA\Files_Antivirus\Settings\Admin</admin>
</settings>
<activity>
- <providers>
- <provider>OCA\Files_Antivirus\Activity\Provider</provider>
- </providers>
- <filters>
- <filter>OCA\Files_Antivirus\Activity\Filter</filter>
- </filters>
<settings>
<setting>OCA\Files_Antivirus\Activity\Setting</setting>
</settings>
+ <filters>
+ <filter>OCA\Files_Antivirus\Activity\Filter</filter>
+ </filters>
+ <providers>
+ <provider>OCA\Files_Antivirus\Activity\Provider</provider>
+ </providers>
</activity>
</info>