diff options
author | C. Montero Luque <cmonteroluque@users.noreply.github.com> | 2016-03-04 17:44:50 -0500 |
---|---|---|
committer | C. Montero Luque <cmonteroluque@users.noreply.github.com> | 2016-03-04 17:44:50 -0500 |
commit | fe86e0c2f89f88a597c0ce4c45565be1a63f2bec (patch) | |
tree | 97c74e0ad59192fac8b15dbf4807fdbaa69d5627 /apps | |
parent | 4dda119137e29be11cf652515a66e970be572df0 (diff) | |
parent | 89315722a11ac04da5a50333a29d4d8ac2376b98 (diff) | |
download | nextcloud-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.xml | 23 |
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> |