2014-11-05 13:08:17 +03:00
|
|
|
<?php
|
2016-10-28 22:46:28 +03:00
|
|
|
/** @var \OCP\IL10N $l */
|
2014-11-05 13:08:17 +03:00
|
|
|
/** @var array $_ */
|
2016-04-18 19:17:08 +03:00
|
|
|
script('federatedfilesharing', 'settings-admin');
|
2018-12-04 19:25:38 +03:00
|
|
|
style('federatedfilesharing', 'settings-admin');
|
2014-11-05 13:08:17 +03:00
|
|
|
?>
|
2016-04-18 19:17:08 +03:00
|
|
|
|
2020-04-10 15:19:56 +03:00
|
|
|
<?php if ($_['internalOnly'] === false): ?>
|
2017-05-24 10:07:58 +03:00
|
|
|
|
2018-04-17 19:49:08 +03:00
|
|
|
<div id="fileSharingSettings" class="section">
|
|
|
|
<h2>
|
|
|
|
<?php p($l->t('Federated Cloud Sharing'));?>
|
|
|
|
</h2>
|
2018-12-04 19:25:38 +03:00
|
|
|
<a target="_blank" rel="noreferrer noopener" class="icon-info svg"
|
|
|
|
title="<?php p($l->t('Open documentation'));?>"
|
|
|
|
href="<?php p(link_to_docs('admin-sharing-federated')); ?>"></a>
|
2018-04-17 19:49:08 +03:00
|
|
|
|
2017-04-26 23:43:58 +03:00
|
|
|
<p class="settings-hint"><?php p($l->t('Adjust how people can share between servers.')); ?></p>
|
|
|
|
|
2015-03-26 23:23:49 +03:00
|
|
|
<p>
|
2015-10-13 15:56:55 +03:00
|
|
|
<input type="checkbox" name="outgoing_server2server_share_enabled" id="outgoingServer2serverShareEnabled" class="checkbox"
|
2020-04-10 15:19:56 +03:00
|
|
|
value="1" <?php if ($_['outgoingServer2serverShareEnabled']) {
|
|
|
|
print_unescaped('checked="checked"');
|
|
|
|
} ?> />
|
2015-03-26 23:23:49 +03:00
|
|
|
<label for="outgoingServer2serverShareEnabled">
|
2020-09-16 22:04:15 +03:00
|
|
|
<?php p($l->t('Allow users on this server to send shares to other servers (this option also allows WebDAV access to public shares)'));?>
|
2015-03-26 23:23:49 +03:00
|
|
|
</label>
|
|
|
|
</p>
|
|
|
|
<p>
|
2015-10-13 15:56:55 +03:00
|
|
|
<input type="checkbox" name="incoming_server2server_share_enabled" id="incomingServer2serverShareEnabled" class="checkbox"
|
2020-04-10 15:19:56 +03:00
|
|
|
value="1" <?php if ($_['incomingServer2serverShareEnabled']) {
|
|
|
|
print_unescaped('checked="checked"');
|
|
|
|
} ?> />
|
2015-03-26 23:23:49 +03:00
|
|
|
<label for="incomingServer2serverShareEnabled">
|
|
|
|
<?php p($l->t('Allow users on this server to receive shares from other servers'));?>
|
|
|
|
</label><br/>
|
|
|
|
</p>
|
2020-04-10 15:19:56 +03:00
|
|
|
<?php if ($_['federatedGroupSharingSupported']): ?>
|
2018-06-25 12:40:16 +03:00
|
|
|
<p>
|
|
|
|
<input type="checkbox" name="outgoing_server2server_group_share_enabled" id="outgoingServer2serverGroupShareEnabled" class="checkbox"
|
2020-04-10 15:19:56 +03:00
|
|
|
value="1" <?php if ($_['outgoingServer2serverGroupShareEnabled']) {
|
|
|
|
print_unescaped('checked="checked"');
|
|
|
|
} ?> />
|
2018-06-25 12:40:16 +03:00
|
|
|
<label for="outgoingServer2serverGroupShareEnabled">
|
|
|
|
<?php p($l->t('Allow users on this server to send shares to groups on other servers'));?>
|
|
|
|
</label>
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
<input type="checkbox" name="incoming_server2server_group_share_enabled" id="incomingServer2serverGroupShareEnabled" class="checkbox"
|
2020-04-10 15:19:56 +03:00
|
|
|
value="1" <?php if ($_['incomingServer2serverGroupShareEnabled']) {
|
|
|
|
print_unescaped('checked="checked"');
|
|
|
|
} ?> />
|
2018-06-25 12:40:16 +03:00
|
|
|
<label for="incomingServer2serverGroupShareEnabled">
|
|
|
|
<?php p($l->t('Allow users on this server to receive group shares from other servers'));?>
|
|
|
|
</label><br/>
|
|
|
|
</p>
|
|
|
|
<?php endif; ?>
|
2016-11-18 19:39:08 +03:00
|
|
|
<p>
|
|
|
|
<input type="checkbox" name="lookupServerEnabled" id="lookupServerEnabled" class="checkbox"
|
2020-04-10 15:19:56 +03:00
|
|
|
value="1" <?php if ($_['lookupServerEnabled']) {
|
|
|
|
print_unescaped('checked="checked"');
|
|
|
|
} ?> />
|
2016-11-18 19:39:08 +03:00
|
|
|
<label for="lookupServerEnabled">
|
2017-06-13 11:35:06 +03:00
|
|
|
<?php p($l->t('Search global and public address book for users'));?>
|
2016-11-18 19:39:08 +03:00
|
|
|
</label><br/>
|
|
|
|
</p>
|
2017-04-07 12:42:33 +03:00
|
|
|
<p>
|
|
|
|
<input type="checkbox" name="lookupServerUploadEnabled" id="lookupServerUploadEnabled" class="checkbox"
|
2020-04-10 15:19:56 +03:00
|
|
|
value="1" <?php if ($_['lookupServerUploadEnabled']) {
|
|
|
|
print_unescaped('checked="checked"');
|
|
|
|
} ?> />
|
2017-04-07 12:42:33 +03:00
|
|
|
<label for="lookupServerUploadEnabled">
|
|
|
|
<?php p($l->t('Allow users to publish their data to a global and public address book'));?>
|
|
|
|
</label><br/>
|
|
|
|
</p>
|
|
|
|
|
2014-06-12 21:49:52 +04:00
|
|
|
</div>
|
2017-05-24 10:07:58 +03:00
|
|
|
|
|
|
|
<?php endif; ?>
|