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 888B

12345678910111213141516171819202122232425262728293031
  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>sharebymail</id>
  5. <name>Share by mail</name>
  6. <summary>Share provider which allows you to share files by mail</summary>
  7. <description>Share provider which allows you to share files by mail</description>
  8. <version>1.16.0</version>
  9. <licence>agpl</licence>
  10. <author>Bjoern Schiessle</author>
  11. <namespace>ShareByMail</namespace>
  12. <types>
  13. <filesystem/>
  14. </types>
  15. <category>social</category>
  16. <bugs>https://github.com/nextcloud/server/issues</bugs>
  17. <dependencies>
  18. <nextcloud min-version="26" max-version="26"/>
  19. </dependencies>
  20. <settings>
  21. <admin>OCA\ShareByMail\Settings\Admin</admin>
  22. </settings>
  23. <activity>
  24. <providers>
  25. <provider>OCA\ShareByMail\Activity</provider>
  26. </providers>
  27. </activity>
  28. </info>