server/apps/files/appinfo/info.xml
Lukas Reschke 391bc49dab Move files/ajax/scan.php to background job
The background job will now be executed in chunks of 500 users all 10 minutes.
2015-11-28 13:06:53 +01:00

21 lines
437 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>
<shipped>true</shipped>
<standalone/>
<default_enable/>
<version>1.4.1</version>
<types>
<filesystem/>
</types>
<dependencies>
<owncloud min-version="9.0" />
</dependencies>
<documentation>
<user>user-files</user>
</documentation>
</info>