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

1234567891011121314151617181920212223242526272829303132
  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.14.0</version>
  9. <licence>agpl</licence>
  10. <author>Bjoern Schiessle</author>
  11. <namespace>ShareByMail</namespace>
  12. <default_enable/>
  13. <types>
  14. <filesystem/>
  15. </types>
  16. <category>social</category>
  17. <bugs>https://github.com/nextcloud/server/issues</bugs>
  18. <dependencies>
  19. <nextcloud min-version="24" max-version="24"/>
  20. </dependencies>
  21. <settings>
  22. <admin>OCA\ShareByMail\Settings\Admin</admin>
  23. </settings>
  24. <activity>
  25. <providers>
  26. <provider>OCA\ShareByMail\Activity</provider>
  27. </providers>
  28. </activity>
  29. </info>