summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/appinfo
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-04-15 11:42:50 +0200
committerBjörn Schießle <schiessle@owncloud.com>2013-04-16 12:31:33 +0200
commit01d203c7734dc8ec6b755698877c12f23da69da5 (patch)
tree243d526d73d445831c3d6a1d7c1c9fd15007a805 /apps/files_trashbin/appinfo
parent032c54273c2f88a4c35697b11d82524d585f3c84 (diff)
downloadnextcloud-server-01d203c7734dc8ec6b755698877c12f23da69da5.tar.gz
nextcloud-server-01d203c7734dc8ec6b755698877c12f23da69da5.zip
add explenation of the expire function to the apps description
Diffstat (limited to 'apps/files_trashbin/appinfo')
-rw-r--r--apps/files_trashbin/appinfo/info.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml
index 7f807da579e..e9cbdafc1cd 100644
--- a/apps/files_trashbin/appinfo/info.xml
+++ b/apps/files_trashbin/appinfo/info.xml
@@ -2,7 +2,20 @@
<info>
<id>files_trashbin</id>
<name>Deleted files</name>
- <description>Keep a copy of deleted files so that they can be restored if needed</description>
+ <description>
+ ownCloud keeps a copy of your deleted files in case you need them again.
+ To make sure that the user doesn't run out of memory the deleted files app
+ manages the size of the deleted files for the user. By default deleted files
+ stay in the trash bin for 180 days. ownCloud checks the age of the files
+ every time a new files gets moved to the deleted files and remove all files
+ older than 180 days. The user can adjust this value in the config.php by
+ setting the "trashbin_retention_obligation" value.
+
+ Beside that the delted files app take care to never use more that 50% of
+ your currently available free space. If your deleted files exceed this limit
+ ownCloud deletes the oldest versions until it meets the memory usage limit
+ again.
+ </description>
<licence>AGPL</licence>
<author>Bjoern Schiessle</author>
<shipped>true</shipped>