Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Ehrke <developer@georgehrke.com>2019-04-03 14:23:47 +0300
committerGeorg Ehrke <developer@georgehrke.com>2019-04-03 14:23:47 +0300
commit07ab937e9a233ca63b33eaf6c3d64544e327eb17 (patch)
treeeb0b424df3fa491f28a60b6d3facaade40aad811 /templates
parent6055ea55d7f1263ba684a0ded42a1e752f9004f1 (diff)
show encryption status, fixes #68
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/who-has-access.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/who-has-access.php b/templates/who-has-access.php
index 3a97c39..ab385cd 100644
--- a/templates/who-has-access.php
+++ b/templates/who-has-access.php
@@ -12,4 +12,9 @@
<a href="<?php print_unescaped($_['privacyPolicyUrl']) ?>"><?php p($l->t('Read the privacy policy.')) ?></a>
</p>
<?php endif; ?>
+
+ <h4><?php p($l->t('Encryption')) ?></h4>
+ <div id="privacy_access_encryption"
+ data-full-disk-encryption="<?php print_unescaped($_['fullDiskEncryptionEnabled']) ?>"
+ data-server-side-encryption="<?php print_unescaped($_['serverSideEncryptionEnabled']) ?>"></div>
</div> \ No newline at end of file