summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2014-08-21 13:01:18 +0200
committerMorris Jobke <hey@morrisjobke.de>2014-08-21 13:01:18 +0200
commit0cb189353f7e7aecf977653aa918b25cc75aee19 (patch)
tree7bc38a0215e564b3aab71a13dd11641414c77c95 /apps
parent5637aca122bb2a4952b8e384bf540b0b12ff293c (diff)
parentba8eed0788872c59581f5954c43b2292dbc4b4a3 (diff)
downloadnextcloud-server-0cb189353f7e7aecf977653aa918b25cc75aee19.tar.gz
nextcloud-server-0cb189353f7e7aecf977653aa918b25cc75aee19.zip
Merge pull request #10548 from owncloud/encryption-app-description
Better description to prevent people from misunderstanding the use case of encryption app
Diffstat (limited to 'apps')
-rw-r--r--apps/files_encryption/appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_encryption/appinfo/info.xml b/apps/files_encryption/appinfo/info.xml
index a6d2950d705..e45715f5b20 100644
--- a/apps/files_encryption/appinfo/info.xml
+++ b/apps/files_encryption/appinfo/info.xml
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<info>
<id>files_encryption</id>
- <name>Encryption</name>
- <description>The ownCloud files encryption system provides server side-encryption. After the app is enabled you need to re-login to initialize your encryption keys. Please note that server side encryption requires that the ownCloud server admin can be trusted. The main purpose of this app is the encryption of files that are stored on externally mounted storages.</description>
+ <name>Server-side Encryption</name>
+ <description>This app encrypts and decrypts your data on the server. This means that a malicious administrator could intercept your data or encryption keys. The main purpose of server-side encryption is to encrypt files stored on externally mounted storages. The administrator of the external storage will not be able to access your encryption keys or your unencrypted data. Before you activate the app, please read up on encryption in the User and Administrator Manual</description>
<licence>AGPL</licence>
<author>Sam Tuke, Bjoern Schiessle, Florin Peter</author>
<requiremin>4</requiremin>