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:
authorRobin Appelman <robin@icewind.nl>2017-04-26 17:17:06 +0300
committerRobin Appelman <robin@icewind.nl>2017-04-26 17:17:06 +0300
commit6ac9b5cb949246163ed4194d37a5a90bddd518e1 (patch)
tree7ff0017b8e4e287e776ef1e1f961f56dfa59e819 /appinfo/info.xml
parent1404cd0576b4b40fe1c7746fdc9d2846106e76a2 (diff)
update info.xml
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml23
1 files changed, 21 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index e19c8608..6ee2611b 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -2,7 +2,12 @@
<info>
<id>groupfolders</id>
<name>Group Folders</name>
- <description>Configure special folders shared by everyone in a group.</description>
+ <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.]]></description>
<licence>AGPL</licence>
<author>Robin Appelman</author>
<version>0.1.0</version>
@@ -11,12 +16,26 @@
</types>
<namespace>GroupFolders</namespace>
+ <website>https://github.com/groupfolders/news</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/blob/master/screenshots/folders.png
+ </screenshot>
+ <screenshot>
+ https://raw.githubusercontent.com/nextcloud/groupfolders/blob/master/screenshots/edit.png
+ </screenshot>
+ <dependencies>
+
<settings>
<admin>OCA\GroupFolders\Settings\Admin</admin>
<admin-section>OCA\GroupFolders\Settings\Section</admin-section>
</settings>
+ <category>files</category>
+
<dependencies>
- <nextcloud min-version="11" max-version="12"/>
+ <nextcloud min-version="12" max-version="12"/>
</dependencies>
</info>