From 15ceaeb62483f28558bf870ed256793fab01cb24 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 10 Apr 2013 23:00:41 -0700 Subject: magic auth doco --- mod/like.php | 2 +- mod/magic.php | 2 +- version.inc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mod/like.php b/mod/like.php index 70add59bd..ce7d28f5c 100755 --- a/mod/like.php +++ b/mod/like.php @@ -135,7 +135,7 @@ function like_content(&$a) { if(! isset($bodyverb)) return; - $item_flags = ITEM_ORIGIN; + $item_flags = ITEM_ORIGIN | ITEM_NOTSHOWN; if($item['item_flags'] & ITEM_WALL) $item_flags |= ITEM_WALL; diff --git a/mod/magic.php b/mod/magic.php index d6697f6cc..e655e9737 100644 --- a/mod/magic.php +++ b/mod/magic.php @@ -119,7 +119,7 @@ function magic_init(&$a) { goaway($x[0]['hubloc_callback'] . '/' . substr($x[0]['hubloc_addr'],0,strpos($x[0]['hubloc_addr'],'@')) . '/?f=&auth=' . $channel['channel_address'] . '@' . $a->get_hostname() - . '&sec=' . $token . '&dest=' . $dest . '&version=' . ZOT_REVISION); + . '&sec=' . $token . '&dest=' . urlencode($dest) . '&version=' . ZOT_REVISION); } if(strpos($dest,'/')) diff --git a/version.inc b/version.inc index de54af653..b3cdee116 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2013-04-08.277 +2013-04-10.279 -- cgit v1.2.3