diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2014-08-09 23:01:48 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2014-08-09 23:01:48 +0200 |
commit | 38a01ca454e81b63a54214657333f696a95a9cc2 (patch) | |
tree | 718af39429153b48b0633e812725073dd379761a | |
parent | b52ed2496748d26453ad9889c7bb75ef11d3c739 (diff) | |
download | nextcloud-server-38a01ca454e81b63a54214657333f696a95a9cc2.tar.gz nextcloud-server-38a01ca454e81b63a54214657333f696a95a9cc2.zip |
clearify the use-case of this app
Backport of 8a24e1e to stable5
-rw-r--r-- | apps/files_encryption/appinfo/info.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/appinfo/info.xml b/apps/files_encryption/appinfo/info.xml index 9d495916d26..bbad577cbd5 100644 --- a/apps/files_encryption/appinfo/info.xml +++ b/apps/files_encryption/appinfo/info.xml @@ -2,7 +2,7 @@ <info> <id>files_encryption</id> <name>Encryption</name> - <description>The new ownCloud 5 files encryption system. After the app was enabled you need to re-login to initialize your encryption keys.</description> + <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> <licence>AGPL</licence> <author>Sam Tuke, Bjoern Schiessle, Florin Peter</author> <require>4</require> |