info.xml 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0"?>
  2. <info>
  3. <id>files_versions</id>
  4. <name>Versions</name>
  5. <licence>AGPL</licence>
  6. <author>Frank Karlitschek</author>
  7. <require>4.93</require>
  8. <shipped>true</shipped>
  9. <description>
  10. ownCloud supports simple version control for files. The versioning app
  11. expires old versions automatically to make sure that
  12. the user doesn't run out of space. Following pattern is used to delete
  13. old versions:
  14. For the first 10 seconds ownCloud keeps one version every 2 seconds;
  15. For the first hour ownCloud keeps one version every minute;
  16. For the first 24 hours ownCloud keeps one version every hour;
  17. For the first 30 days ownCloud keeps one version every day;
  18. After the first 30 days ownCloud keeps one version every week.
  19. The versions are adjusted along this pattern every time a new version gets
  20. created.
  21. Beside that the version app takes care to never use more that 50% of the users
  22. currently available free space. If the stored versions exceed this limit
  23. ownCloud deletes the oldest versions until it meets the memory usage limit
  24. again.
  25. </description>
  26. <types>
  27. <filesystem/>
  28. </types>
  29. <default_enable/>
  30. </info>