Skip to content
Snippets Groups Projects
Commit fe86e0c2 authored by C. Montero Luque's avatar C. Montero Luque
Browse files

Merge pull request #22870 from owncloud/autoenable-federation-app

Automatically enable "federation" app
parents 4dda1191 89315722
No related branches found
No related tags found
No related merge requests found
<?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>
......@@ -285,6 +285,7 @@ Feature: provisioning
| comments |
| dav |
| federatedfilesharing |
| federation |
| files |
| files_sharing |
| files_trashbin |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment