summaryrefslogtreecommitdiff
path: root/plugins/OStatus/classes/Ostatus_profile.php
AgeCommit message (Expand)Author
2010-02-25Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-02-25Parse an hcard for hints, if availableEvan Prodromou
2010-02-25Merge branch 'testing' of gitorious.org:statusnet/mainline into testingZach Copley
2010-02-25Add lots of fun avatars to our Atom outputZach Copley
2010-02-26OStatus: if no <link> available and no profileurl hint passed in, use object ...Brion Vibber
2010-02-25moving references to Webfinger to DiscoveryJames Walker
2010-02-25OStatus: fix remote groups to work with new user_groups/local_groups split.Brion Vibber
2010-02-25OStatus: save categories from the Atom entry as hashtags.Brion Vibber
2010-02-24return attachement from saveHTMLFile()Evan Prodromou
2010-02-24content_* to common_*Evan Prodromou
2010-02-24if OStatus post is too long, show the summary and save it as an HTML attachmentEvan Prodromou
2010-02-24Merge branch 'testing' of gitorious.org:statusnet/mainline into testingZach Copley
2010-02-24Populate more profile information when doing a remote subscribeZach Copley
2010-02-24Drop HTMLPurifier; we don't need its extra capabilities and we're already usi...Brion Vibber
2010-02-24OStatus: handle update-profile Salmon pingsBrion Vibber
2010-02-24OStatus: disable HTMLPurify cache unless we've configured a writable path for...Brion Vibber
2010-02-24Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingBrion Vibber
2010-02-24- break OMB profile update pings to a background queueBrion Vibber
2010-02-24use Subscription::start() for remote subscribesEvan Prodromou
2010-02-24OStatus: save updated profile bits when they come in over the wire; fix up ni...Brion Vibber
2010-02-24OStatus: fix group delivery, send reply/group Salmon pings from background.Brion Vibber
2010-02-24OStatus: consolidate the low-level notice save code between Salmon and PuSH i...Brion Vibber
2010-02-23OStatus: fixes for link/id and text extraction gets import of Buzz feeds work...Brion Vibber
2010-02-23OStatus: do PuSH subscription setup from subscribe/join event hooks, so resub...Brion Vibber
2010-02-23OStatus group delivery initial implementation.Brion Vibber
2010-02-22OStatus: initial hookup of remote group membership (notice delivery not yet w...Brion Vibber
2010-02-22handle poco nicknames in Ostatus_profileEvan Prodromou
2010-02-21OStatus: record source profile & saving method in ostatus_source table; this ...Brion Vibber
2010-02-21work harder to preserve info when creating new Ostatus_profileEvan Prodromou
2010-02-21Add OStatus_profile::ensureWebfinger()Evan Prodromou
2010-02-21include namespaces in posted activities in notifyActivity()Evan Prodromou
2010-02-21slightly more robust remote profile creationEvan Prodromou
2010-02-21correct call to time() in Ostatus_profile::notify()Evan Prodromou
2010-02-21try different ways to get a profile from a feedEvan Prodromou
2010-02-21activity notification in Ostatus_profileEvan Prodromou
2010-02-20OStatus: fix regressions from mergeBrion Vibber
2010-02-20Add support for favor and disfavor notificationEvan Prodromou
2010-02-20adjust URI, URL, and location in Ostatus_profile::processPostEvan Prodromou
2010-02-20Cool bug! Technically good PHP syntaxEvan Prodromou
2010-02-19OStatus: Salmon notifications now being generated moderately correctly. :) Ne...Brion Vibber
2010-02-19OStatus: sub/unsub notifications working again. Fixed up autodetection of fee...Brion Vibber
2010-02-19OStatus: hooked up follow/unfollow events on Salmon endpoint to create/destro...Brion Vibber
2010-02-19OStatus: fix up Salmon endpoint detection/saving, timestamp fixes.Brion Vibber
2010-02-18add ActivityContext class and test itEvan Prodromou
2010-02-18OStatus refactoring to clean up profile vs feed and fix up subscription issues.Brion Vibber
2010-02-18OStatus sub/unsub updates:Brion Vibber
2010-02-17OStatus: moving parts of profile processing to Activity from feedmunger. Paus...Brion Vibber
2010-02-16OStatus: migrated notice parsing to use Activity helper classes; on the way t...Brion Vibber
2010-02-16OStatus: fix up some recent regressions in subscription setup; fix state chec...Brion Vibber
2010-02-16OStatus: fix for low-level remote subscribeBrion Vibber