36 lines
867 B
XML
36 lines
867 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>
|
|
<owncloud min-version="9.2" max-version="9.2" />
|
|
</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>
|