You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

info.xml 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0"?>
  2. <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
  4. <id>comments</id>
  5. <name>Comments</name>
  6. <summary>Files app plugin to add comments to files</summary>
  7. <description>Files app plugin to add comments to files</description>
  8. <version>1.16.0</version>
  9. <licence>agpl</licence>
  10. <author>Arthur Schiwon</author>
  11. <author>Vincent Petry</author>
  12. <types>
  13. <logging/>
  14. </types>
  15. <category>office</category>
  16. <category>social</category>
  17. <bugs>https://github.com/nextcloud/server/issues</bugs>
  18. <dependencies>
  19. <nextcloud min-version="26" max-version="26"/>
  20. </dependencies>
  21. <activity>
  22. <settings>
  23. <setting>OCA\Comments\Activity\Setting</setting>
  24. </settings>
  25. <filters>
  26. <filter>OCA\Comments\Activity\Filter</filter>
  27. </filters>
  28. <providers>
  29. <provider>OCA\Comments\Activity\Provider</provider>
  30. </providers>
  31. </activity>
  32. <collaboration>
  33. <plugins>
  34. <plugin type="autocomplete-sort">OCA\Comments\Collaboration\CommentersSorter</plugin>
  35. </plugins>
  36. </collaboration>
  37. </info>