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 987B

1234567891011121314151617181920212223242526
  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>federatedfilesharing</id>
  5. <name>Federated file sharing</name>
  6. <summary>Provide federated file sharing across servers</summary>
  7. <description>Provide federated file sharing across servers</description>
  8. <version>1.14.0</version>
  9. <licence>agpl</licence>
  10. <author>Bjoern Schiessle</author>
  11. <author>Roeland Jago Douma</author>
  12. <namespace>FederatedFileSharing</namespace>
  13. <category>files</category>
  14. <category>social</category>
  15. <bugs>https://github.com/nextcloud/server/issues</bugs>
  16. <dependencies>
  17. <nextcloud min-version="24" max-version="24"/>
  18. </dependencies>
  19. <settings>
  20. <admin>OCA\FederatedFileSharing\Settings\Admin</admin>
  21. <personal>OCA\FederatedFileSharing\Settings\Personal</personal>
  22. <personal-section>OCA\FederatedFileSharing\Settings\PersonalSection</personal-section>
  23. </settings>
  24. </info>