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-10-21 13:46:04 +0300
committerJoas Schilling <coding@schilljs.com>2016-11-16 11:25:44 +0300
commit0d940e581a38735497784b76c1321001493e5290 (patch)
tree7cf008764d0c6bb71205bd0f58f33c4dce04cafa /apps/files/appinfo
parent5d71896c8e188d31e5ef0860c16ad469948514b1 (diff)
Move the favorites filter to IFilter
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/files/appinfo')
-rw-r--r--apps/files/appinfo/app.php3
-rw-r--r--apps/files/appinfo/info.xml1
2 files changed, 1 insertions, 3 deletions
diff --git a/apps/files/appinfo/app.php b/apps/files/appinfo/app.php
index afb327e24ba..a541dad3cc7 100644
--- a/apps/files/appinfo/app.php
+++ b/apps/files/appinfo/app.php
@@ -73,9 +73,6 @@ $templateManager->registerTemplate('application/vnd.oasis.opendocument.spreadshe
\OC::$server->query('L10NFactory'),
\OC::$server->getURLGenerator(),
\OC::$server->getActivityManager(),
- new \OCA\Files\ActivityHelper(
- \OC::$server->getTagManager()
- ),
\OC::$server->getDatabaseConnection(),
\OC::$server->getConfig()
);
diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml
index 85d0bb167bd..d19c57dffe0 100644
--- a/apps/files/appinfo/info.xml
+++ b/apps/files/appinfo/info.xml
@@ -20,6 +20,7 @@
<activity>
<filters>
<filter>OCA\Files\Activity\Filter\FileChanges</filter>
+ <filter>OCA\Files\Activity\Filter\Favorites</filter>
</filters>
</activity>