summaryrefslogtreecommitdiffstats
path: root/apps/lookup_server_connector/appinfo/info.xml
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2016-11-17 12:14:13 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2016-11-21 11:29:59 +0100
commitb23a4ca96b018b31d7586883075f306f0492c7e4 (patch)
tree2cfe6e459038753b3bc97911ba7aea3291dd7647 /apps/lookup_server_connector/appinfo/info.xml
parent061ef0cc7cda6bd93ec8f42bba0e526d12c9bfec (diff)
downloadnextcloud-server-b23a4ca96b018b31d7586883075f306f0492c7e4.tar.gz
nextcloud-server-b23a4ca96b018b31d7586883075f306f0492c7e4.zip
push public user data to the lookup server
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
Diffstat (limited to 'apps/lookup_server_connector/appinfo/info.xml')
-rw-r--r--apps/lookup_server_connector/appinfo/info.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/apps/lookup_server_connector/appinfo/info.xml b/apps/lookup_server_connector/appinfo/info.xml
new file mode 100644
index 00000000000..88898c0b71b
--- /dev/null
+++ b/apps/lookup_server_connector/appinfo/info.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<info>
+ <id>lookup_server_connector</id>
+ <name>Lookup Server Connector</name>
+ <description>Sync public user information with the lookup server</description>
+ <licence>AGPL</licence>
+ <author>Bjoern Schiessle</author>
+ <namespace>LookupServerConnector</namespace>
+ <version>1.0.0</version>
+ <category>other</category>
+ <dependencies>
+ <owncloud min-version="11.0" max-version="11.0" />
+ </dependencies>
+ <default_enable/>
+ <types>
+ <authentication/>
+ </types>
+</info>