Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-02 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-03-02 | Refactored remote subscribe action in OStatus | Sarven Capadisli | |
2010-03-02 | Showing remote subscription button on the personal timeline | Sarven Capadisli | |
2010-03-01 | OStatus: support @example.com/path/to/profile mentions as well as ↵ | Brion Vibber | |
@profile@example.com (latter requires webfinger, former doesn't) Plus misc warnings/notices cleanup in the submission path. | |||
2010-02-26 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-02-26 | move signing to take a local actor profile and use local keys | James Walker | |
2010-02-26 | updating to use latest salmon NS definitions | James Walker | |
2010-02-26 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-02-26 | salmon actually fetching remote keypairs | James Walker | |
2010-02-25 | moving webfinger action to xrdaction | James Walker | |
2010-02-25 | call-time pass by reference | James Walker | |
2010-02-25 | OStatus: when finding webfinger @-replies, override a local profile match if ↵ | Brion Vibber | |
found at the same location (eg @someguy vs @someguy@example.org) Fixes inconsistent application of webfinger @-mentions in OStatus; once a local profile is set up the local name would often match first and ended up overriding in output. | |||
2010-02-24 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-02-24 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
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 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-24 | OStatus: fix group delivery, send reply/group Salmon pings from background. | Brion Vibber | |
2010-02-24 | OStatus: consolidate the low-level notice save code between Salmon and PuSH ↵ | Brion Vibber | |
input paths. Validation etc remains at higher levels. | |||
2010-02-23 | OStatus: fixes for link/id and text extraction gets import of Buzz feeds ↵ | Brion Vibber | |
working. | |||
2010-02-23 | some logging for OStatusPlugin::onStartFindMentions() | Evan Prodromou | |
2010-02-23 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
Conflicts: plugins/OStatus/OStatusPlugin.php | |||
2010-02-23 | move mention detection before default in OStatusPlugin | Evan Prodromou | |
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-22 | generate keypairs for users, and put them in the XRD for discovery | James Walker | |
2010-02-23 | OStatus group delivery initial implementation. | Brion Vibber | |
- added rel="ostatus:attention" links for group delivery - added events for plugins to override group profile/permalink pages - pulled Notice::saveGroups up to save-time so we can override; it's relatively cheap and gives us a clean list of target groups for distrib time even with customized delivery. - fixed notice::getGroups to return group objects as expected - added some doc on new parameters to Notice::saveNew - 'groups' list of group IDs to push to in place of parsing - messages that come in via PuSH and contain local group targets are delivered to local group members - messages that come in via PuSH and contain remote group targets are delivered to local members of the remote group Todo: - handle group posts that only come through Salmon - handle conflicts in case something comes in both through Salmon and PuSH - better source verification - need a cleaner interface to look up groups by URI - need a way to handle remote groups with conflicting names | |||
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 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Sarven Capadisli | |
2010-02-22 | Added link to Subscriptions page to XHR get the ostatus sub form | Sarven Capadisli | |
2010-02-22 | Merge remote branch 'statusnet/testing' into testing | James Walker | |
2010-02-22 | adding extlib for Crypt_RSA | James Walker | |
2010-02-21 | some info code for usersalmon.php | Evan Prodromou | |
2010-02-21 | Merge branch 'testing' of gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-21 | OStatus: record source profile & saving method in ostatus_source table; this ↵ | Brion Vibber | |
allows us to distinguish posts that have come through an unverified group feed | |||
2010-02-21 | hook in OStatusPlugin to return Ostatus_profile URIs where applicable | Evan Prodromou | |
2010-02-21 | Wasn't putting in namespaces for reply salmons | Evan Prodromou | |
2010-02-21 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-21 | Notice::getReplies() returns array of profile IDs | 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 | Do mention lookup for Webfinger accounts in OStatusPlugin | Evan Prodromou | |
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 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-02-21 | correct actor for OStatusPlugin::onEndUnsubscribe() | Evan Prodromou | |
2010-02-21 | add activity:subject to atom feeds | Evan Prodromou | |
2010-02-21 | use notifyActivity() for notifications in OStatusPlugin | Evan Prodromou | |
2010-02-20 | do some double-checks on favor and disfavor handlers in OStatusPlugin | Evan Prodromou | |
2010-02-20 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
Conflicts: plugins/OStatus/OStatusPlugin.php | |||
2010-02-20 | Add support for favor and disfavor notification | Evan Prodromou | |
Added support for favoring and disfavoring in OStatusPlugin. Needed to represent the Notice as an activity:object, so added some code for that in lib/activity.php. Also, made some small changes to OStatusPlugin so it handled having a non-default argument $object correctly. | |||
2010-02-20 | OStatus: send favorite/unfavorite notifications to remote authors | Brion Vibber | |
2010-02-20 | OStatus: fix regressions in plugin & usersalmon action. Sub/unsub ↵ | Brion Vibber | |
notifications are working again. | |||
2010-02-20 | add hooks for OStatus notification on subscribe/unsubscribe | Evan Prodromou | |