Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2022-05-05 00:03:39 +0300
committerMaxence Lange <maxence@artificial-owl.com>2022-05-05 00:03:56 +0300
commit96f407663de728cbe80954d8a09ab16c26ef4790 (patch)
tree5ed49cb8d2f20d6934d24653cd55b04c39943fc6 /appinfo/info.xml
parent4457f87ce036c65c3c9f7e3db7128720938800ab (diff)
collections and external APIenh/noid/collections
Signed-off-by: Maxence Lange <maxence@artificial-owl.com> Co-authored-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 16ae8e5..4dbd150 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -28,10 +28,14 @@ Core App of the full-text search framework for your Nextcloud.
<background-jobs>
<job>OCA\FullTextSearch\Cron\Index</job>
+ <job>OCA\FullTextSearch\Cron\Maintenance</job>
</background-jobs>
<commands>
<command>OCA\FullTextSearch\Command\Check</command>
+ <command>OCA\FullTextSearch\Command\CollectionInit</command>
+ <command>OCA\FullTextSearch\Command\CollectionDelete</command>
+ <command>OCA\FullTextSearch\Command\CollectionList</command>
<command>OCA\FullTextSearch\Command\Configure</command>
<command>OCA\FullTextSearch\Command\DocumentIndex</command>
<command>OCA\FullTextSearch\Command\DocumentPlatform</command>
@@ -39,6 +43,7 @@ Core App of the full-text search framework for your Nextcloud.
<command>OCA\FullTextSearch\Command\DocumentStatus</command>
<command>OCA\FullTextSearch\Command\Index</command>
<command>OCA\FullTextSearch\Command\Live</command>
+ <command>OCA\FullTextSearch\Command\Migration24</command>
<command>OCA\FullTextSearch\Command\Reset</command>
<command>OCA\FullTextSearch\Command\Search</command>
<command>OCA\FullTextSearch\Command\Stop</command>