2016-06-08 16:25:44 +03:00
|
|
|
<?xml version="1.0"?>
|
2018-02-07 18:04:45 +03:00
|
|
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
2016-06-08 16:25:44 +03:00
|
|
|
<id>admin_audit</id>
|
|
|
|
<name>Auditing / Logging</name>
|
2018-02-07 18:04:45 +03:00
|
|
|
<summary>Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.</summary>
|
2016-09-30 15:41:55 +03:00
|
|
|
<description>Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.</description>
|
2020-09-18 10:14:52 +03:00
|
|
|
<version>1.11.0</version>
|
2018-02-07 18:04:45 +03:00
|
|
|
<licence>agpl</licence>
|
|
|
|
<author>Nextcloud</author>
|
2017-07-01 12:28:03 +03:00
|
|
|
<namespace>AdminAudit</namespace>
|
2016-06-08 16:25:44 +03:00
|
|
|
<types>
|
|
|
|
<logging/>
|
|
|
|
</types>
|
2018-02-07 18:04:45 +03:00
|
|
|
<category>monitoring</category>
|
|
|
|
<bugs>https://github.com/nextcloud/server/issues</bugs>
|
|
|
|
<dependencies>
|
2020-09-18 10:14:52 +03:00
|
|
|
<nextcloud min-version="21" max-version="21"/>
|
2018-02-07 18:04:45 +03:00
|
|
|
</dependencies>
|
2018-04-25 18:42:14 +03:00
|
|
|
<background-jobs>
|
|
|
|
<job>OCA\AdminAudit\BackgroundJobs\Rotate</job>
|
|
|
|
</background-jobs>
|
2016-06-08 16:25:44 +03:00
|
|
|
</info>
|