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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-11-30 17:40:17 +0300
committerVincent Petry <pvince81@owncloud.com>2016-01-19 18:24:26 +0300
commitffba6d0a7e1988bed1c0f0dfa2334092a65c568d (patch)
tree02e0daa2bf915983f6ec40f574b0ca8640c205d1 /apps/systemtags/appinfo/info.xml
parent8d41cbb97a7a1fa750db520dc8879da4402f31e3 (diff)
Added system tags GUI in sidebar
Added files details sidebar panel to assign/unassign/rename/delete system tags.
Diffstat (limited to 'apps/systemtags/appinfo/info.xml')
-rw-r--r--apps/systemtags/appinfo/info.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/apps/systemtags/appinfo/info.xml b/apps/systemtags/appinfo/info.xml
new file mode 100644
index 00000000000..f2464f04136
--- /dev/null
+++ b/apps/systemtags/appinfo/info.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0"?>
+<info>
+ <id>systemtags</id>
+ <name>System tags</name>
+ <description>System-wide tags user interface</description>
+ <licence>AGPL</licence>
+ <author>Vincent Petry</author>
+ <shipped>true</shipped>
+ <standalone/>
+ <default_enable/>
+ <version>0.1</version>
+ <dependencies>
+ <owncloud min-version="9.0" />
+ </dependencies>
+ <documentation>
+ <user>user-systemtags</user>
+ </documentation>
+</info>