summaryrefslogtreecommitdiff
path: root/actions/register.php
AgeCommit message (Expand)Author
2009-09-09Merge remote branch 'laconica/0.8.x' into 0.9.xCraig Andrews
2009-09-03Created autofocus method to give focus to an element (primarily a formSarven Capadisli
2009-08-27Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25change controlyourself.ca to status.netEvan Prodromou
2009-08-25change laconi.ca to status.netEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-08-21Merge branch '0.9.x' into openidpluginEvan Prodromou
2009-08-21Merge branch '0.8.x' into 0.9.xEvan Prodromou
2009-08-21register checks Profile bio length correctlyEvan Prodromou
2009-08-13Added a configuration option to disable OpenID.Jeffery To
2009-08-10Added configuration option to only allow OpenID logins.Jeffery To
2009-08-04move openid instructions to OpenIDPluginEvan Prodromou
2009-04-18fix 0.7.x 0.8.x merge conflict in register.phpRobin Millette
2009-04-17incorrect variable accessEvan Prodromou
2009-04-17store invite code in session so openidfinish can find itEvan Prodromou
2009-04-17fix merge conflict 0.7.x 0.8.x in util.php and register.php.Robin Millette
2009-04-16Add a few events (hooks): RegistrationTry, RegistrationForData, ProfileFormDa...Robin Millette
2009-02-26fix notice in registerEvan Prodromou
2009-02-12Revert "Code to handle PEAR_Errors raised by DB_DataObject that are bubbling"Evan Prodromou
2009-02-12Revert "Just discovered the PEAR_Error handling function in index.php. Duh."Evan Prodromou
2009-02-11Just discovered the PEAR_Error handling function in index.php. Duh.Zach Copley
2009-02-11Code to handle PEAR_Errors raised by DB_DataObject that are bubblingZach Copley
2009-02-07trac #1155 ++ replace strlen with mb_strlen for all utf8 strings.Robin Millette
2009-01-29Put license text inside label to align it with "Remember me" label above it. ...Zach Copley
2009-01-27Entered CC3.0 anchor textSarven Capadisli
2009-01-26fix license link in registration pageEvan Prodromou
2009-01-22Added some CSS classes for styling doc pages differentlyZach Copley
2009-01-19Renamed form_datas to form_datasarven
2009-01-18@id for site_nav_global_primary items in order to target for stylingsarven
2009-01-18Markup and styles for the Register pagesarven
2009-01-18Update register action to match phpcs and new frameworkEvan 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-23whitespace changes in actions/register.php after global search-and-replaceEvan 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-02better instructionsEvan Prodromou
2008-12-02better registration instructionsEvan Prodromou
2008-12-02whitespace in actions/registerEvan Prodromou
2008-12-02check for blank email when rejecting a dupeEvan Prodromou
2008-10-21full sentence for invite-only errorEvan Prodromou
2008-10-21add 'invite-only' mode for registrationEvan Prodromou
2008-09-11Fix unquoted array key, causes b0rkage on some php setups (via @bopuc)CiaranG
2008-08-30merge in changes for CSRF, tooEvan Prodromou
2008-08-26updates for invitationsEvan Prodromou
2008-08-30RequirePasswordGarret Buell