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

1234567891011121314151617181920212223242526272829
  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.16.0</version>
  9. <licence>agpl</licence>
  10. <author>Lukas Reschke</author>
  11. <namespace>UpdateNotification</namespace>
  12. <category>monitoring</category>
  13. <bugs>https://github.com/nextcloud/server/issues</bugs>
  14. <dependencies>
  15. <nextcloud min-version="26" max-version="26"/>
  16. </dependencies>
  17. <background-jobs>
  18. <job>OCA\UpdateNotification\Notification\BackgroundJob</job>
  19. </background-jobs>
  20. <settings>
  21. <admin>OCA\UpdateNotification\Settings\Admin</admin>
  22. </settings>
  23. <commands>
  24. <command>OCA\UpdateNotification\Command\Check</command>
  25. </commands>
  26. </info>