globalquota/appinfo/info.xml

26 lines
1.1 KiB
XML

<?xml version="1.0"?>
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>globalquota</id>
<name>Global Quota</name>
<summary>Manage global storage quota with adaptive visualization</summary>
<description>Global Quota allows administrators to set and monitor a global storage limit across all users. Integrates with ServerInfo if available, or shows its own chart.</description>
<version>1.2.0</version>
<licence>agpl</licence>
<author>David Camejo</author>
<namespace>GlobalQuota</namespace>
<category>tools</category>
<dependencies>
<nextcloud min-version="25" max-version="30"/>
</dependencies>
<commands>
<command>OCA\GlobalQuota\Command\StatusCommand</command>
<command>OCA\GlobalQuota\Command\SetQuotaCommand</command>
<command>OCA\GlobalQuota\Command\RecalcCommand</command>
</commands>
<settings>
<admin>OCA\GlobalQuota\Settings\Admin\Settings</admin>
<admin-section>OCA\GlobalQuota\Settings\Admin\Section</admin-section>
</settings>
</info>