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

12345678910111213141516171819202122232425262728
  1. <?xml version="1.0"?>
  2. <info>
  3. <id>provisioning_api</id>
  4. <name>Provisioning API</name>
  5. <description>
  6. This application enables a set of APIs that external systems can use to create, edit, delete and query user
  7. attributes, query, set and remove groups, set quota and query total storage used in ownCloud. Group admin users
  8. can also query ownCloud and perform the same functions as an admin for groups they manage. The API also enables
  9. an admin to query for active ownCloud applications, application info, and to enable or disable an app remotely.
  10. Once the app is enabled, http requests can be used via a Basic Auth header to perform any of the functions
  11. listed above. More information is available in the Provisioning API documentation, including example calls
  12. and server responses.
  13. </description>
  14. <licence>AGPL</licence>
  15. <author>Tom Needham</author>
  16. <default_enable/>
  17. <documentation>
  18. <admin>admin-provisioning-api</admin>
  19. </documentation>
  20. <version>1.2.0</version>
  21. <namespace>Provisioning_API</namespace>
  22. <types>
  23. <prevent_group_restriction/>
  24. </types>
  25. <dependencies>
  26. <nextcloud min-version="12" max-version="12" />
  27. </dependencies>
  28. </info>