diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-11-24 01:44:54 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-02-21 20:48:48 +0100 |
commit | f1cbb9effc7e0672dd9dd6fa810aba36c5749898 (patch) | |
tree | d4c0625ffc75ab2c25ed9b7e03502110af05667a /apps/files_encryption/appinfo | |
parent | e53e7990c404e3ff2a1b7abad1e4c8ad4f89ee2a (diff) | |
download | nextcloud-server-f1cbb9effc7e0672dd9dd6fa810aba36c5749898.tar.gz nextcloud-server-f1cbb9effc7e0672dd9dd6fa810aba36c5749898.zip |
initial integration of encryption
Diffstat (limited to 'apps/files_encryption/appinfo')
-rw-r--r-- | apps/files_encryption/appinfo/info.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/files_encryption/appinfo/info.xml b/apps/files_encryption/appinfo/info.xml new file mode 100644 index 00000000000..a8db06aa3db --- /dev/null +++ b/apps/files_encryption/appinfo/info.xml @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<info> + <id>files_encryption</id> + <name>Encryption</name> + <description>Server side encryption of files</description> + <version>0.1</version> + <licence>AGPL</licence> + <author>Robin Appelman</author> + <require>3</require> + <default_enable/> +</info> |