mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Make sure the app is loaded in dav
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
41dcceeb35
commit
15ca00c66e
1 changed files with 5 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue