string update and some minor comment edits

This commit is contained in:
redmatrix 2016-07-24 16:11:34 -07:00
parent 9967f2ab28
commit b5f2b4af35
3 changed files with 1687 additions and 1608 deletions

View file

@ -82,8 +82,8 @@ class Openid extends \Zotlabs\Web\Controller {
// no xchan... // no xchan...
// create one. // create one.
// We should probably probe the openid url and figure out if they have any kind of social presence we might be able to // We should probably probe the openid url and figure out if they have any kind of
// scrape some identifying info from. // social presence we might be able to scrape some identifying info from.
$name = $authid; $name = $authid;
$url = trim($_REQUEST['openid_identity'],'/'); $url = trim($_REQUEST['openid_identity'],'/');

View file

@ -2040,6 +2040,7 @@ require_once('include/api_auth.php');
return false; return false;
} }
// @fixme - update for hubzilla extensible perms using abconfig or find a better way to do it
// For Red, the closest thing we can do to figure out if you're friends is if both of you are sending each other your streams. // For Red, the closest thing we can do to figure out if you're friends is if both of you are sending each other your streams.
// This won't work if either of you send your stream to everybody on the network // This won't work if either of you send your stream to everybody on the network
if($qtype == 'friends') if($qtype == 'friends')

File diff suppressed because it is too large Load diff