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.

info.xml 2.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. <?xml version="1.0"?>
  2. <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
  4. <id>files</id>
  5. <name>Files</name>
  6. <summary>File Management</summary>
  7. <description>File Management</description>
  8. <version>2.0.0</version>
  9. <licence>agpl</licence>
  10. <author>John Molakvoæ</author>
  11. <author>Robin Appelman</author>
  12. <author>Vincent Petry</author>
  13. <types>
  14. <filesystem/>
  15. </types>
  16. <documentation>
  17. <user>user-files</user>
  18. </documentation>
  19. <category>files</category>
  20. <bugs>https://github.com/nextcloud/server/issues</bugs>
  21. <dependencies>
  22. <nextcloud min-version="28" max-version="28"/>
  23. </dependencies>
  24. <background-jobs>
  25. <job>OCA\Files\BackgroundJob\ScanFiles</job>
  26. <job>OCA\Files\BackgroundJob\DeleteOrphanedItems</job>
  27. <job>OCA\Files\BackgroundJob\CleanupFileLocks</job>
  28. <job>OCA\Files\BackgroundJob\CleanupDirectEditingTokens</job>
  29. <job>OCA\Files\BackgroundJob\DeleteExpiredOpenLocalEditor</job>
  30. </background-jobs>
  31. <commands>
  32. <command>OCA\Files\Command\Scan</command>
  33. <command>OCA\Files\Command\DeleteOrphanedFiles</command>
  34. <command>OCA\Files\Command\TransferOwnership</command>
  35. <command>OCA\Files\Command\ScanAppData</command>
  36. <command>OCA\Files\Command\RepairTree</command>
  37. <command>OCA\Files\Command\Get</command>
  38. <command>OCA\Files\Command\Put</command>
  39. <command>OCA\Files\Command\Delete</command>
  40. <command>OCA\Files\Command\Copy</command>
  41. <command>OCA\Files\Command\Move</command>
  42. <command>OCA\Files\Command\Object\Delete</command>
  43. <command>OCA\Files\Command\Object\Get</command>
  44. <command>OCA\Files\Command\Object\Put</command>
  45. </commands>
  46. <activity>
  47. <settings>
  48. <setting>OCA\Files\Activity\Settings\FavoriteAction</setting>
  49. <setting>OCA\Files\Activity\Settings\FileChanged</setting>
  50. <setting>OCA\Files\Activity\Settings\FileFavoriteChanged</setting>
  51. </settings>
  52. <filters>
  53. <filter>OCA\Files\Activity\Filter\FileChanges</filter>
  54. <filter>OCA\Files\Activity\Filter\Favorites</filter>
  55. </filters>
  56. <providers>
  57. <provider>OCA\Files\Activity\FavoriteProvider</provider>
  58. <provider>OCA\Files\Activity\Provider</provider>
  59. </providers>
  60. </activity>
  61. <navigations>
  62. <navigation>
  63. <name>Files</name>
  64. <route>files.view.index</route>
  65. <order>0</order>
  66. </navigation>
  67. </navigations>
  68. <settings>
  69. <personal>OCA\Files\Settings\PersonalSettings</personal>
  70. </settings>
  71. </info>