2016-07-29 16:38:31 +03:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<info>
|
|
|
|
<id>sharebymail</id>
|
|
|
|
<name>Share by mail</name>
|
|
|
|
<description>Share provider which allows you to share files by mail</description>
|
|
|
|
<licence>AGPL</licence>
|
|
|
|
<author>Bjoern Schiessle</author>
|
2017-03-30 16:23:44 +03:00
|
|
|
<version>1.2.0</version>
|
2016-07-29 16:38:31 +03:00
|
|
|
<namespace>ShareByMail</namespace>
|
|
|
|
<category>other</category>
|
|
|
|
<dependencies>
|
2016-12-13 22:41:55 +03:00
|
|
|
<nextcloud min-version="12" max-version="12" />
|
2016-07-29 16:38:31 +03:00
|
|
|
</dependencies>
|
2016-10-27 18:21:43 +03:00
|
|
|
<default_enable/>
|
2016-11-24 17:46:38 +03:00
|
|
|
|
2016-11-28 14:13:10 +03:00
|
|
|
<types>
|
|
|
|
<filesystem/>
|
|
|
|
</types>
|
|
|
|
|
2017-03-30 16:23:44 +03:00
|
|
|
<settings>
|
|
|
|
<admin>OCA\ShareByMail\Settings\Admin</admin>
|
|
|
|
</settings>
|
|
|
|
|
2016-11-24 17:46:38 +03:00
|
|
|
<activity>
|
|
|
|
<providers>
|
|
|
|
<provider>OCA\ShareByMail\Activity</provider>
|
|
|
|
</providers>
|
|
|
|
</activity>
|
2016-07-29 16:38:31 +03:00
|
|
|
</info>
|