summaryrefslogtreecommitdiff
path: root/plugins/OStatus/actions/ostatusinit.php
AgeCommit message (Collapse)Author
2010-03-04OStatus: fix for remote group join via non-logged-in 'join' button.Brion Vibber
Bad lookup was sending us to the first group instead of the selected group.
2010-03-03OStatus: fix up remote join button on group profilesBrion Vibber
2010-02-26salmon actually fetching remote keypairsJames Walker
2010-02-25moving references to Webfinger to DiscoveryJames Walker
2010-02-22OStatus: use 'profile' consistently as param on ostatussub and ostatusinit ↵Brion Vibber
to help us stay sane.
2010-02-22OStatus: fix remote subscription when putting webfinger address in the ↵Brion Vibber
little box
2010-02-20OStatus subscription page fixups; works but needs lots of UI loving!Brion Vibber
- ostatussub via subscribe button now works again (changed to take profile instead of feed, patched up to the new discovery) - added a quickie hack to allow putting your remote profile URI in place of webfinger acct through the remote-sub button (needs to be patched up to do proper discovery via XRDS or a link or something)
2010-02-13Added XHR channel for OStatus Subscribe buttonSarven Capadisli
2010-02-13Updated OStatus form markupSarven Capadisli
2010-02-09discovery piece - hand merged :PJames Walker