Skip to content
Snippets Groups Projects

Devel

Merged Dr. Marcel Wunderlich requested to merge devel into main
Compare and Show latest version
13 files
+ 185
116
Compare changes
  • Side-by-side
  • Inline
Files
13
+ 2
12
<?xml version="1.0"?>
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<!-- General metadata -->
<id>sccuot_nc</id>
<id>sccuot_ng</id>
<name>Sccuot NC</name>
<version>1.1.6</version>
@@ -11,12 +11,11 @@
<nextcloud min-version="29" max-version="30"/>
</dependencies>
<use-migrations>true</use-migrations>
<!-- Information metadata -->
<category>tools</category>
<licence>AGPL</licence>
<licence>agpl</licence>
<author>Daniel M&#252;ller</author>
<summary>Sccuot NC collects and displays statistical information of an ownCloud 10 instance.</summary>
@@ -49,15 +48,6 @@ The Sccuot NC graphical interface allows you to browse through these various sta
<command>OCA\SccuotNG\Command\DeleteSnapshotCommand</command>
</commands>
<navigations>
<navigation>
<name>Sccuot NC</name>
<route>sccuot_nc.statistics.statistics_page</route>
<icon>icons/sccuot-ng.svg</icon>
<order>5</order>
</navigation>
</navigations>
<!-- Background jobs -->
<background-jobs>
<job>OCA\SccuotNG\Jobs\SnapshotsJob</job>
Loading