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

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Reinhard <freinhard@kubuntu-12.10-vm>2013-02-12 23:56:21 +0400
committerFlorian Reinhard <freinhard@kubuntu-12.10-vm>2013-02-12 23:56:21 +0400
commitd84c36632777541c6440f3a06c70596b25fab431 (patch)
tree4d22f6054b5e3c4cf4f4c0d75541b1c15d3c3940 /django_auth
parentbd6f80001264f8f9dddbd10745d70810aa2eafe7 (diff)
Add application type to info.xml
If not present, the whole app is not useable / used by owncloud.
Diffstat (limited to 'django_auth')
-rw-r--r--django_auth/appinfo/info.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/django_auth/appinfo/info.xml b/django_auth/appinfo/info.xml
index 487005caa..12d158a8c 100644
--- a/django_auth/appinfo/info.xml
+++ b/django_auth/appinfo/info.xml
@@ -11,4 +11,7 @@
<licence>AGPL</licence>
<author>Florian Reinhard florian.reinhard@googlemail.com</author>
<require>4</require>
+ <types>
+ <authentication/>
+ </types>
</info>