kopia lustrzana https://github.com/nextcloud/social
rodzic
bd2e0bb795
commit
1680d18b4d
|
@ -32,10 +32,10 @@
|
||||||
<repository type="git">https://github.com/nextcloud/social.git</repository>
|
<repository type="git">https://github.com/nextcloud/social.git</repository>
|
||||||
<screenshot>https://raw.githubusercontent.com/nextcloud/social/master/img/screenshot.png</screenshot>
|
<screenshot>https://raw.githubusercontent.com/nextcloud/social/master/img/screenshot.png</screenshot>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<nextcloud min-version="17" max-version="19"/>
|
|
||||||
<database>pgsql</database>
|
<database>pgsql</database>
|
||||||
<database>sqlite</database>
|
<database>sqlite</database>
|
||||||
<database>mysql</database>
|
<database>mysql</database>
|
||||||
|
<nextcloud min-version="17" max-version="19"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
<background-jobs>
|
<background-jobs>
|
||||||
|
@ -66,10 +66,6 @@
|
||||||
<command>OCA\Social\Command\QueueProcess</command>
|
<command>OCA\Social\Command\QueueProcess</command>
|
||||||
</commands>
|
</commands>
|
||||||
|
|
||||||
<contactsmenu>
|
|
||||||
<provider>OCA\Social\Providers\ContactsMenuProvider</provider>
|
|
||||||
</contactsmenu>
|
|
||||||
|
|
||||||
<navigations>
|
<navigations>
|
||||||
<navigation>
|
<navigation>
|
||||||
<name>Social</name>
|
<name>Social</name>
|
||||||
|
@ -77,4 +73,8 @@
|
||||||
<order>6</order>
|
<order>6</order>
|
||||||
</navigation>
|
</navigation>
|
||||||
</navigations>
|
</navigations>
|
||||||
|
|
||||||
|
<contactsmenu>
|
||||||
|
<provider>OCA\Social\Providers\ContactsMenuProvider</provider>
|
||||||
|
</contactsmenu>
|
||||||
</info>
|
</info>
|
||||||
|
|
Ładowanie…
Reference in New Issue