2016-01-27 20:28:55 +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">
|
2016-01-27 20:28:55 +03:00
|
|
|
<id>comments</id>
|
|
|
|
<name>Comments</name>
|
2018-02-07 18:04:45 +03:00
|
|
|
<summary>Files app plugin to add comments to files</summary>
|
2016-01-27 20:28:55 +03:00
|
|
|
<description>Files app plugin to add comments to files</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>
|
2017-05-22 11:39:49 +03:00
|
|
|
<author>Arthur Schiwon</author>
|
|
|
|
<author>Vincent Petry</author>
|
2016-01-27 20:28:55 +03:00
|
|
|
<default_enable/>
|
2016-02-05 13:20:16 +03:00
|
|
|
<types>
|
|
|
|
<logging/>
|
|
|
|
</types>
|
2018-02-07 18:04:45 +03:00
|
|
|
<category>office</category>
|
|
|
|
<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-16 13:39:06 +03:00
|
|
|
|
|
|
|
<activity>
|
|
|
|
<settings>
|
|
|
|
<setting>OCA\Comments\Activity\Setting</setting>
|
|
|
|
</settings>
|
|
|
|
|
|
|
|
<filters>
|
|
|
|
<filter>OCA\Comments\Activity\Filter</filter>
|
|
|
|
</filters>
|
|
|
|
|
|
|
|
<providers>
|
|
|
|
<provider>OCA\Comments\Activity\Provider</provider>
|
|
|
|
</providers>
|
|
|
|
</activity>
|
2017-08-30 11:56:02 +03:00
|
|
|
|
|
|
|
<collaboration>
|
|
|
|
<plugins>
|
2017-10-13 02:10:35 +03:00
|
|
|
<plugin type="autocomplete-sort">OCA\Comments\Collaboration\CommentersSorter</plugin>
|
2017-08-30 11:56:02 +03:00
|
|
|
</plugins>
|
|
|
|
</collaboration>
|
2016-01-27 20:28:55 +03:00
|
|
|
</info>
|