Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

12345678910111213141516171819202122232425262728293031
  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>provisioning_api</id>
  5. <name>Provisioning API</name>
  6. <summary>This application enables a set of APIs that external systems can use to manage users, groups and apps.</summary>
  7. <description>
  8. This application enables a set of APIs that external systems can use to create, edit, delete and query user
  9. attributes, query, set and remove groups, set quota and query total storage used in Nextcloud. Group admin users
  10. can also query Nextcloud and perform the same functions as an admin for groups they manage. The API also enables
  11. an admin to query for active Nextcloud applications, application info, and to enable or disable an app remotely.
  12. Once the app is enabled, HTTP requests can be used via a Basic Auth header to perform any of the functions
  13. listed above. More information is available in the Provisioning API documentation, including example calls
  14. and server responses.
  15. </description>
  16. <version>1.16.0</version>
  17. <licence>agpl</licence>
  18. <author>Tom Needham</author>
  19. <namespace>Provisioning_API</namespace>
  20. <types>
  21. <prevent_group_restriction/>
  22. </types>
  23. <documentation>
  24. <admin>admin-provisioning-api</admin>
  25. </documentation>
  26. <category>integration</category>
  27. <bugs>https://github.com/nextcloud/server/issues</bugs>
  28. <dependencies>
  29. <nextcloud min-version="26" max-version="26"/>
  30. </dependencies>
  31. </info>