Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo « updatenotification « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a227ccd655751648e981fd975ce6b0b545207cbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
	  xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
	<id>updatenotification</id>
	<name>Update notification</name>
	<summary>Displays update notifications for Nextcloud and provides the SSO for the updater.</summary>
	<description>Displays update notifications for Nextcloud and provides the SSO for the updater.</description>
	<version>1.4.1</version>
	<licence>agpl</licence>
	<author>Lukas Reschke</author>
	<namespace>UpdateNotification</namespace>
	<default_enable/>
	<category>monitoring</category>
	<bugs>https://github.com/nextcloud/server/issues</bugs>
	<dependencies>
		<nextcloud min-version="14" max-version="14" />
	</dependencies>

	<background-jobs>
		<job>OCA\UpdateNotification\Notification\BackgroundJob</job>
	</background-jobs>

	<settings>
		<admin>OCA\UpdateNotification\Settings\Admin</admin>
	</settings>
</info>