2016-06-08 09:25:44 -04:00
|
|
|
<?xml version="1.0"?>
|
2024-05-24 13:43:47 -04:00
|
|
|
<!--
|
|
|
|
|
- SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
|
|
|
|
|
- SPDX-FileCopyrightText: 2016 ownCloud, Inc.
|
|
|
|
|
- SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
-->
|
2018-02-07 10:04:45 -05:00
|
|
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
2016-06-08 09:25:44 -04:00
|
|
|
<id>admin_audit</id>
|
|
|
|
|
<name>Auditing / Logging</name>
|
2018-02-07 10:04:45 -05:00
|
|
|
<summary>Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.</summary>
|
2016-09-30 08:41:55 -04:00
|
|
|
<description>Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions.</description>
|
2024-03-28 06:26:18 -04:00
|
|
|
<version>1.20.0</version>
|
2018-02-07 10:04:45 -05:00
|
|
|
<licence>agpl</licence>
|
|
|
|
|
<author>Nextcloud</author>
|
2017-07-01 05:28:03 -04:00
|
|
|
<namespace>AdminAudit</namespace>
|
2016-06-08 09:25:44 -04:00
|
|
|
<types>
|
|
|
|
|
<logging/>
|
|
|
|
|
</types>
|
2018-02-07 10:04:45 -05:00
|
|
|
<category>monitoring</category>
|
|
|
|
|
<bugs>https://github.com/nextcloud/server/issues</bugs>
|
|
|
|
|
<dependencies>
|
2024-03-28 06:26:18 -04:00
|
|
|
<nextcloud min-version="30" max-version="30"/>
|
2018-02-07 10:04:45 -05:00
|
|
|
</dependencies>
|
2018-04-25 11:42:14 -04:00
|
|
|
<background-jobs>
|
|
|
|
|
<job>OCA\AdminAudit\BackgroundJobs\Rotate</job>
|
|
|
|
|
</background-jobs>
|
2016-06-08 09:25:44 -04:00
|
|
|
</info>
|