2016-07-29 16:38:31 +03:00
|
|
|
<?xml version="1.0"?>
|
2018-02-07 18:04:45 +03:00
|
|
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
|
|
|
<id>sharebymail</id>
|
|
|
|
<name>Share by mail</name>
|
|
|
|
<summary>Share provider which allows you to share files by mail</summary>
|
|
|
|
<description>Share provider which allows you to share files by mail</description>
|
2018-11-23 12:28:40 +03:00
|
|
|
<version>1.6.0</version>
|
2018-02-07 18:04:45 +03:00
|
|
|
<licence>agpl</licence>
|
|
|
|
<author>Bjoern Schiessle</author>
|
|
|
|
<namespace>ShareByMail</namespace>
|
|
|
|
<default_enable/>
|
2016-11-24 17:46:38 +03:00
|
|
|
|
2018-02-07 18:04:45 +03:00
|
|
|
<types>
|
|
|
|
<filesystem/>
|
|
|
|
</types>
|
|
|
|
<category>social</category>
|
|
|
|
<bugs>https://github.com/nextcloud/server/issues</bugs>
|
|
|
|
<dependencies>
|
2018-11-23 12:28:40 +03:00
|
|
|
<nextcloud min-version="16" max-version="16"/>
|
2018-02-07 18:04:45 +03:00
|
|
|
</dependencies>
|
2016-11-28 14:13:10 +03:00
|
|
|
|
2018-02-07 18:04:45 +03:00
|
|
|
<settings>
|
|
|
|
<admin>OCA\ShareByMail\Settings\Admin</admin>
|
|
|
|
</settings>
|
2017-03-30 16:23:44 +03:00
|
|
|
|
2018-02-07 18:04:45 +03:00
|
|
|
<activity>
|
|
|
|
<providers>
|
|
|
|
<provider>OCA\ShareByMail\Activity</provider>
|
|
|
|
</providers>
|
|
|
|
</activity>
|
2016-07-29 16:38:31 +03:00
|
|
|
</info>
|