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

github.com/undo-ransomware/ransomware_detection.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Held <ilovemilk@wusa.io>2018-09-10 01:57:59 +0300
committerMatthias Held <ilovemilk@wusa.io>2018-09-10 01:57:59 +0300
commit42bf8252f21e39d38971e6f7a14b96fc2358992a (patch)
tree94226e3eb90958fcdf3604d56272d25e0db8005d /appinfo
parent5a7a9b215e0b96c6196c0633b8cedcc4ca8a8e48 (diff)
Fix schema
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml25
1 files changed, 12 insertions, 13 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 20fbd42..5c78b97 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -9,6 +9,9 @@
<licence>agpl</licence>
<author mail="matthias.held@uni-konstanz.de">Matthias Held</author>
<namespace>RansomwareDetection</namespace>
+ <types>
+ <logging/>
+ </types>
<category>files</category>
<category>monitoring</category>
<category>security</category>
@@ -20,16 +23,9 @@
<nextcloud min-version="13" max-version="14"/>
</dependencies>
- <navigations>
- <navigation>
- <name>Ransomware recovery</name>
- <route>ransomware_detection.recover.index</route>
- </navigation>
- </navigations>
-
- <types>
- <logging/>
- </types>
+ <background-jobs>
+ <job>OCA\RansomwareDetection\BackgroundJob\CleanUpJob</job>
+ </background-jobs>
<settings>
<admin>OCA\RansomwareDetection\Settings\Admin</admin>
@@ -38,7 +34,10 @@
<personal-section>OCA\RansomwareDetection\Settings\PersonalSection</personal-section>
</settings>
- <background-jobs>
- <job>OCA\RansomwareDetection\BackgroundJob\CleanUpJob</job>
- </background-jobs>
+ <navigations>
+ <navigation>
+ <name>Ransomware recovery</name>
+ <route>ransomware_detection.recover.index</route>
+ </navigation>
+ </navigations>
</info>