You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

expected-info.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "info": [],
  3. "remote": [],
  4. "public": [],
  5. "id": "files_encryption",
  6. "name": "Server-side Encryption",
  7. "description": "\n\tThis application encrypts all files accessed by ownCloud at rest, wherever they are stored. As an example, with this application enabled, external cloud based Amazon S3 storage will be encrypted, protecting this data on storage outside of the control of the Admin. When this application is enabled for the first time, all files are encrypted as users log in and are prompted for their password. The recommended recovery key option enables recovery of files in case the key is lost. \n\tNote that this app encrypts all files that are touched by ownCloud, so external storage providers and applications such as SharePoint will see new files encrypted when they are accessed. Encryption is based on AES 128 or 256 bit keys. More information is available in the Encryption documentation \n\t",
  8. "licence": "AGPL",
  9. "author": "Sam Tuke, Bjoern Schiessle, Florin Peter",
  10. "requiremin": "4",
  11. "shipped": "true",
  12. "documentation": {
  13. "user": "https://docs.example.com/server/go.php?to=user-encryption",
  14. "admin": "https://docs.example.com/server/go.php?to=admin-encryption"
  15. },
  16. "rememberlogin": "false",
  17. "types": ["filesystem"],
  18. "ocsid": "166047",
  19. "dependencies": {
  20. "php": {
  21. "@attributes" : {
  22. "min-version": "5.4",
  23. "max-version": "5.5"
  24. }
  25. },
  26. "database": [
  27. {
  28. "@attributes" : {
  29. "min-version": "3.0"
  30. },
  31. "@value": "sqlite"},
  32. "mysql"
  33. ],
  34. "command": [
  35. {
  36. "@attributes" : {
  37. "os": "linux"
  38. },
  39. "@value": "grep"
  40. },
  41. {
  42. "@attributes" : {
  43. "os": "windows"
  44. },
  45. "@value": "notepad.exe"
  46. }
  47. ]
  48. }
  49. }