eea98f1d74
* Move background job registration of Federation to info.xml * Move background registration of Files app to info.xml * Move background job registration of files_sharing to info.xml * Move background job registration of files_trashbin to info.xml * Move background job registration of files_versions to info.xml * Move background job registration from user_ldap to info.xml
28 lines
1.4 KiB
XML
28 lines
1.4 KiB
XML
<?xml version="1.0"?>
|
|
<info>
|
|
<id>files_trashbin</id>
|
|
<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.
|
|
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>
|
|
<licence>AGPL</licence>
|
|
<author>Bjoern Schiessle</author>
|
|
<default_enable/>
|
|
<version>0.9.0</version>
|
|
<types>
|
|
<filesystem/>
|
|
</types>
|
|
<namespace>Files_Trashbin</namespace>
|
|
<dependencies>
|
|
<owncloud min-version="9.1" max-version="9.1" />
|
|
</dependencies>
|
|
<documentation>
|
|
<user>user-trashbin</user>
|
|
</documentation>
|
|
|
|
<background-jobs>
|
|
<job>OCA\Files_Trashbin\BackgroundJob\ExpireTrash</job>
|
|
</background-jobs>
|
|
</info>
|