Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo « admin_audit « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 499dbdb4d54a94b0c49de05fe481ba4ffa45c17e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0"?>
<info>
	<id>admin_audit</id>
	<name>Auditing / Logging</name>
	<description>Provides logging abilities for Nextcloud such as logging file
				accesses or otherwise sensitive actions.
	</description>
	<licence>AGPL</licence>
	<author>Nextcloud</author>
	<version>1.1.0</version>
	<dependencies>
		<owncloud min-version="9.0" max-version="9.1" />
	</dependencies>
	<types>
		<logging/>
	</types>
	<default_enable/>
</info>