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 3.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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_sharing</id>
  5. <name>File sharing</name>
  6. <summary>File sharing</summary>
  7. <description>
  8. This application enables users to share files within Nextcloud. If enabled, the admin can choose which groups can share files. The applicable users can then share files and folders with other users and groups within Nextcloud. In addition, if the admin enables the share link feature, an external link can be used to share files with other users outside of Nextcloud. Admins can also enforce passwords, expirations dates, and enable server to server sharing via share links, as well as sharing from mobile devices.
  9. Turning the feature off removes shared files and folders on the server for all share recipients, and also on the sync clients and mobile apps. More information is available in the Nextcloud Documentation.
  10. </description>
  11. <version>1.18.0</version>
  12. <licence>agpl</licence>
  13. <author>Michael Gapczynski</author>
  14. <author>Bjoern Schiessle</author>
  15. <namespace>Files_Sharing</namespace>
  16. <types>
  17. <filesystem/>
  18. </types>
  19. <category>files</category>
  20. <category>social</category>
  21. <bugs>https://github.com/nextcloud/server/issues</bugs>
  22. <dependencies>
  23. <nextcloud min-version="26" max-version="26"/>
  24. </dependencies>
  25. <background-jobs>
  26. <job>OCA\Files_Sharing\DeleteOrphanedSharesJob</job>
  27. <job>OCA\Files_Sharing\ExpireSharesJob</job>
  28. <job>OCA\Files_Sharing\BackgroundJob\FederatedSharesDiscoverJob</job>
  29. </background-jobs>
  30. <repair-steps>
  31. <post-migration>
  32. <step>OCA\Files_Sharing\Migration\OwncloudGuestShareType</step>
  33. <step>OCA\Files_Sharing\Migration\SetPasswordColumn</step>
  34. <step>OCA\Files_Sharing\Migration\SetAcceptedStatus</step>
  35. </post-migration>
  36. </repair-steps>
  37. <commands>
  38. <command>OCA\Files_Sharing\Command\CleanupRemoteStorages</command>
  39. <command>OCA\Files_Sharing\Command\ExiprationNotification</command>
  40. </commands>
  41. <settings>
  42. <personal>OCA\Files_Sharing\Settings\Personal</personal>
  43. </settings>
  44. <activity>
  45. <settings>
  46. <setting>OCA\Files_Sharing\Activity\Settings\Shared</setting>
  47. <setting>OCA\Files_Sharing\Activity\Settings\RemoteShare</setting>
  48. <setting>OCA\Files_Sharing\Activity\Settings\PublicLinks</setting>
  49. </settings>
  50. <filters>
  51. <filter>OCA\Files_Sharing\Activity\Filter</filter>
  52. </filters>
  53. <providers>
  54. <provider>OCA\Files_Sharing\Activity\Providers\Downloads</provider>
  55. <provider>OCA\Files_Sharing\Activity\Providers\Groups</provider>
  56. <provider>OCA\Files_Sharing\Activity\Providers\PublicLinks</provider>
  57. <provider>OCA\Files_Sharing\Activity\Providers\RemoteShares</provider>
  58. <provider>OCA\Files_Sharing\Activity\Providers\Users</provider>
  59. </providers>
  60. </activity>
  61. <collaboration>
  62. <plugins>
  63. <plugin type="autocomplete-sort">OCA\Files_Sharing\Collaboration\ShareRecipientSorter</plugin>
  64. </plugins>
  65. </collaboration>
  66. <public>
  67. <files>public.php</files>
  68. </public>
  69. </info>