53 lines
1.9 KiB
XML
53 lines
1.9 KiB
XML
<?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>notifications</id>
|
|
<name>Notifications</name>
|
|
<summary><![CDATA[This app provides a backend and frontend for the notification API available in Nextcloud.]]></summary>
|
|
<description><![CDATA[This app provides a backend and frontend for the notification API available in Nextcloud.
|
|
The API is used by other apps to notify users in the web UI and sync clients about various things. Some examples are:
|
|
|
|
📬 Federated file sharing: You received a new remote share
|
|
|
|
📑 Comments: Another user mentioned you in a comment on a file
|
|
|
|
🚢 Update notification: Available update for an app or nextcloud itself
|
|
|
|
📣 Announcement center: An announcement was posted by an admin]]></description>
|
|
|
|
<version>2.16.0</version>
|
|
<licence>agpl</licence>
|
|
<author>Joas Schilling</author>
|
|
|
|
<types>
|
|
<logging/>
|
|
</types>
|
|
|
|
<category>tools</category>
|
|
|
|
<website>https://github.com/nextcloud/notifications</website>
|
|
<bugs>https://github.com/nextcloud/notifications/issues</bugs>
|
|
<repository>https://github.com/nextcloud/notifications.git</repository>
|
|
|
|
<dependencies>
|
|
<nextcloud min-version="28" max-version="28" />
|
|
</dependencies>
|
|
|
|
<background-jobs>
|
|
<job>OCA\Notifications\BackgroundJob\GenerateUserSettings</job>
|
|
<job>OCA\Notifications\BackgroundJob\SendNotificationMails</job>
|
|
</background-jobs>
|
|
|
|
<commands>
|
|
<command>OCA\Notifications\Command\Generate</command>
|
|
<command>OCA\Notifications\Command\TestPush</command>
|
|
</commands>
|
|
|
|
<settings>
|
|
<admin>OCA\Notifications\Settings\Admin</admin>
|
|
<admin-section>OCA\Notifications\Settings\AdminSection</admin-section>
|
|
<personal>OCA\Notifications\Settings\Personal</personal>
|
|
<personal-section>OCA\Notifications\Settings\PersonalSection</personal-section>
|
|
</settings>
|
|
</info>
|