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

github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c4658bcf..338d0709 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -10,13 +10,15 @@ 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>
- <licence>AGPL</licence>
- <author>Robin Appelman</author>
<version>1.2.2</version>
+ <licence>agpl</licence>
+ <author>Robin Appelman</author>
+ <namespace>GroupFolders</namespace>
<types>
<filesystem/>
</types>
- <namespace>GroupFolders</namespace>
+
+ <category>files</category>
<website>https://github.com/nextcloud/groupfolders</website>
<bugs>https://github.com/nextcloud/groupfolders/issues</bugs>
@@ -26,14 +28,12 @@ Note: encrypting the contents of group folders is currently not supported.]]></d
<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>
-
- <category>files</category>
-
- <dependencies>
- <nextcloud min-version="12" max-version="14"/>
- </dependencies>
</info>