File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
apps/files_reminders/appinfo Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <info xmlns : xsi = " http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : noNamespaceSchemaLocation =" https://apps.nextcloud.com/schema/apps/info.xsd" >
4+ <id >files_reminders</id >
5+ <name >File reminders</name >
6+ <summary >Set file reminders</summary >
7+ <description ><![CDATA[ **📣 File reminders**
8+
9+ Set file reminders.
10+ ]]> </description >
11+ <version >0.1.0-dev</version >
12+ <licence >agpl</licence >
13+ <author >Christopher Ng</author >
14+ <namespace >FilesReminders</namespace >
15+
16+ <category >files</category >
17+
18+ <bugs >https://github.com/nextcloud/server/issues</bugs >
19+
20+ <dependencies >
21+ <nextcloud min-version =" 27" max-version =" 28" />
22+ </dependencies >
23+
24+ <background-jobs >
25+ <job >OCA\FilesReminders\BackgroundJob\CleanUpReminders</job >
26+ <job >OCA\FilesReminders\BackgroundJob\ScheduledNotifications</job >
27+ </background-jobs >
28+
29+ <commands >
30+ <command >OCA\FilesReminders\Command\ListCommand</command >
31+ </commands >
32+ </info >
You can’t perform that action at this time.
0 commit comments