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:
authorThomas Müller <thomas.mueller@tmit.eu>2015-12-21 19:32:21 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2016-01-12 16:24:47 +0300
commitca8c9f6ad52c6171fdecc2348fefbeef7cc5d2a3 (patch)
treeeb3e64ad1bb932f292cd775892feba99eb96b67a /apps/federation/appinfo
parent693617d8a5b566454a2d18ff4cb9bcfd8559f3bd (diff)
federation has to be of type filesystem so that we load this app for webdav requests
Diffstat (limited to 'apps/federation/appinfo')
-rw-r--r--apps/federation/appinfo/info.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/federation/appinfo/info.xml b/apps/federation/appinfo/info.xml
index bfb4ca8f8c9..54ea4831be0 100644
--- a/apps/federation/appinfo/info.xml
+++ b/apps/federation/appinfo/info.xml
@@ -11,4 +11,7 @@
<dependencies>
<owncloud min-version="9.0" max-version="9.0" />
</dependencies>
+ <types>
+ <authentication/>
+ </types>
</info>