summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Expand)Author
2010-02-21don't save Notices that already exist in SalmonEvan 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-21Merge branch 'testing' of gitorious.org:statusnet/mainline into testingBrion Vibber
2010-02-21OStatus: record source profile & saving method in ostatus_source table; this ...Brion Vibber
2010-02-21hook in OStatusPlugin to return Ostatus_profile URIs where applicableEvan Prodromou
2010-02-21Add error info for missing URI in attentionEvan Prodromou
2010-02-21reversed in_array() arguments in UsersalmonActionEvan Prodromou
2010-02-21Wasn't putting in namespaces for reply salmonsEvan Prodromou
2010-02-21Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-02-21Notice::getReplies() returns array of profile IDsEvan Prodromou
2010-02-21Merge branch 'testing' of gitorious.org:statusnet/mainline into testingBrion Vibber
2010-02-21OStatus: drop the remnants of feedsubsettings, replaced by ostatussub and no ...Brion Vibber
2010-02-21Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-02-21work harder to preserve info when creating new Ostatus_profileEvan Prodromou
2010-02-21Merge branch 'testing' of gitorious.org:statusnet/mainline into testingBrion Vibber
2010-02-21OStatus PuSH fixes:Brion Vibber
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-21Do mention lookup for Webfinger accounts in OStatusPluginEvan Prodromou
2010-02-21Add OStatus_profile::ensureWebfinger()Evan Prodromou
2010-02-21make some of the Webfinger magic strings constantsEvan Prodromou
2010-02-21OStatus PuSH fixlets:Brion Vibber
2010-02-21Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-02-21fixup activity serialization so salmon notifications workEvan Prodromou
2010-02-21OStatus feedsub fixlets:Brion Vibber
2010-02-21include namespaces in posted activities in notifyActivity()Evan Prodromou
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-21slightly more robust remote profile creationEvan Prodromou
2010-02-21OStatus: debug aid - log the received Salmon post when it can't be parsed pro...Brion Vibber
2010-02-21correct actor for OStatusPlugin::onEndUnsubscribe()Evan Prodromou
2010-02-21correct call to time() in Ostatus_profile::notify()Evan Prodromou
2010-02-21correct name check in ActivityObject::fromProfile()Evan Prodromou
2010-02-21add activity:subject to atom feedsEvan Prodromou
2010-02-21try different ways to get a profile from a feedEvan Prodromou
2010-02-21make avatar attribute explicit for ActivityObjectEvan Prodromou
2010-02-21remove unused profile code from salmonactionEvan Prodromou
2010-02-21redirect ostatussub if not logged inEvan Prodromou
2010-02-21use notifyActivity() for notifications in OStatusPluginEvan Prodromou
2010-02-21activity notification in Ostatus_profileEvan Prodromou
2010-02-21let activities generate their own XMLEvan Prodromou
2010-02-21Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-02-21more tests for Activity parsingEvan Prodromou
2010-02-21Save posted notices in usersalmonEvan Prodromou
2010-02-21saving notices in salmon actionsEvan Prodromou
2010-02-21more complete content retrieval in ActivityObject::__construct()Evan Prodromou
2010-02-20OStatus: fix regressions from mergeBrion Vibber