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.0KB

123456789101112131415161718192021222324252627282930
  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>updatenotification</id>
  5. <name>Update notification</name>
  6. <summary>Displays update notifications for Nextcloud and provides the SSO for the updater.</summary>
  7. <description>Displays update notifications for Nextcloud and provides the SSO for the updater.</description>
  8. <version>1.6.0</version>
  9. <licence>agpl</licence>
  10. <author>Lukas Reschke</author>
  11. <namespace>UpdateNotification</namespace>
  12. <default_enable/>
  13. <category>monitoring</category>
  14. <bugs>https://github.com/nextcloud/server/issues</bugs>
  15. <dependencies>
  16. <nextcloud min-version="16" max-version="16"/>
  17. </dependencies>
  18. <background-jobs>
  19. <job>OCA\UpdateNotification\Notification\BackgroundJob</job>
  20. </background-jobs>
  21. <settings>
  22. <admin>OCA\UpdateNotification\Settings\Admin</admin>
  23. </settings>
  24. <commands>
  25. <command>OCA\UpdateNotification\Command\Check</command>
  26. </commands>
  27. </info>