Blame view

sources/apps/files_trashbin/appinfo/info.xml 1.03 KB
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
  <?xml version="1.0"?>
  <info>
  	<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
31b7f2792   Kload   Upgrade to ownclo...
9
  	stay in the trash bin for 90 days. ownCloud checks the age of the files
03e52840d   Kload   Init
10
11
12
13
14
15
16
17
18
19
20
21
  	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>
6d9380f96   Cédric Dupont   Update sources OC...
22
  	<requiremin>4.9</requiremin>
03e52840d   Kload   Init
23
24
25
26
  	<default_enable/>
  	<types>
  		<filesystem/>
  	</types>
6d9380f96   Cédric Dupont   Update sources OC...
27
  	<ocsid>166052</ocsid>
03e52840d   Kload   Init
28
  </info>