2012-04-29 23:17:22 +04:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<info>
|
|
|
|
<id>files</id>
|
|
|
|
<name>Files</name>
|
|
|
|
<description>File Management</description>
|
|
|
|
<licence>AGPL</licence>
|
2014-05-27 13:54:44 +04:00
|
|
|
<author>Robin Appelman, Vincent Petry</author>
|
2012-04-29 23:17:22 +04:00
|
|
|
<default_enable/>
|
2016-08-11 19:39:16 +03:00
|
|
|
<version>1.6.1</version>
|
2012-05-14 02:28:22 +04:00
|
|
|
<types>
|
|
|
|
<filesystem/>
|
|
|
|
</types>
|
2015-10-17 09:42:04 +03:00
|
|
|
<dependencies>
|
2016-11-15 16:45:58 +03:00
|
|
|
<nextcloud min-version="11" max-version="11" />
|
2015-10-17 09:42:04 +03:00
|
|
|
</dependencies>
|
2014-10-09 17:00:36 +04:00
|
|
|
<documentation>
|
|
|
|
<user>user-files</user>
|
|
|
|
</documentation>
|
2016-05-12 11:43:43 +03:00
|
|
|
|
2016-10-21 12:50:28 +03:00
|
|
|
<activity>
|
|
|
|
<filters>
|
|
|
|
<filter>OCA\Files\Activity\Filter\FileChanges</filter>
|
2016-10-21 13:46:04 +03:00
|
|
|
<filter>OCA\Files\Activity\Filter\Favorites</filter>
|
2016-10-21 12:50:28 +03:00
|
|
|
</filters>
|
|
|
|
</activity>
|
|
|
|
|
2016-05-12 11:43:43 +03:00
|
|
|
<background-jobs>
|
|
|
|
<job>OCA\Files\BackgroundJob\ScanFiles</job>
|
|
|
|
<job>OCA\Files\BackgroundJob\DeleteOrphanedItems</job>
|
|
|
|
<job>OCA\Files\BackgroundJob\CleanupFileLocks</job>
|
|
|
|
</background-jobs>
|
2016-08-11 19:39:16 +03:00
|
|
|
|
|
|
|
<settings>
|
|
|
|
<admin>OCA\Files\Settings\Admin</admin>
|
|
|
|
</settings>
|
2016-09-30 11:09:52 +03:00
|
|
|
|
|
|
|
<commands>
|
|
|
|
<command>OCA\Files\Command\Scan</command>
|
|
|
|
<command>OCA\Files\Command\DeleteOrphanedFiles</command>
|
|
|
|
<command>OCA\Files\Command\TransferOwnership</command>
|
|
|
|
</commands>
|
2012-04-29 23:17:22 +04:00
|
|
|
</info>
|