diff options
author | Frank Karlitschek <frank@owncloud.org> | 2012-08-27 22:58:50 +0200 |
---|---|---|
committer | Frank Karlitschek <frank@owncloud.org> | 2012-08-27 22:58:50 +0200 |
commit | c2290a542eddb52b89d5bb685b9e57d7bddfe3ce (patch) | |
tree | 66cade00717b33e8f87f35aa88d4f3dc168950cf | |
parent | 5985d00c6f451ef67cc998be538ecff8ff840192 (diff) | |
download | nextcloud-server-c2290a542eddb52b89d5bb685b9e57d7bddfe3ce.tar.gz nextcloud-server-c2290a542eddb52b89d5bb685b9e57d7bddfe3ce.zip |
add deprecated warning
-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 8e64b0cafd5..419bdb1b120 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>Server side encryption of files. Warning: You will lose your data if you enable this App and forget your password. Encryption is not yet compatible with LDAP.</description> + <description>Server side encryption of files. DEPRECATED. This app is no longer supported and will be replaced with an improved version in ownCloud 5. Only enable this features if you want to read old encrypted data. Warning: You will lose your data if you enable this App and forget your password. Encryption is not yet compatible with LDAP.</description> <licence>AGPL</licence> <author>Robin Appelman</author> <require>4</require> |