info.xml 1.0 KB

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0"?>
  2. <info>
  3. <id>files_trashbin</id>
  4. <name>Deleted files</name>
  5. <description>
  6. ownCloud keeps a copy of your deleted files in case you need them again.
  7. To make sure that the user doesn't run out of memory the deleted files app
  8. manages the size of the deleted files for the user. By default deleted files
  9. stay in the trash bin for 90 days. ownCloud checks the age of the files
  10. every time a new files gets moved to the deleted files and remove all files
  11. older than 180 days. The user can adjust this value in the config.php by
  12. setting the "trashbin_retention_obligation" value.
  13. Beside that the delted files app take care to never use more that 50% of
  14. your currently available free space. If your deleted files exceed this limit
  15. ownCloud deletes the oldest versions until it meets the memory usage limit
  16. again.
  17. </description>
  18. <licence>AGPL</licence>
  19. <author>Bjoern Schiessle</author>
  20. <shipped>true</shipped>
  21. <require>4.9</require>
  22. <default_enable/>
  23. <types>
  24. <filesystem/>
  25. </types>
  26. </info>