nextcloud/apps/files_encryption/appinfo/info.xml

14 lines
478 B
XML
Raw Normal View History

2011-11-24 04:44:54 +04:00
<?xml version="1.0"?>
<info>
<id>files_encryption</id>
<name>Encryption</name>
2013-05-25 14:08:18 +04:00
<description>WARNING: This is a preview release of the new ownCloud 5 encryption system. Testing and feedback is very welcome but don't use this in production yet. Encryption is not yet compatible with LDAP.</description>
2011-11-24 04:44:54 +04:00
<licence>AGPL</licence>
2013-05-19 00:33:31 +04:00
<author>Sam Tuke, Bjoern Schiessle, Florin Peter</author>
<require>4</require>
<shipped>true</shipped>
<types>
<filesystem/>
</types>
2011-11-24 04:44:54 +04:00
</info>