summaryrefslogtreecommitdiff
path: root/plugins/OStatus/lib
AgeCommit message (Expand)Author
2010-10-14Show Webfinger, URI and profile page as subject and aliasesEvan Prodromou
2010-10-08Normalize execution guards on OStatus php files; mostly helps cut down on ann...Brion Vibber
2010-09-19* i18n/L10n updateSiebrand Mazeland
2010-09-12Add translator hint.Siebrand Mazeland
2010-09-03syntax error in exception string in discovery.phpEvan Prodromou
2010-09-03* i18n/L10n updates and FIXMEs addedSiebrand Mazeland
2010-09-01send a salmon slap to mentioned person when we reply to a noticeEvan Prodromou
2010-08-16typo mixing up and in salmonactionEvan Prodromou
2010-08-13Suppress whinging during HTML parsing in profile page discovery for things th...Brion Vibber
2010-08-10Initial support for third-party fallback hub such as Superfeedr for feed subs...Brion Vibber
2010-08-07strip whitespace from me:data and me:sig (per spec)James Walker
2010-08-02Fix for #2429 - move OStatus XML writing to XMLStringerJames Walker
2010-08-02fix #2478 - ensure all XRD documents get proper content-type headersJames Walker
2010-08-02move to rel="salmon" (per latest spec)James Walker
2010-07-12Commit hubprepqueuehandler.php -- fix for OStatus bulk output.Brion Vibber
2010-06-07OStatus plugin: Rolling batch queueing for PuSH output to >50 subscribing sit...Brion Vibber
2010-05-21Avoid PHP notice about undefined array index when no avatar photo available f...Brion Vibber
2010-05-14accept either salmon endpoint (until they're unified in the spec)James Walker
2010-05-04Avoid spewing giant debug backtrace into exception in certain OStatus subscri...Brion Vibber
2010-03-26move base64_url_(encode|decode) to static functions in MagicsigJames Walker
2010-03-24Updated Math_Biginteger from upstream - removing safe* workaroundsJames Walker
2010-03-24A bit safer checking in the keypair parsingJames Walker
2010-03-23Don't spew XML parse warnings to output when checking a remote XRD pageBrion Vibber
2010-03-22Math_BigInteger doesn't correctly handle serialization/deserialization for a ...Brion Vibber
2010-03-22Fixing HTTP Header LRDD parsing (sites in subdirectories need this)James Walker
2010-03-19Avoid notices for accessing undefined array indices in hcard processingBrion Vibber
2010-03-19return empty hints if no hcard in the htmlEvan Prodromou
2010-03-19define a 'root' attribute for the channel or feedEvan Prodromou
2010-03-18Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-03-18Remove hkit and do our own hcard parsingEvan Prodromou
2010-03-18Work around weird bug with HTML normalization via PHP DOM module; if source h...Brion Vibber
2010-03-18OStatus discover fixes:Brion Vibber
2010-03-17Merge branch 'testing' of git@gitorious.org:statusnet/mainline into testingEvan Prodromou
2010-03-16Change the workflow to get better discoveryEvan Prodromou
2010-03-15Fix feed discovery: html:link@rel can contain multiple values; saw rel="updat...Brion Vibber
2010-03-15use canonical user url in xrdJames Walker
2010-03-13Performing & allowing host-meta discovery by http url (in addition to webfing...James Walker
2010-03-11fix invalid separator in magic-public-key XRD and matching parsing.James Walker
2010-03-11remove hard-coded me:env check in magicenvelopeJames Walker
2010-03-11base64_encode/decode -> base64_url_encode/decodeJames Walker
2010-03-09OStatus: fix exception thrown on HTTP error during feed discoveryBrion Vibber
2010-03-04Catch a previously uncaught exception and add some additional debug logs for ...James Walker
2010-03-03refactor xrd to allow for ownerxrd - xrd document for the site owner.James Walker
2010-03-03OStatus: catchable exception instead of fatal when parsing valid XML that isn...Brion Vibber
2010-03-03Put all required field setup into AtomUserNoticeFeed and AtomGroupNoticeFeed,...Brion Vibber
2010-03-03Avoid warning/notice spew in XRD parser. Not all DOM nodes are elements.Brion 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-26MagicEnvelope::parse shouldn't be called staticallyJames Walker