diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-01-07 15:15:58 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-01-07 15:15:58 +0100 |
commit | ae285c065448a6e45d6e1e542da87ea0a692cbee (patch) | |
tree | 01411634475c8f2399eee91cb2ae9b537432f515 /apps/files_versions | |
parent | 40f786060efb6b7799b5e5e0de5e971cfab11e14 (diff) | |
download | nextcloud-server-ae285c065448a6e45d6e1e542da87ea0a692cbee.tar.gz nextcloud-server-ae285c065448a6e45d6e1e542da87ea0a692cbee.zip |
Remove deprecated shipped flag from info.xml which has no use anymore
Diffstat (limited to 'apps/files_versions')
-rw-r--r-- | apps/files_versions/appinfo/info.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_versions/appinfo/info.xml b/apps/files_versions/appinfo/info.xml index 91596f63b5b..0098ea9e20f 100644 --- a/apps/files_versions/appinfo/info.xml +++ b/apps/files_versions/appinfo/info.xml @@ -4,7 +4,6 @@ <name>Versions</name> <licence>AGPL</licence> <author>Frank Karlitschek, Bjoern Schiessle</author> - <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 user’s 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 doesn’t run out of Quota because of versions. In addition to the expiry of versions, ownCloud’s versions app makes certain never to use more than 50% of the user’s 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. |