diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-12-21 17:32:21 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2016-01-12 14:24:47 +0100 |
commit | ca8c9f6ad52c6171fdecc2348fefbeef7cc5d2a3 (patch) | |
tree | eb3e64ad1bb932f292cd775892feba99eb96b67a /apps/federation/appinfo/info.xml | |
parent | 693617d8a5b566454a2d18ff4cb9bcfd8559f3bd (diff) | |
download | nextcloud-server-ca8c9f6ad52c6171fdecc2348fefbeef7cc5d2a3.tar.gz nextcloud-server-ca8c9f6ad52c6171fdecc2348fefbeef7cc5d2a3.zip |
federation has to be of type filesystem so that we load this app for webdav requests
Diffstat (limited to 'apps/federation/appinfo/info.xml')
-rw-r--r-- | apps/federation/appinfo/info.xml | 3 |
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> |