info.xml 1.2 KB

123456789101112131415161718192021222324252627
  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. <requiremin>8</requiremin>
  17. <shipped>true</shipped>
  18. <default_enable/>
  19. <documentation>
  20. <admin>admin-provisioning-api</admin>
  21. </documentation>
  22. <types>
  23. <!-- this is used to disable the feature of enabling an app for specific groups only because this would break this app -->
  24. <filesystem/>
  25. </types>
  26. </info>