2023-07-31 15:10:50 -04:00
<?xml version="1.0"?>
2024-05-29 05:32:54 -04:00
<!--
- SPDX-FileCopyrightText: 2023 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
2023-07-31 15:10:50 -04:00
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id > files_reminders</id>
<name > File reminders</name>
<summary > Set file reminders</summary>
<description > < ![CDATA[**📣 File reminders**
Set file reminders.
2024-11-12 09:51:36 -05:00
Note: to use the `File reminders` app, ensure that the `Notifications` app is installed and enabled. The `Notifications` app provides the necessary APIs for the `File reminders` app to work correctly.
2023-07-31 15:10:50 -04:00
]]></description>
2025-09-04 03:11:05 -04:00
<version > 1.6.0</version>
2023-07-31 15:10:50 -04:00
<licence > agpl</licence>
<author > Christopher Ng</author>
<namespace > FilesReminders</namespace>
<category > files</category>
<bugs > https://github.com/nextcloud/server/issues</bugs>
<dependencies >
2025-09-04 03:11:05 -04:00
<nextcloud min-version= "33" max-version= "33" />
2023-07-31 15:10:50 -04:00
</dependencies>
<background-jobs >
<job > OCA\FilesReminders\BackgroundJob\CleanUpReminders</job>
<job > OCA\FilesReminders\BackgroundJob\ScheduledNotifications</job>
</background-jobs>
<commands >
<command > OCA\FilesReminders\Command\ListCommand</command>
</commands>
</info>