You cannot 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/apps/files/appinfo/info.xml

36 lines
866 B
XML

<?xml version="1.0"?>
<info>
<id>files</id>
<name>Files</name>
<description>File Management</description>
<licence>AGPL</licence>
<author>Robin Appelman, Vincent Petry</author>
<default_enable/>
<version>1.6.1</version>
<types>
<filesystem/>
</types>
<dependencies>
<nextcloud min-version="11" max-version="11" />
</dependencies>
<documentation>
<user>user-files</user>
</documentation>
<background-jobs>
<job>OCA\Files\BackgroundJob\ScanFiles</job>
<job>OCA\Files\BackgroundJob\DeleteOrphanedItems</job>
<job>OCA\Files\BackgroundJob\CleanupFileLocks</job>
</background-jobs>
<settings>
<admin>OCA\Files\Settings\Admin</admin>
</settings>
<commands>
<command>OCA\Files\Command\Scan</command>
<command>OCA\Files\Command\DeleteOrphanedFiles</command>
<command>OCA\Files\Command\TransferOwnership</command>
</commands>
</info>