summaryrefslogtreecommitdiff
path: root/actions/remotesubscribe.php
AgeCommit message (Expand)Author
2008-08-29CSRF protection in remotesubscribeZach Copley
2008-08-23be a little more liberal for sites that accidentally put whitespace before th...Evan Prodromou
2008-07-24ensure that there's a session before redirecting the userEvan Prodromou
2008-07-13Colapse a lot of strings to make like easier for translators and more consisi...Mike Cochrane
2008-07-09Merge conflicts and kill a whole lot of trailing whitespace on lines.Mike Cochrane
2008-07-08Convert _t() to _() for gettext.Mike Cochrane
2008-07-08name of form on remote subscribe changedEvan Prodromou
2008-07-08p.instructions -> div.instructionsEvan Prodromou
2008-07-02methodEvan Prodromou
2008-07-01add documentation for OpenMicroBloggingEvan Prodromou
2008-07-01add instructions to remotesubscribeEvan Prodromou
2008-06-12broadcast profile and change subscription input idEvan Prodromou
2008-06-12add instructions to each form entry in formsEvan Prodromou
2008-06-10undo fancy URLs for omb endpointsEvan Prodromou
2008-06-06push yadis requirement into omb.phpEvan Prodromou
2008-06-06stash URLs for return and check all values for profilesEvan Prodromou
2008-06-06store URL rather than service in $omb for bounce backEvan Prodromou
2008-06-03clear out lots of debugging code, add require to userauthorizationEvan Prodromou
2008-06-03fix service discovery (I think)Evan Prodromou
2008-06-03typo in use of omb_service_uri()Evan Prodromou
2008-06-03more debugging, don't reuse variableEvan Prodromou
2008-06-02move debugging code for checking URIs of XRDEvan Prodromou
2008-06-02trying to find out why auth request is going to requesttokenEvan Prodromou
2008-06-02get rid of callback nonceEvan Prodromou
2008-06-02fix consumer fetching, nonce makingEvan Prodromou
2008-06-02correct server error outputEvan Prodromou
2008-06-02add some debugging output to request token requestEvan Prodromou
2008-06-02minor corrections for OMB discoveryEvan Prodromou
2008-06-02debug infoEvan Prodromou
2008-06-02fix assignment of omb stuffEvan Prodromou
2008-06-02make a nodes variable to pass nodes by referenceEvan Prodromou
2008-06-02trim whitespaceEvan Prodromou
2008-06-02services() returns an arrayEvan Prodromou
2008-06-02add some debugging stuff for problems with remote subscribeEvan Prodromou
2008-06-02use omb_service_filter() rather than omb_match_service()Evan Prodromou
2008-06-02move service-matching callbacks to libraryEvan Prodromou
2008-06-02better handling of XRDS filesEvan Prodromou
2008-05-30parse the XRDS resultsEvan Prodromou
2008-05-30check xrds objectEvan Prodromou
2008-05-30debug message for when services returns nullEvan Prodromou
2008-05-30better debug messagesEvan Prodromou
2008-05-30typo in checking for YADIS failureEvan Prodromou
2008-05-30add debug logging and do some from the remotesubscribe pageEvan Prodromou
2008-05-30check to see if XRDS discovery failedEvan Prodromou
2008-05-30correct content-type on XRDS documentEvan Prodromou
2008-05-30add a print_r for the yadis doc returnedEvan Prodromou
2008-05-30show footer for remotesubscribe formEvan Prodromou
2008-05-30check that services are null in yadis checkEvan Prodromou
2008-05-30remotesubscribe formEvan Prodromou
2008-05-27client side of distributed subscription almost completeEvan Prodromou