f7cloud_client/apps/notifications/appinfo/info.xml
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

59 lines
2.1 KiB
XML

<?xml version="1.0"?>
<!--
- SPDX-FileCopyrightText: 2016 F7cloud GmbH and F7cloud contributors
- SPDX-FileCopyrightText: 2015 ownCloud, Inc
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.f7cloud.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 F7cloud.]]></summary>
<description><![CDATA[This app provides a backend and frontend for the notification API available in F7cloud.
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 f7cloud itself
📣 Announcement center: An announcement was posted by an admin]]></description>
<version>5.0.0-dev.0</version>
<licence>agpl</licence>
<author>Joas Schilling</author>
<types>
<logging/>
</types>
<category>tools</category>
<website>https://github.com/f7cloud/notifications</website>
<bugs>https://github.com/f7cloud/notifications/issues</bugs>
<repository>https://github.com/f7cloud/notifications.git</repository>
<dependencies>
<f7cloud min-version="1" max-version="2" />
</dependencies>
<background-jobs>
<job>OCA\Notifications\BackgroundJob\GenerateUserSettings</job>
<job>OCA\Notifications\BackgroundJob\SendNotificationMails</job>
</background-jobs>
<commands>
<command>OCA\Notifications\Command\Delete</command>
<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>