summaryrefslogtreecommitdiff
path: root/plugins/OStatus/lib/salmonaction.php
AgeCommit message (Expand)Author
2010-08-13typo mixing up and in salmonactionEvan Prodromou
2010-02-26MagicEnvelope::parse shouldn't be called staticallyJames Walker
2010-02-26move salmon posting to send application/magic-envelope+xml per http://salmon-...James Walker
2010-02-24OStatus: handle update-profile Salmon pingsBrion Vibber
2010-02-24OStatus: consolidate the low-level notice save code between Salmon and PuSH i...Brion Vibber
2010-02-22OStatus: initial hookup of remote group membership (notice delivery not yet w...Brion Vibber
2010-02-22wiring in magicsigJames Walker
2010-02-21don't calculate replies for remote noticesEvan Prodromou
2010-02-21change erroneous common_sql_time() to common_sql_date()Evan Prodromou
2010-02-21was using HTMLPurifier::purify() as a static method, which it is notEvan Prodromou
2010-02-21Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-02-21add HTMLPurifier configEvan Prodromou
2010-02-21OStatus: record source profile & saving method in ostatus_source table; this ...Brion Vibber
2010-02-21Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-02-21use Ostatus_profile::ensureActivityObjectProfile() in SalmonAction::ensurePro...Evan Prodromou
2010-02-21OStatus: debug aid - log the received Salmon post when it can't be parsed pro...Brion Vibber
2010-02-21remove unused profile code from salmonactionEvan Prodromou
2010-02-21saving notices in salmon actionsEvan Prodromou
2010-02-20OStatus: Salmon favorite & unfavorite events now handledBrion Vibber
2010-02-20Move some salmon processing to a superclassEvan Prodromou