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:
authorJoas Schilling <coding@schilljs.com>2016-07-21 11:51:42 +0300
committerJoas Schilling <coding@schilljs.com>2016-07-27 16:29:25 +0300
commit5bb35577db9fed771667573cbd5ce6bdebe45ae0 (patch)
tree4e9ac718265b0537a95d731d18be52005c9c47e3 /apps/systemtags/appinfo
parent5bdb620af3bf3128c5a33365dc66b046c580d0b7 (diff)
Add a simple Admin UI to manage systemtags
Diffstat (limited to 'apps/systemtags/appinfo')
-rw-r--r--apps/systemtags/appinfo/app.php3
-rw-r--r--apps/systemtags/appinfo/info.xml2
2 files changed, 4 insertions, 1 deletions
diff --git a/apps/systemtags/appinfo/app.php b/apps/systemtags/appinfo/app.php
index af91e5fdbcd..5a365c4ef15 100644
--- a/apps/systemtags/appinfo/app.php
+++ b/apps/systemtags/appinfo/app.php
@@ -78,6 +78,9 @@ $mapperListener = function(MapperEvent $event) use ($activityManager) {
$eventDispatcher->addListener(MapperEvent::EVENT_ASSIGN, $mapperListener);
$eventDispatcher->addListener(MapperEvent::EVENT_UNASSIGN, $mapperListener);
+$app = new \OCA\SystemTags\AppInfo\Application();
+$app->registerAdminPage();
+
$l = \OC::$server->getL10N('systemtags');
\OCA\Files\App::getNavigationManager()->add(
diff --git a/apps/systemtags/appinfo/info.xml b/apps/systemtags/appinfo/info.xml
index 1d75610f545..3521658ac20 100644
--- a/apps/systemtags/appinfo/info.xml
+++ b/apps/systemtags/appinfo/info.xml
@@ -5,7 +5,7 @@
<description>Collaborative tagging functionality which shares tags among users. Great for teams.
(If you are a provider with a multi-tenancy installation, it is advised to deactivate this app as tags are shared.)</description>
<licence>AGPL</licence>
- <author>Vincent Petry</author>
+ <author>Vincent Petry, Joas Schilling</author>
<default_enable/>
<version>1.0.0</version>
<dependencies>