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

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0"?>
  2. <!--
  3. - SPDX-FileCopyrightText: 2016 Nextcloud GmbH and Nextcloud contributors
  4. - SPDX-License-Identifier: AGPL-3.0-or-later
  5. -->
  6. <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
  7. xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
  8. <id>sharebymail</id>
  9. <name>Share by mail</name>
  10. <summary>Share provider which allows you to share files by mail</summary>
  11. <description>Share provider which allows you to share files by mail</description>
  12. <version>1.20.0</version>
  13. <licence>agpl</licence>
  14. <author>Bjoern Schiessle</author>
  15. <namespace>ShareByMail</namespace>
  16. <types>
  17. <filesystem/>
  18. </types>
  19. <category>social</category>
  20. <bugs>https://github.com/nextcloud/server/issues</bugs>
  21. <dependencies>
  22. <nextcloud min-version="30" max-version="30"/>
  23. </dependencies>
  24. <settings>
  25. <admin>OCA\ShareByMail\Settings\Admin</admin>
  26. </settings>
  27. <activity>
  28. <providers>
  29. <provider>OCA\ShareByMail\Activity</provider>
  30. </providers>
  31. </activity>
  32. </info>