2012-04-24 01:54:49 +04:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<info>
|
2012-05-18 18:06:57 +04:00
|
|
|
<id>files_versions</id>
|
|
|
|
<name>Versions</name>
|
|
|
|
<licence>AGPL</licence>
|
|
|
|
<author>Frank Karlitschek</author>
|
2013-02-24 20:38:36 +04:00
|
|
|
<require>4.93</require>
|
2012-05-18 18:06:57 +04:00
|
|
|
<shipped>true</shipped>
|
2013-04-15 13:42:50 +04:00
|
|
|
<description>
|
|
|
|
ownCloud supports simple version control for files. The versioning app
|
|
|
|
expires old versions automatically to make sure that
|
|
|
|
the user doesn't run out of space. Following pattern is used to delete
|
|
|
|
old versions:
|
|
|
|
For the first 10 seconds ownCloud keeps one version every 2 seconds;
|
|
|
|
For the first hour ownCloud keeps one version every minute;
|
|
|
|
For the first 24 hours ownCloud keeps one version every hour;
|
|
|
|
For the first 30 days ownCloud keeps one version every day;
|
|
|
|
After the first 30 days ownCloud keeps one version every week.
|
|
|
|
|
|
|
|
The versions are adjusted along this pattern every time a new version gets
|
|
|
|
created.
|
|
|
|
|
|
|
|
Beside that the version app takes care to never use more that 50% of the users
|
|
|
|
currently available free space. If the stored versions exceed this limit
|
|
|
|
ownCloud deletes the oldest versions until it meets the memory usage limit
|
|
|
|
again.
|
|
|
|
</description>
|
2012-04-24 01:54:49 +04:00
|
|
|
<types>
|
|
|
|
<filesystem/>
|
|
|
|
</types>
|
2012-04-29 23:18:28 +04:00
|
|
|
<default_enable/>
|
2012-04-24 01:54:49 +04:00
|
|
|
</info>
|