2016-06-08 09:25:44 -04:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
<info>
|
|
|
|
|
<id>admin_audit</id>
|
|
|
|
|
<name>Auditing / Logging</name>
|
2016-09-30 08:41:55 -04:00
|
|
|
<description>Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.</description>
|
2016-06-08 09:25:44 -04:00
|
|
|
<licence>AGPL</licence>
|
|
|
|
|
<author>Nextcloud</author>
|
2018-01-14 05:40:53 -05:00
|
|
|
<version>1.4.0</version>
|
2017-07-01 05:28:03 -04:00
|
|
|
<namespace>AdminAudit</namespace>
|
2016-06-08 09:25:44 -04:00
|
|
|
<dependencies>
|
2018-01-14 05:40:53 -05:00
|
|
|
<nextcloud min-version="14" max-version="14" />
|
2016-06-08 09:25:44 -04:00
|
|
|
</dependencies>
|
|
|
|
|
<types>
|
|
|
|
|
<logging/>
|
|
|
|
|
</types>
|
|
|
|
|
</info>
|