summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorC. Montero Luque <cmonteroluque@users.noreply.github.com>2016-03-04 17:44:50 -0500
committerC. Montero Luque <cmonteroluque@users.noreply.github.com>2016-03-04 17:44:50 -0500
commitfe86e0c2f89f88a597c0ce4c45565be1a63f2bec (patch)
tree97c74e0ad59192fac8b15dbf4807fdbaa69d5627 /apps
parent4dda119137e29be11cf652515a66e970be572df0 (diff)
parent89315722a11ac04da5a50333a29d4d8ac2376b98 (diff)
downloadnextcloud-server-fe86e0c2f89f88a597c0ce4c45565be1a63f2bec.tar.gz
nextcloud-server-fe86e0c2f89f88a597c0ce4c45565be1a63f2bec.zip
Merge pull request #22870 from owncloud/autoenable-federation-app
Automatically enable "federation" app
Diffstat (limited to 'apps')
-rw-r--r--apps/federation/appinfo/info.xml23
1 files changed, 12 insertions, 11 deletions
diff --git a/apps/federation/appinfo/info.xml b/apps/federation/appinfo/info.xml
index e4a274c6425..3bd66e2954a 100644
--- a/apps/federation/appinfo/info.xml
+++ b/apps/federation/appinfo/info.xml
@@ -1,17 +1,18 @@
<?xml version="1.0"?>
<info>
- <id>federation</id>
- <name>Federation</name>
- <description>ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing.</description>
- <licence>AGPL</licence>
- <author>Bjoern Schiessle</author>
- <version>0.1.0</version>
- <namespace>Federation</namespace>
- <category>other</category>
+ <id>federation</id>
+ <name>Federation</name>
+ <description>ownCloud Federation allows you to connect with other trusted ownClouds to exchange the user directory. For example this will be used to auto-complete external users for federated sharing.</description>
+ <licence>AGPL</licence>
+ <author>Bjoern Schiessle</author>
+ <version>0.1.0</version>
+ <namespace>Federation</namespace>
+ <category>other</category>
<dependencies>
<owncloud min-version="9.1" max-version="9.1" />
</dependencies>
- <types>
- <authentication/>
- </types>
+ <default_enable/>
+ <types>
+ <authentication/>
+ </types>
</info>