2016-06-08 16:25:44 +03:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<info>
|
|
|
|
<id>admin_audit</id>
|
|
|
|
<name>Auditing / Logging</name>
|
2016-09-30 15:41:55 +03:00
|
|
|
<description>Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.</description>
|
2016-06-08 16:25:44 +03:00
|
|
|
<licence>AGPL</licence>
|
|
|
|
<author>Nextcloud</author>
|
2016-12-13 22:41:55 +03:00
|
|
|
<version>1.2.0</version>
|
2016-06-08 16:25:44 +03:00
|
|
|
<dependencies>
|
2016-12-13 22:41:55 +03:00
|
|
|
<nextcloud min-version="12" max-version="12" />
|
2016-06-08 16:25:44 +03:00
|
|
|
</dependencies>
|
|
|
|
<types>
|
|
|
|
<logging/>
|
|
|
|
</types>
|
|
|
|
</info>
|