<?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.5.1</version>
	<types>
		<filesystem/>
	</types>
	<dependencies>
		<owncloud min-version="10.0" max-version="10.0" />
	</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>

	<commands>
		<command>OCA\Files\Command\Scan</command>
		<command>OCA\Files\Command\DeleteOrphanedFiles</command>
		<command>OCA\Files\Command\TransferOwnership</command>
	</commands>

	<navigation>
		<route>files.view.index</route>
		<order>0</order>
	</navigation>
</info>
