Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo « provisioning_api « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 19d019128f557cd674490090753249a8ae49cced (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
	  xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
	<id>provisioning_api</id>
	<name>Provisioning API</name>
	<summary>This application enables a set of APIs that external systems can use to manage users, groups and apps.</summary>
	<description>
		This application enables a set of APIs that external systems can use to create, edit, delete and query user
		attributes, query, set and remove groups, set quota and query total storage used in Nextcloud. Group admin users
		can also query Nextcloud and perform the same functions as an admin for groups they manage. The API also enables
		an admin to query for active Nextcloud applications, application info, and to enable or disable an app remotely.
		Once the app is enabled, HTTP requests can be used via a Basic Auth header to perform any of the functions
		listed above. More information is available in the Provisioning API documentation, including example calls
		and server responses.
	</description>
	<version>1.16.0</version>
	<licence>agpl</licence>
	<author>Tom Needham</author>
	<namespace>Provisioning_API</namespace>
	<types>
		<prevent_group_restriction/>
	</types>
	<documentation>
		<admin>admin-provisioning-api</admin>
	</documentation>
	<category>integration</category>
	<bugs>https://github.com/nextcloud/server/issues</bugs>
	<dependencies>
		<nextcloud min-version="26" max-version="26"/>
	</dependencies>
</info>