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

123456789101112131415161718192021222324252627282930313233343536373839404142
  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.14.0</version>
  9. <licence>agpl</licence>
  10. <author>Arthur Schiwon</author>
  11. <author>Vincent Petry</author>
  12. <default_enable/>
  13. <types>
  14. <logging/>
  15. </types>
  16. <category>office</category>
  17. <category>social</category>
  18. <bugs>https://github.com/nextcloud/server/issues</bugs>
  19. <dependencies>
  20. <nextcloud min-version="24" max-version="24"/>
  21. </dependencies>
  22. <activity>
  23. <settings>
  24. <setting>OCA\Comments\Activity\Setting</setting>
  25. </settings>
  26. <filters>
  27. <filter>OCA\Comments\Activity\Filter</filter>
  28. </filters>
  29. <providers>
  30. <provider>OCA\Comments\Activity\Provider</provider>
  31. </providers>
  32. </activity>
  33. <collaboration>
  34. <plugins>
  35. <plugin type="autocomplete-sort">OCA\Comments\Collaboration\CommentersSorter</plugin>
  36. </plugins>
  37. </collaboration>
  38. </info>