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:
authorBjörn Schießle <bjoern@schiessle.org>2015-10-29 19:27:14 +0300
committerBjörn Schießle <bjoern@schiessle.org>2015-11-19 20:06:38 +0300
commited039ee5ebdba6778b245f249fe206d2423a6a36 (patch)
treeaa7a172b02e20eb878399c39624ee47496b4fee2 /tests/enable_all.php
parent479cee66f40cbb6340b0c1f106101692edde821a (diff)
added app "federation", allows you to connect ownClouds and exchange user lists
Diffstat (limited to 'tests/enable_all.php')
-rw-r--r--tests/enable_all.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/enable_all.php b/tests/enable_all.php
index 464155b1f39..6f2d1fa8717 100644
--- a/tests/enable_all.php
+++ b/tests/enable_all.php
@@ -22,4 +22,4 @@ enableApp('encryption');
enableApp('user_ldap');
enableApp('files_versions');
enableApp('provisioning_api');
-
+enableApp('federation');