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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2016-06-08 16:25:44 +0300
committerLukas Reschke <lukas@owncloud.com>2016-06-10 16:38:25 +0300
commitaa831252b333c3fbd9ac580f9c584831f5a11f9d (patch)
treead7f5a449ba170841cb9635575c645b78a7a4219 /apps/admin_audit/appinfo/info.xml
parentedf62eb41a338319488eb0b71134da2d38d0a7bd (diff)
Add basic audit component to logger
Logs already: - Share events - Authentication events - User management events - File action events
Diffstat (limited to 'apps/admin_audit/appinfo/info.xml')
-rw-r--r--apps/admin_audit/appinfo/info.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/apps/admin_audit/appinfo/info.xml b/apps/admin_audit/appinfo/info.xml
new file mode 100644
index 00000000000..74fc880c881
--- /dev/null
+++ b/apps/admin_audit/appinfo/info.xml
@@ -0,0 +1,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.0.0</version>
+ <dependencies>
+ <owncloud min-version="9.0" max-version="9.1" />
+ </dependencies>
+ <types>
+ <logging/>
+ </types>
+ <default_enable/>
+</info>