Browse Source
Make sure the app is loaded in dav
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/2371/head
Joas Schilling
9 years ago
committed by
Roeland Jago Douma
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with
5 additions and
1 deletions
-
apps/sharebymail/appinfo/info.xml
|
|
|
@ -5,7 +5,7 @@ |
|
|
|
<description>Share provider which allows you to share files by mail</description> |
|
|
|
<licence>AGPL</licence> |
|
|
|
<author>Bjoern Schiessle</author> |
|
|
|
<version>1.0.0</version> |
|
|
|
<version>1.0.1</version> |
|
|
|
<namespace>ShareByMail</namespace> |
|
|
|
<category>other</category> |
|
|
|
<dependencies> |
|
|
|
@ -13,6 +13,10 @@ |
|
|
|
</dependencies> |
|
|
|
<default_enable/> |
|
|
|
|
|
|
|
<types> |
|
|
|
<filesystem/> |
|
|
|
</types> |
|
|
|
|
|
|
|
<activity> |
|
|
|
<providers> |
|
|
|
<provider>OCA\ShareByMail\Activity</provider> |
|
|
|
|