summaryrefslogtreecommitdiff
path: root/plugins/OStatus/actions
AgeCommit message (Collapse)Author
2010-02-26only put public keys in XRDJames Walker
2010-02-26updating to use latest salmon NS definitionsJames Walker
2010-02-26bad merge.. cleaning up missing webfinger bitsJames Walker
2010-02-26salmon actually fetching remote keypairsJames Walker
2010-02-25Merge remote branch 'statusnet/testing' into testingJames Walker
Conflicts: plugins/OStatus/lib/webfinger.php
2010-02-25use new hcard method for webfingerEvan Prodromou
2010-02-25Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-02-25use new dedicated hcard method for Webfinger profileEvan Prodromou
2010-02-25moving webfinger action to xrdactionJames Walker
2010-02-25moving references to Webfinger to DiscoveryJames Walker
2010-02-25replace webfinger usage in hostmeta.phpJames Walker
2010-02-25OStatus: fix remote groups to work with new user_groups/local_groups split.Brion Vibber
- fix <activity:subject> generation so we get the profile info (what's available so far) - use id instead of nickname for group join/leave forms so we can join/leave remote groups while the rest of the groups UI remains limited to local groups (plugins are responsible for making sure remote notifications and permission checks are done) - fix remote notification when joining group through OStatus's remote subscribe form
2010-02-24- break OMB profile update pings to a background queueBrion Vibber
- add event hooks to profile update pings - send Salmon pings with custom update-profile event to OStatus subscribees and groups (subscribers will see it on your next post) - fix OStatus queues with overlong transport names, should work on DB queues now - Ostatus_profile::notifyActivity() and ::notifyDeferred() now can take XML, Notice, or Activity for convenience
2010-02-24OStatus: fix group delivery, send reply/group Salmon pings from background.Brion Vibber
2010-02-23adding xfn, foaf and hcard rel's to our webfinger outputJames Walker
2010-02-23OStatus: accept webfinger addresses as well as profile URLs in the explicit ↵Brion Vibber
remote subscribe form.
2010-02-23OStatus: do PuSH subscription setup from subscribe/join event hooks, so ↵Brion Vibber
resubscribing directly from a profile/group list works correctly if there aren't active subscriptions at the moment.
2010-02-23OStatus subscription UI tweak: if we're already subscribed/joined, say so ↵Brion Vibber
and don't offer a 'subscribe'/'join' button on the profile preview page.
2010-02-23OStatus: fix for avatars, submit button in updated remote profile previewBrion Vibber
2010-02-22generate keypairs for users, and put them in the XRD for discoveryJames Walker
2010-02-23Refactored preview info and form for authorizing a remote subscriptionSarven Capadisli
2010-02-23OStatus: cleanup on ostatussub preparing for final UI work on the remote ↵Brion Vibber
sub/join forms.
2010-02-22OStatus: initial hookup of remote group membership (notice delivery not yet ↵Brion Vibber
working quite right) - added a temp config var to disable salmon magic signatures until they're working consistently
2010-02-22OStatus: use 'profile' consistently as param on ostatussub and ostatusinit ↵Brion Vibber
to help us stay sane.
2010-02-22Added link to Subscriptions page to XHR get the ostatus sub formSarven Capadisli
2010-02-22Fixed error/warning message location in OStatus autorize subscription pageSarven Capadisli
2010-02-22OStatus: fix remote subscription when putting webfinger address in the ↵Brion Vibber
little box
2010-02-21some info code for usersalmon.phpEvan Prodromou
2010-02-21don't save Notices that already exist in SalmonEvan Prodromou
2010-02-21Add error info for missing URI in attentionEvan Prodromou
2010-02-21reversed in_array() arguments in UsersalmonActionEvan Prodromou
2010-02-21OStatus: drop the remnants of feedsubsettings, replaced by ostatussub and no ↵Brion Vibber
longer linked in UI
2010-02-21Merge branch 'testing' of gitorious.org:statusnet/mainline into testingBrion Vibber
2010-02-21OStatus PuSH fixes:Brion Vibber
- hub now defers subscription state updates until after verification, per spec - hub now supports synchronous verification when requested (if async is not requested after) - client now requests synchronous verification (it's a bit safer) - cleanup on subscription logging/error responses
2010-02-21Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-02-21use some constants and do some extra output in webfinger outputEvan Prodromou
2010-02-21OStatus PuSH fixlets:Brion Vibber
- set minimal error page output on PuSH callback - allow hub to retry ($config['ostatus']['hub_retries']), simplify internal iface a bit. Retries are pushed to end of queue but otherwise not delayed yet; makes delivery more robust to one-off transitory errors but not yet against downtime.
2010-02-21OStatus feedsub fixlets:Brion Vibber
- actually udpate feedsub.last_update when we get a new PuSH update in - move incoming PuSH processing to a queue handler to minimize time spent before POST return, as recommended by PuSH spec. When queues are disabled this'll still be handled immediately.
2010-02-21redirect ostatussub if not logged inEvan Prodromou
2010-02-21Save posted notices in usersalmonEvan Prodromou
2010-02-20Subscription::start() should be enough, right?Evan Prodromou
2010-02-20OStatus: Salmon favorite & unfavorite events now handledBrion Vibber
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-20OStatus: fix regressions in plugin & usersalmon action. Sub/unsub ↵Brion Vibber
notifications are working again.
2010-02-20Move some salmon processing to a superclassEvan Prodromou
Moved some salmon processing to a superclass so we could handle group salmon posts, too.
2010-02-19OStatus: Salmon notifications now being generated moderately correctly. :) ↵Brion Vibber
Needs to be an <entry> not a <feed>.
2010-02-19OStatus: sub/unsub notifications working again. Fixed up autodetection of ↵Brion Vibber
feed info at profile setup time
2010-02-19Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
Conflicts: plugins/OStatus/actions/salmon.php
2010-02-19some more salmon stuffEvan Prodromou
2010-02-19OStatus: hooked up follow/unfollow events on Salmon endpoint to ↵Brion Vibber
create/destroy remote subscriber relationships