nextcloud/apps/files_versions/appinfo/info.xml

20 lines
1.1 KiB
XML
Raw Normal View History

<?xml version="1.0"?>
<info>
<id>files_versions</id>
<name>Versions</name>
<licence>AGPL</licence>
<author>Frank Karlitschek, Bjoern Schiessle</author>
<requiremin>4.93</requiremin>
<shipped>true</shipped>
<description>
This application enables ownCloud to automatically maintain older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every users directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. ownCloud then automatically manages the versions folder to ensure the user doesnt run out of Quota because of versions.
In addition to the expiry of versions, ownClouds versions app makes certain never to use more than 50% of the users currently available free space. If stored versions exceed this limit, ownCloud will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation.
</description>
<types>
<filesystem/>
</types>
<default_enable/>
2014-07-07 18:57:50 +04:00
<ocsid>166053</ocsid>
</info>