blob: 5dc0889bb9d74e26b1ccd4de77b729c0e09b0b63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0"?>
<info>
<id>updatenotification</id>
<name>Update notification</name>
<description>Displays update notifications for Nextcloud and provides the SSO for the updater.</description>
<licence>AGPL</licence>
<author>Lukas Reschke</author>
<version>1.4.0</version>
<namespace>UpdateNotification</namespace>
<default_enable/>
<dependencies>
<nextcloud min-version="14" max-version="14" />
</dependencies>
<background-jobs>
<job>OCA\UpdateNotification\Notification\BackgroundJob</job>
</background-jobs>
<settings>
<admin>OCA\UpdateNotification\Controller\AdminController</admin>
</settings>
</info>
|