Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-05-22 11:39:49 +0300
committerJoas Schilling <coding@schilljs.com>2017-05-22 11:39:49 +0300
commit3ec9d91bd04efb9c93a5540025491867f0e3ba5d (patch)
tree1656d6abb2e36763e088c01d55a589a89637788a /apps/files_versions/appinfo/info.xml
parentbc8fbc1a678725dc9677a6c1a25cd693eca81286 (diff)
Split multi-author entries
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/files_versions/appinfo/info.xml')
-rw-r--r--apps/files_versions/appinfo/info.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/files_versions/appinfo/info.xml b/apps/files_versions/appinfo/info.xml
index 7d0f7f5e448..cb7d5d07d33 100644
--- a/apps/files_versions/appinfo/info.xml
+++ b/apps/files_versions/appinfo/info.xml
@@ -3,7 +3,8 @@
<id>files_versions</id>
<name>Versions</name>
<licence>AGPL</licence>
- <author>Frank Karlitschek, Bjoern Schiessle</author>
+ <author>Frank Karlitschek</author>
+ <author>Bjoern Schiessle</author>
<description>
This application automatically maintains 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. The app 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, the versions app makes certain never to use more than 50% of the user’s currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation.