From b75fac31aae8dcd65640ccce1540c3c5b22445f3 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Mon, 31 Jul 2023 12:10:50 -0700 Subject: [PATCH] feat(files_reminders): add info xml Signed-off-by: Christopher Ng --- apps/files_reminders/appinfo/info.xml | 32 +++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 apps/files_reminders/appinfo/info.xml diff --git a/apps/files_reminders/appinfo/info.xml b/apps/files_reminders/appinfo/info.xml new file mode 100644 index 00000000000..d0a69c1ae7c --- /dev/null +++ b/apps/files_reminders/appinfo/info.xml @@ -0,0 +1,32 @@ + + + files_reminders + File reminders + Set file reminders + + 0.1.0-dev + agpl + Christopher Ng + FilesReminders + + files + + https://github.com/nextcloud/server/issues + + + + + + + OCA\FilesReminders\BackgroundJob\CleanUpReminders + OCA\FilesReminders\BackgroundJob\ScheduledNotifications + + + + OCA\FilesReminders\Command\ListCommand + + -- 2.39.5