summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/appinfo/info.xml
diff options
context:
space:
mode:
authorMTRichards <matt@owncloud.com>2014-10-08 21:07:12 -0400
committerMTRichards <matt@owncloud.com>2014-10-08 21:07:12 -0400
commit3a2d50b76f07211cca69154f065bb871d6ec7d88 (patch)
tree224a025d4f2c7719d76f8918dbf792d92b90f64c /apps/files_trashbin/appinfo/info.xml
parentfc0ae29be50c3e35d5db9abf5b4c08c22c8d87d3 (diff)
downloadnextcloud-server-3a2d50b76f07211cca69154f065bb871d6ec7d88.tar.gz
nextcloud-server-3a2d50b76f07211cca69154f065bb871d6ec7d88.zip
Updated info.xml app description
Made app description paralell in structure to other app descriptions
Diffstat (limited to 'apps/files_trashbin/appinfo/info.xml')
-rw-r--r--apps/files_trashbin/appinfo/info.xml13
1 files changed, 2 insertions, 11 deletions
diff --git a/apps/files_trashbin/appinfo/info.xml b/apps/files_trashbin/appinfo/info.xml
index 41b14c21a06..35b3e5bc4be 100644
--- a/apps/files_trashbin/appinfo/info.xml
+++ b/apps/files_trashbin/appinfo/info.xml
@@ -3,18 +3,9 @@
<id>files_trashbin</id>
<name>Deleted files</name>
<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 90 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.
+This application enables users to restore files that were deleted from the system. It displays a list of deleted files in the web interface, and has options to restore those deleted files back to their ownCloud file directories or remove them permanently from the system. Restoring a file also restores related file versions, if the versions application is enabled. When a file is deleted from a share, it can be restored in the same manner, though it is no longer shared. By default, these files remain in the trash bin for 30 days.
+To prevent a user from running out of disk space, the ownCloud Deleted files app will not utilize more than 50% of the currently available free quota for deleted files. If the deleted files exceed this limit, ownCloud deletes the oldest files until it gets below this limit. More information is available in the Deleted Files documentation
- 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>