From: Evan Prodromou Date: Sat, 19 Jul 2008 17:10:23 +0000 (-0400) Subject: bare auth for friends, too X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dfbc427e0407d66d961a3d00b137dbc0a5f71599;p=quix0rs-gnu-social.git bare auth for friends, too darcs-hash:20080719171023-84dde-4d562898d10a2342db271640951fcf0ba552cc01.gz --- diff --git a/actions/api.php b/actions/api.php index 1cfae91143..2c1086ae11 100644 --- a/actions/api.php +++ b/actions/api.php @@ -105,7 +105,7 @@ class ApiAction extends Action { 'statuses/show', 'help/test', 'help/downtime_schedule'); - static $bareauth = array('statuses/user_timeline'); + static $bareauth = array('statuses/user_timeline', 'statuses/friends'); # noauth: never needs auth # bareauth: only needs auth if without an argument