Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-25 | moving references to Webfinger to Discovery | James Walker | |
2010-02-25 | replace webfinger usage in hostmeta.php | James Walker | |
2010-02-25 | OStatus: 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 queue | Brion 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-24 | OStatus: fix group delivery, send reply/group Salmon pings from background. | Brion Vibber | |
2010-02-23 | adding xfn, foaf and hcard rel's to our webfinger output | James Walker | |
2010-02-23 | OStatus: accept webfinger addresses as well as profile URLs in the explicit ↵ | Brion Vibber | |
remote subscribe form. | |||
2010-02-23 | OStatus: 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-23 | OStatus 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-23 | OStatus: fix for avatars, submit button in updated remote profile preview | Brion Vibber | |
2010-02-22 | generate keypairs for users, and put them in the XRD for discovery | James Walker | |
2010-02-23 | Refactored preview info and form for authorizing a remote subscription | Sarven Capadisli | |
2010-02-23 | OStatus: cleanup on ostatussub preparing for final UI work on the remote ↵ | Brion Vibber | |
sub/join forms. | |||
2010-02-22 | OStatus: 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-22 | OStatus: use 'profile' consistently as param on ostatussub and ostatusinit ↵ | Brion Vibber | |
to help us stay sane. | |||
2010-02-22 | Added link to Subscriptions page to XHR get the ostatus sub form | Sarven Capadisli | |
2010-02-22 | Fixed error/warning message location in OStatus autorize subscription page | Sarven Capadisli | |
2010-02-22 | OStatus: fix remote subscription when putting webfinger address in the ↵ | Brion Vibber | |
little box | |||
2010-02-21 | some info code for usersalmon.php | Evan Prodromou | |
2010-02-21 | don't save Notices that already exist in Salmon | Evan Prodromou | |
2010-02-21 | Add error info for missing URI in attention | Evan Prodromou | |
2010-02-21 | reversed in_array() arguments in UsersalmonAction | Evan Prodromou | |
2010-02-21 | OStatus: drop the remnants of feedsubsettings, replaced by ostatussub and no ↵ | Brion Vibber | |
longer linked in UI | |||
2010-02-21 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-21 | OStatus 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-21 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-21 | use some constants and do some extra output in webfinger output | Evan Prodromou | |
2010-02-21 | OStatus 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-21 | OStatus 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-21 | redirect ostatussub if not logged in | Evan Prodromou | |
2010-02-21 | Save posted notices in usersalmon | Evan Prodromou | |
2010-02-20 | Subscription::start() should be enough, right? | Evan Prodromou | |
2010-02-20 | OStatus: Salmon favorite & unfavorite events now handled | Brion Vibber | |
2010-02-20 | OStatus 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-20 | OStatus: fix regressions in plugin & usersalmon action. Sub/unsub ↵ | Brion Vibber | |
notifications are working again. | |||
2010-02-20 | Move some salmon processing to a superclass | Evan Prodromou | |
Moved some salmon processing to a superclass so we could handle group salmon posts, too. | |||
2010-02-19 | OStatus: Salmon notifications now being generated moderately correctly. :) ↵ | Brion Vibber | |
Needs to be an <entry> not a <feed>. | |||
2010-02-19 | OStatus: sub/unsub notifications working again. Fixed up autodetection of ↵ | Brion Vibber | |
feed info at profile setup time | |||
2010-02-19 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
Conflicts: plugins/OStatus/actions/salmon.php | |||
2010-02-19 | some more salmon stuff | Evan Prodromou | |
2010-02-19 | OStatus: hooked up follow/unfollow events on Salmon endpoint to ↵ | Brion Vibber | |
create/destroy remote subscriber relationships | |||
2010-02-19 | OStatus: fix up Salmon endpoint detection/saving, timestamp fixes. | Brion Vibber | |
2010-02-18 | add ActivityContext class and test it | Evan Prodromou | |
2010-02-18 | OStatus refactoring to clean up profile vs feed and fix up subscription issues. | Brion Vibber | |
PuSH subscription maintenance broken back out to FeedSub, letting Ostatus_profile deal with the profile level (user or group, with unique id URI) | |||
2010-02-18 | OStatus sub/unsub updates: | Brion Vibber | |
- fix for PuSH unsub verification - send Salmon notification on unsub | |||
2010-02-18 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-18 | more work on salmon | Evan Prodromou | |
2010-02-16 | OStatus: migrated notice parsing to use Activity helper classes; on the way ↵ | Brion Vibber | |
to killing FeedMunger | |||
2010-02-16 | OStatus: fix up some recent regressions in subscription setup; fix state ↵ | Brion Vibber | |
checks and verification token, and avatar save on setup. Needs updates for new atom code next... | |||
2010-02-14 | update activity and salmon for previous commit | Evan Prodromou | |