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:
authorBart Visscher <bartv@thisnet.nl>2012-03-20 00:56:07 +0400
committerBart Visscher <bartv@thisnet.nl>2012-05-07 11:04:07 +0400
commit640ba1828f3edfdd2e71825828c51b734fb19d1c (patch)
tree065a68d3f08615144eb2b6a1d8b8494b867874b7 /apps/admin_audit/appinfo/info.xml
parent2488cdb8a1066fa7561489dcea687a5bfae936fd (diff)
Start of audit app
Audit the filesystem action
Diffstat (limited to 'apps/admin_audit/appinfo/info.xml')
-rw-r--r--apps/admin_audit/appinfo/info.xml10
1 files changed, 10 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..6eb62fbbd16
--- /dev/null
+++ b/apps/admin_audit/appinfo/info.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0"?>
+<info>
+ <id>admin_audit</id>
+ <name>Log audit info</name>
+ <version>0.1</version>
+ <licence>AGPL</licence>
+ <author>Bart Visscher</author>
+ <require>2</require>
+ <description>Audit user actions in Owncloud</description>
+</info>