From 37a889d9780314af06c373c7e605e9606238f34e Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Wed, 19 Dec 2018 00:13:33 -0100 Subject: Merge branch 'master' into framework-import-process+activity Signed-off-by: Maxence Lange --- appinfo/info.xml | 22 ++++++++++++++-------- appinfo/routes.php | 1 + 2 files changed, 15 insertions(+), 8 deletions(-) (limited to 'appinfo') diff --git a/appinfo/info.xml b/appinfo/info.xml index f8d819ed..6520f085 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -26,25 +26,24 @@ Social social https://github.com/nextcloud/social - https://github.com/nextcloud/social.git https://github.com/nextcloud/social/issues + https://github.com/nextcloud/social.git https://raw.githubusercontent.com/nextcloud/social/master/img/screenshot.png - - - Social - social.Navigation.navigate - 6 - - OCA\Social\Cron\Cache OCA\Social\Cron\Queue + + + OCA\Social\Migration\CheckInstallation + + + OCA\Social\Command\CacheRefresh OCA\Social\Command\NoteCreate @@ -52,4 +51,11 @@ OCA\Social\Command\QueueProcess + + + Social + social.Navigation.navigate + 6 + + diff --git a/appinfo/routes.php b/appinfo/routes.php index 6a595a4e..506a89aa 100644 --- a/appinfo/routes.php +++ b/appinfo/routes.php @@ -65,6 +65,7 @@ return [ ['name' => 'SocialPub#displayPost', 'url' => '/@{username}/{postId}', 'verb' => 'GET'], ['name' => 'Local#streamHome', 'url' => '/api/v1/stream/home', 'verb' => 'GET'], + ['name' => 'Local#streamNotifications', 'url' => '/api/v1/stream/notifications', 'verb' => 'GET'], ['name' => 'Local#streamTimeline', 'url' => '/api/v1/stream/timeline', 'verb' => 'GET'], ['name' => 'Local#streamFederated', 'url' => '/api/v1/stream/federated', 'verb' => 'GET'], ['name' => 'Local#streamDirect', 'url' => '/api/v1/stream/direct', 'verb' => 'GET'], -- cgit v1.2.3