mirror of
https://github.com/nextcloud/server.git
synced 2026-03-24 11:24:37 -04:00
Merge pull request #7784 from owncloud/enc-adminpageallowupload
Display admin option for public upload with encryption enabled
This commit is contained in:
commit
f6c3667efa
1 changed files with 0 additions and 2 deletions
|
|
@ -203,7 +203,6 @@ if (!$_['internetconnectionworking']) {
|
|||
<em><?php p($l->t('Allow users to share items to the public with links')); ?></em>
|
||||
</td>
|
||||
</tr>
|
||||
<?php if (!\OCP\App::isEnabled('files_encryption')) { ?>
|
||||
<tr>
|
||||
<td <?php if ($_['shareAPIEnabled'] == 'no') print_unescaped('class="hidden"');?>>
|
||||
<input type="checkbox" name="shareapi_allow_public_upload" id="allowPublicUpload"
|
||||
|
|
@ -212,7 +211,6 @@ if (!$_['internetconnectionworking']) {
|
|||
<em><?php p($l->t('Allow users to enable others to upload into their publicly shared folders')); ?></em>
|
||||
</td>
|
||||
</tr>
|
||||
<?php } ?>
|
||||
<tr>
|
||||
<td <?php if ($_['shareAPIEnabled'] === 'no') print_unescaped('class="hidden"');?>>
|
||||
<input type="checkbox" name="shareapi_allow_resharing" id="allowResharing"
|
||||
|
|
|
|||
Loading…
Reference in a new issue