summaryrefslogtreecommitdiff
path: root/plugins/OStatus/classes
AgeCommit message (Expand)Author
2010-12-20*cough* don't commit the code that breaks your code that you used to test the...HEADmasterBrion Vibber
2010-12-20Slightly fancier debug code for PuSH hmac mismatches -- save the post to a te...Brion Vibber
2010-12-20Logging helper for bogus hmacs on PuSH in -- record the url & hub with the er...Brion Vibber
2010-10-13Clean up remote avatar temporary files if we fail before saving them into ava...Brion Vibber
2010-10-08Normalize execution guards on OStatus php files; mostly helps cut down on ann...Brion Vibber
2010-09-30Always specify UTF-8 targt charset for html_entity_decode(); default is 8-bit...Brion Vibber
2010-09-22Merge branch '0.9.x' into activityexportEvan Prodromou
2010-09-21make some static functions public for OStatus_profileEvan Prodromou
2010-09-19* i18n/L10n updateSiebrand Mazeland
2010-09-16Ticket #2731: Fix for regression in posting to remote groups (regression in 2...Brion Vibber
2010-09-07Fix for #2663: fix for original/96px-size avatars getting saved with bad perm...Brion Vibber
2010-09-03* i18n/L10n updates and FIXMEs addedSiebrand Mazeland
2010-09-02Merge branch 'swat0' into 0.9.xEvan Prodromou
2010-09-01correctly return oprofile from Ostatus_profile::ensureProfileURI()Evan Prodromou
2010-09-01save URIs of remote profiles marked for attentionEvan Prodromou
2010-08-16Merge branch 'testing'Brion Vibber
2010-08-13Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2010-08-13add hooks to allow plugins to handle different kinds of activitiesEvan Prodromou
2010-08-13Fixes for RSS subscriptions: accept posts with no ActivityStreams object-type...Brion Vibber
2010-08-13Fixes for RSS subscriptions: accept posts with no ActivityStreams object-type...Brion Vibber
2010-08-10Fix for regression with OStatus mention processing (duplicated new and old st...Brion Vibber
2010-08-10Initial support for third-party fallback hub such as Superfeedr for feed subs...Brion Vibber
2010-08-06OStatus/FeedSub: tweaked PuSH feed garbage collection so other plugins can de...Brion Vibber
2010-06-07OStatus plugin: Rolling batch queueing for PuSH output to >50 subscribing sit...Brion Vibber
2010-06-03Option to divert PuSH items directly to the target site's queue when localBrion Vibber
2010-04-21Fix exceptions with bad gravatar URLsEvan Prodromou
2010-04-06Handle attempt to subscribe a local user via their remote webfinger reference...Brion Vibber
2010-03-29Include meta charset header in saved HTML file for long OStatus messages; wit...Brion Vibber
2010-03-26move base64_url_(encode|decode) to static functions in MagicsigJames Walker
2010-03-25Tweak to OStatus long message cropping: use original source notice URL for th...0.9.1rc1Brion Vibber
2010-03-25Add doc comments on saveHTMLFile; drop the extra <div> wrapping the contents ...Brion Vibber
2010-03-25Using &#8230; (hellip) instead of "more" for link textSarven Capadisli
2010-03-25Updated 'more' anchor for attachments to do an XHR GETBrion Vibber
2010-03-24Make sure we're requiring the libraryJames Walker
2010-03-24Updated Math_Biginteger from upstream - removing safe* workaroundsJames Walker
2010-03-24Check for 0.9.0 bad keys from old Crypt_RSA libraryJames Walker
2010-03-22Fix reference. Look at the first ActivityObject in the list.Zach Copley
2010-03-22Some initial media parsingZach Copley
2010-03-22Math_BigInteger doesn't correctly handle serialization/deserialization for a ...Brion Vibber
2010-03-22ignore unrecognized object typesEvan Prodromou
2010-03-21Pull <atom:author> info as well as <activity:actor> when we have an old-style...Brion Vibber
2010-03-21Accept 'tag' and other non-http id URIs in Ostatus_profile::getActivityObject...Brion Vibber
2010-03-21OStatus profile setup cleanupBrion Vibber
2010-03-21only use Posterous author data if it matches the profile URLEvan Prodromou
2010-03-20use Posterous element if available for RssChannel discoveryEvan Prodromou
2010-03-20use feedEl for discoveryEvan Prodromou
2010-03-20fall back to summary or title if content not availableEvan Prodromou
2010-03-20Allow PuSH posts without author informationEvan Prodromou
2010-03-20handle RSS as well as Atom in Ostatus push hitsEvan Prodromou
2010-03-20Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou