Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-26 | salmon actually fetching remote keypairs | James Walker | |
2010-02-25 | Merge remote branch 'statusnet/testing' into testing | James Walker | |
Conflicts: plugins/OStatus/lib/webfinger.php | |||
2010-02-25 | use a real keypair from discovery | James Walker | |
2010-02-25 | cache Web responses in Webfinger library | Evan Prodromou | |
2010-02-25 | use new hcard method for webfinger | Evan Prodromou | |
2010-02-25 | typo | James Walker | |
2010-02-25 | removing the webfinger lib | James Walker | |
2010-02-25 | adding a new, more generic "discovery" class that does LRDD disco | James Walker | |
(rather than webfinger specific) | |||
2010-02-25 | adding some exception handling for magicenv parsing | James Walker | |
2010-02-25 | OStatus: abort processing of this PuSH in item if we got an exception, ↵ | Brion Vibber | |
rather than letting it be re-run. | |||
2010-02-24 | OStatus: handle update-profile Salmon pings | 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 | 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-22 | magicsig shuffling | James Walker | |
2010-02-22 | missing return value check | James Walker | |
2010-02-22 | moving magicsig.php to classes - to add storage | James Walker | |
2010-02-22 | Merge branch 'rationalize-activity' into testing | Zach Copley | |
* rationalize-activity: Move ActivityObject and related stuff to core Add PoCo bits, avatar link, geo point, etc. to person activity obj output | |||
2010-02-22 | Move ActivityObject and related stuff to core | Zach Copley | |
2010-02-23 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Brion Vibber | |
2010-02-22 | Add PoCo bits, avatar link, geo point, etc. to person activity obj output | Zach Copley | |
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 | swapping pear error handling so Crypt_RSA can properly detect available | James Walker | |
math libraries | |||
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 | wiring in magicsig | James Walker | |
2010-02-22 | adding magic sig stuff | James Walker | |
2010-02-22 | handle poco nicknames in Ostatus_profile | Evan Prodromou | |
2010-02-21 | don't calculate replies for remote notices | Evan Prodromou | |
2010-02-21 | change erroneous common_sql_time() to common_sql_date() | Evan Prodromou | |
2010-02-21 | was using HTMLPurifier::purify() as a static method, which it is not | Evan Prodromou | |
2010-02-21 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-21 | add HTMLPurifier config | Evan Prodromou | |
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 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-21 | make some of the Webfinger magic strings constants | 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 | Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-21 | fixup activity serialization so salmon notifications work | 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 git@gitorious.org:statusnet/mainline into testing | Evan Prodromou | |
2010-02-21 | use Ostatus_profile::ensureActivityObjectProfile() in ↵ | Evan Prodromou | |
SalmonAction::ensureProfile() | |||
2010-02-21 | OStatus: debug aid - log the received Salmon post when it can't be parsed ↵ | Brion Vibber | |
properly as an <atom:entry> | |||
2010-02-21 | correct name check in ActivityObject::fromProfile() | Evan Prodromou | |
2010-02-21 | make avatar attribute explicit for ActivityObject | Evan Prodromou | |
2010-02-21 | remove unused profile code from salmonaction | Evan Prodromou | |
2010-02-21 | let activities generate their own XML | Evan Prodromou | |
2010-02-21 | saving notices in salmon actions | Evan Prodromou | |
2010-02-21 | more complete content retrieval in ActivityObject::__construct() | 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. |