diff --git a/apps/federatedfilesharing/src/components/AdminSettings.vue b/apps/federatedfilesharing/src/components/AdminSettings.vue index 4f2049942d54f..39c05b8061f60 100644 --- a/apps/federatedfilesharing/src/components/AdminSettings.vue +++ b/apps/federatedfilesharing/src/components/AdminSettings.vue @@ -44,11 +44,17 @@ {{ t('federatedfilesharing', 'Allow people to publish their data to a global and public address book') }} - - {{ t('federatedfilesharing', 'Automatically accept shares from federated accounts and groups by default') }} - + +
+

+ {{ t('federatedfilesharing', 'Trusted federation') }} +

+ + {{ t('federatedfilesharing', 'Automatically accept shares from trusted federated accounts and groups by default') }} + +
@@ -118,3 +124,17 @@ export default { }, } + diff --git a/apps/federation/templates/settings-admin.php b/apps/federation/templates/settings-admin.php index 175598c9c304e..02110ebfdd387 100644 --- a/apps/federation/templates/settings-admin.php +++ b/apps/federation/templates/settings-admin.php @@ -1,20 +1,34 @@ linkToDocs('admin-sharing-federated') . '#configuring-trusted-nextcloud-servers'; +$documentationLabel = $l->t('External documentation for Federated Cloud Sharing'); ?>
-

t('Trusted servers')); ?>

+

+ t('Trusted servers')); ?> + +

t('Federation allows you to connect with other trusted servers to exchange the account directory. For example this will be used to auto-complete external accounts for federated sharing. It is not necessary to add a server as trusted server in order to create a federated share.')); ?>

+

t('Each server must validate the other. This process may require a few cron cycles.')); ?>