summaryrefslogtreecommitdiff
path: root/plugins/OStatus/classes/Ostatus_profile.php
AgeCommit message (Expand)Author
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
2010-03-18Fix some remote subscription regressions from f21f78364a9cbde2ca535a3983b3847...Brion Vibber
2010-03-16Change the workflow to get better discoveryEvan Prodromou
2010-03-10OStatus: reject attempts to create a remote profile for a local user or group.Brion Vibber
2010-03-05OStatus fix: send the feed's root element, not the DOM document, down to low-...Brion Vibber
2010-03-03OStatus: code cleanup on webfinger fallback pathBrion Vibber
2010-03-03Fix up catching of webfinger setup failsBrion Vibber
2010-03-03Fix for hcard parsing: typo caused notice spew accessing unset array indexBrion Vibber
2010-03-02OStatus: save file records for enclosuresBrion Vibber
2010-03-01Merge branch 'work' into testingBrion Vibber
2010-03-01OStatus: support @example.com/path/to/profile mentions as well as @profile@ex...Brion Vibber
2010-03-01Fix a bunch of notice & warning-level messages that were breaking my inter-in...Brion Vibber
2010-02-26Discovery::lookup now throws an exceptionJames Walker
2010-02-26move signing to take a local actor profile and use local keysJames Walker
2010-02-26updating to use latest salmon NS definitionsJames Walker
2010-02-26more cleanupJames Walker
2010-02-25Merge remote branch 'statusnet/testing' into testingJames Walker
2010-02-25Merge branch 'testing' of gitorious.org:statusnet/mainline into testingBrion Vibber
2010-02-25OStatus: clean up known-URL hinting during profile setup, saves some extra HT...Brion Vibber
2010-02-25Merge branch 'testing' of gitorious.org:statusnet/mainline into testingZach Copley
2010-02-25- Updates to use new activity object factoriesZach Copley
2010-02-25Merge branch 'testing' of gitorious.org:statusnet/mainline into testingBrion Vibber
2010-02-25OStatus: pull best-sized avatar image (96x96 if found, otherwise largest, oth...Brion Vibber
2010-02-25info about discovery in Ostatus_profile::ensureWebfinger()Evan Prodromou
2010-02-25cache results of webfinger lookupsEvan Prodromou