2016-02-09 15:06:48 +03:00
|
|
|
<?xml version="1.0"?>
|
2018-02-07 18:04:45 +03:00
|
|
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
2016-02-09 15:06:48 +03:00
|
|
|
<id>updatenotification</id>
|
|
|
|
<name>Update notification</name>
|
2018-02-07 18:04:45 +03:00
|
|
|
<summary>Displays update notifications for Nextcloud and provides the SSO for the updater.</summary>
|
2017-03-21 14:20:22 +03:00
|
|
|
<description>Displays update notifications for Nextcloud and provides the SSO for the updater.</description>
|
2018-01-15 14:06:03 +03:00
|
|
|
<version>1.4.1</version>
|
2018-02-07 18:04:45 +03:00
|
|
|
<licence>agpl</licence>
|
|
|
|
<author>Lukas Reschke</author>
|
2016-05-03 11:00:17 +03:00
|
|
|
<namespace>UpdateNotification</namespace>
|
2016-02-09 15:06:48 +03:00
|
|
|
<default_enable/>
|
2018-02-07 18:04:45 +03:00
|
|
|
<category>monitoring</category>
|
|
|
|
<bugs>https://github.com/nextcloud/server/issues</bugs>
|
2016-02-09 15:06:48 +03:00
|
|
|
<dependencies>
|
2018-01-14 13:40:53 +03:00
|
|
|
<nextcloud min-version="14" max-version="14" />
|
2016-02-09 15:06:48 +03:00
|
|
|
</dependencies>
|
2016-05-04 16:26:48 +03:00
|
|
|
|
|
|
|
<background-jobs>
|
|
|
|
<job>OCA\UpdateNotification\Notification\BackgroundJob</job>
|
|
|
|
</background-jobs>
|
2016-08-10 16:21:25 +03:00
|
|
|
|
|
|
|
<settings>
|
2018-01-15 14:06:03 +03:00
|
|
|
<admin>OCA\UpdateNotification\Settings\Admin</admin>
|
2016-08-10 16:21:25 +03:00
|
|
|
</settings>
|
2016-02-09 15:06:48 +03:00
|
|
|
</info>
|