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

info.xml « appinfo - github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 338d070946972452613a503663f781a3084bdb5f (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
32
33
34
35
36
37
38
39
<?xml version="1.0"?>
<info>
	<id>groupfolders</id>
	<name>Group folders</name>
	<summary>Admin configured folders shared by everyone in a group</summary>
	<description><![CDATA[Admin configured folders shared by everyone in a group.

Folders can be configured from *Group folders* in the admin settings.

After a folder is created, the admin can give access to the folder to one or more groups, control their write/sharing permissions and assign a quota for the folder.

Note: encrypting the contents of group folders is currently not supported.]]></description>
	<version>1.2.2</version>
	<licence>agpl</licence>
	<author>Robin Appelman</author>
	<namespace>GroupFolders</namespace>
	<types>
		<filesystem/>
	</types>

	<category>files</category>

	<website>https://github.com/nextcloud/groupfolders</website>
	<bugs>https://github.com/nextcloud/groupfolders/issues</bugs>
	<repository type="git">https://github.com/nextcloud/groupfolders.git</repository>

	<screenshot>https://raw.githubusercontent.com/nextcloud/groupfolders/master/screenshots/folders.png</screenshot>
	<screenshot>https://raw.githubusercontent.com/nextcloud/groupfolders/master/screenshots/edit.png</screenshot>
	<screenshot>https://raw.githubusercontent.com/nextcloud/groupfolders/master/screenshots/permissions.png</screenshot>

	<dependencies>
		<nextcloud min-version="12" max-version="14"/>
	</dependencies>

	<settings>
		<admin>OCA\GroupFolders\Settings\Admin</admin>
		<admin-section>OCA\GroupFolders\Settings\Section</admin-section>
	</settings>
</info>