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

1234567891011121314151617181920212223242526272829
  1. <?xml version="1.0"?>
  2. <info>
  3. <id>sharebymail</id>
  4. <name>Share by mail</name>
  5. <description>Share provider which allows you to share files by mail</description>
  6. <licence>AGPL</licence>
  7. <author>Bjoern Schiessle</author>
  8. <version>1.3.0</version>
  9. <namespace>ShareByMail</namespace>
  10. <category>other</category>
  11. <dependencies>
  12. <nextcloud min-version="13" max-version="13" />
  13. </dependencies>
  14. <default_enable/>
  15. <types>
  16. <filesystem/>
  17. </types>
  18. <settings>
  19. <admin>OCA\ShareByMail\Settings\Admin</admin>
  20. </settings>
  21. <activity>
  22. <providers>
  23. <provider>OCA\ShareByMail\Activity</provider>
  24. </providers>
  25. </activity>
  26. </info>