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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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>1.20.0</version>
  9. <licence>agpl</licence>
  10. <author>Robin Appelman</author>
  11. <author>Vincent Petry</author>
  12. <types>
  13. <filesystem/>
  14. </types>
  15. <documentation>
  16. <user>user-files</user>
  17. </documentation>
  18. <category>files</category>
  19. <bugs>https://github.com/nextcloud/server/issues</bugs>
  20. <dependencies>
  21. <nextcloud min-version="25" max-version="25"/>
  22. </dependencies>
  23. <background-jobs>
  24. <job>OCA\Files\BackgroundJob\ScanFiles</job>
  25. <job>OCA\Files\BackgroundJob\DeleteOrphanedItems</job>
  26. <job>OCA\Files\BackgroundJob\CleanupFileLocks</job>
  27. <job>OCA\Files\BackgroundJob\CleanupDirectEditingTokens</job>
  28. </background-jobs>
  29. <commands>
  30. <command>OCA\Files\Command\Scan</command>
  31. <command>OCA\Files\Command\DeleteOrphanedFiles</command>
  32. <command>OCA\Files\Command\TransferOwnership</command>
  33. <command>OCA\Files\Command\ScanAppData</command>
  34. <command>OCA\Files\Command\RepairTree</command>
  35. </commands>
  36. <activity>
  37. <settings>
  38. <setting>OCA\Files\Activity\Settings\FavoriteAction</setting>
  39. <setting>OCA\Files\Activity\Settings\FileChanged</setting>
  40. <setting>OCA\Files\Activity\Settings\FileFavoriteChanged</setting>
  41. </settings>
  42. <filters>
  43. <filter>OCA\Files\Activity\Filter\FileChanges</filter>
  44. <filter>OCA\Files\Activity\Filter\Favorites</filter>
  45. </filters>
  46. <providers>
  47. <provider>OCA\Files\Activity\FavoriteProvider</provider>
  48. <provider>OCA\Files\Activity\Provider</provider>
  49. </providers>
  50. </activity>
  51. <navigations>
  52. <navigation>
  53. <name>Files</name>
  54. <route>files.view.index</route>
  55. <order>0</order>
  56. </navigation>
  57. </navigations>
  58. <settings>
  59. <personal>OCA\Files\Settings\PersonalSettings</personal>
  60. </settings>
  61. </info>