summaryrefslogtreecommitdiff
path: root/plugins/OStatus/classes/Ostatus_profile.php
AgeCommit message (Expand)Author
2010-12-17move code to get an author object for a feed to a library from Ostatus_profileEvan Prodromou
2010-12-15Cleaner code to avoid a couple PHP notices from accessing uninitialized varia...Brion Vibber
2010-11-02i18n/L10n fixes and translator documentation addded/updated.Siebrand Mazeland
2010-11-02Tossing in a basic i18n message export to script code. Plugins can hook Start...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-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-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-22Fix reference. Look at the first ActivityObject in the list.Zach Copley
2010-03-22Some initial media parsingZach Copley
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
2010-03-20try to make a nickname from the user profile url before using the URIEvan Prodromou
2010-03-19OStatus: be a little laxer about attempts to start/stop PuSH subscriptions th...Brion Vibber
2010-03-19ensure from an RSS channelEvan Prodromou
2010-03-19Validate OStatus avatar URL before fetching.Brion Vibber
2010-03-18Fix notice warning about unused var -- was renamed during refactoring.Brion Vibber
2010-03-18Fix for xmpp/sms notification options appearing to be disabled on new subscri...Brion Vibber