summaryrefslogtreecommitdiff
path: root/actions/remotesubscribe.php
AgeCommit message (Expand)Author
2009-04-02i18n for legend in remote sub formEvan Prodromou
2009-04-01Try to do intelligent redirect codesEvan Prodromou
2009-03-09Changed all $config[][] calls to common_config()Eric Helgeson
2009-03-09Improve handling of null values in profile parameters.Adrian Lang
2009-02-27Auth_Yadis_Yadis::PlainHTTPFetcher expects plain arrays, not hashes.Adrian Lang
2009-01-23Cleanupsarven
2009-01-23Update remotesubscribe for new systemEvan Prodromou
2009-01-15Convert use of common_server_error and common_user_error to methods on ActionEvan Prodromou
2009-01-15Convert all actions to use new UI functionsEvan Prodromou
2008-12-23move opening brace of class declaration to next lineEvan Prodromou
2008-12-23change function headers to K&R styleEvan Prodromou
2008-12-23replace NULL with nullEvan Prodromou
2008-12-23replace all tabs with four spacesEvan Prodromou
2008-12-11add User-Agent to OMB requestsEvan Prodromou
2008-11-18check URI before sendingEvan Prodromou
2008-11-18add some extra checks to avoid remote subscriptions to local usersEvan Prodromou
2008-09-26try to clean up user-without-profile errorsEvan Prodromou
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