nextcloud/apps/files_trashbin/appinfo/info.xml

20 lines
1.2 KiB
XML
Raw Normal View History

2013-01-18 16:11:29 +04:00
<?xml version="1.0"?>
<info>
<id>files_trashbin</id>
2013-02-21 19:34:22 +04:00
<name>Deleted files</name>
<description>
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.
2014-10-09 05:08:20 +04:00
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.
</description>
2013-01-18 16:11:29 +04:00
<licence>AGPL</licence>
<author>Bjoern Schiessle</author>
<shipped>true</shipped>
<requiremin>4.9</requiremin>
2013-01-18 16:11:29 +04:00
<default_enable/>
<types>
<filesystem/>
</types>
2014-07-07 18:57:50 +04:00
<ocsid>166052</ocsid>
2013-01-18 16:11:29 +04:00
</info>