summaryrefslogtreecommitdiff
path: root/actions/finishopenidlogin.php
AgeCommit message (Expand)Author
2009-04-01Try to do intelligent redirect codesEvan Prodromou
2009-03-09Changed all $config[][] calls to common_config()Eric Helgeson
2009-02-20Fixing a bunch of undefined variable warnings in OpenID signup processLeslie Michael Orchard
2009-02-07trac #1155 ++ replace strlen with mb_strlen for all utf8 strings.Robin Millette
2009-02-05Allow re-authentication with OpenIDEvan Prodromou
2009-01-23Update finishopenidloginEvan 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-09resolve conflictsEvan Prodromou
2008-12-03don't allow new users if the site is closed or invite only in OpenIDEvan Prodromou
2008-12-09slightly better rememberme logic in finishopenidloginEvan Prodromou
2008-11-17♫ Don't you forget about me ♫Evan Prodromou
2008-08-28add a token for CSRF avoidanceEvan Prodromou
2008-08-13move user registration to a single static methodEvan Prodromou
2008-07-13Colapse a lot of strings to make like easier for translators and more consisi...Mike Cochrane
2008-07-13Merge some gettext strings to one line so translation tools are happierMike Cochrane
2008-07-08Remove tralling whitespace on lines and a gettext replacement that I missed.Mike Cochrane
2008-07-08Convert _t() to _() for gettext.Mike Cochrane
2008-07-10don't auto-pull OpenID parametersEvan Prodromou
2008-07-02methodEvan Prodromou
2008-06-23implement rememberme functionalityEvan Prodromou
2008-06-22forgot to return on invalid nicknameEvan Prodromou
2008-06-22disallow nicknames on a blacklistEvan Prodromou
2008-06-20change from using tag uris to http urls for identifiersEvan Prodromou
2008-06-19push instructions into head and require licenseEvan Prodromou
2008-06-19need a profileurl for new usersEvan Prodromou
2008-06-19move update_user function to openid.phpEvan Prodromou
2008-06-19immediate mode for openidEvan Prodromou
2008-06-18fix syntax error in finishopenidloginEvan Prodromou
2008-06-18consolidate linking a user to an OpenIDEvan Prodromou
2008-06-18fix missing parensEvan Prodromou
2008-06-18go to profile instead of profile settingsEvan Prodromou
2008-06-18set nickname correctlyEvan Prodromou
2008-06-18fix get_saved_values() function in finishopenidloginEvan Prodromou
2008-06-18refactoring errorEvan Prodromou
2008-06-18check existence of args not booleannessEvan Prodromou
2008-06-18fix prompt and debug inputEvan Prodromou
2008-06-18finish openidEvan Prodromou