You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/apps/sharing/appinfo/info.xml

34 lines
1.3 KiB

<?xml version="1.0"?>
<!--
- SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>sharing</id>
<name>Sharing</name>
<summary>TODO</summary>
<description>TODO</description>
<version>1.0.0</version>
<licence>AGPL-3.0-or-later</licence>
<author>Kate Döen</author>
<namespace>Sharing</namespace>
<category>customization</category>
<bugs>https://github.com/nextcloud/server/issues</bugs>
<dependencies>
<nextcloud min-version="35" max-version="35"/>
</dependencies>
<commands>
<command>\OCA\Sharing\Command\AddShareRecipient</command>
<command>\OCA\Sharing\Command\AddShareSource</command>
<command>\OCA\Sharing\Command\CreateShare</command>
<command>\OCA\Sharing\Command\DeleteShare</command>
<command>\OCA\Sharing\Command\GetShare</command>
<command>\OCA\Sharing\Command\GetShares</command>
<command>\OCA\Sharing\Command\RemoveShareRecipient</command>
<command>\OCA\Sharing\Command\RemoveShareSource</command>
<command>\OCA\Sharing\Command\UpdateSharePermission</command>
<command>\OCA\Sharing\Command\UpdateShareProperty</command>
<command>\OCA\Sharing\Command\UpdateShareState</command>
</commands>
</info>