aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/user_controller.rb
Commit message (Expand)AuthorAgeLines
* Don't say there is a registration form on the right in the case of logging infrancis2008-01-10-2/+2
* Always call save!, which raises an exception on error, rather than ignoring a...francis2008-01-03-3/+3
* Show both signin and signup forms still after error, so can choose other.francis2007-12-14-18/+18
* Give better error for bad confirmation tokens.francis2007-12-14-9/+5
* Ability to force authentication as a particular user.francis2007-11-19-5/+5
* Get user controller to 100% test coverage.francis2007-11-09-19/+26
* Add lots more tests.francis2007-11-08-6/+3
* Redirect to simplified name URL if given complex onefrancis2007-11-08-1/+5
* Make /signin URL workfrancis2007-11-07-3/+8
* Make login have signin and signup on same page, side by side.francis2007-11-07-9/+7
* Put sign in and sign up forms on same page initiallyfrancis2007-11-06-15/+8
* Fill in reason parameters everywhere required.francis2007-11-06-3/+8
* Confirmation email for login.francis2007-11-05-12/+53
* Look at all the find statements with :conditions and check can'tfrancis2007-11-01-5/+5
* Move views for signup and signin pages into the user properly, and remove use...francis2007-11-01-4/+4
* Save post request properly into database with a model, as a record of where tofrancis2007-11-01-21/+20
* Move signin/signup/signout actions from application controller to user contro...francis2007-10-31-1/+70
* Tests for some controllers.francis2007-10-31-2/+2
* Use nicer URLs for user names with funny characters in them.francis2007-10-30-2/+3
* Remove last index action and rename it show - index is confusing as an actionfrancis2007-10-30-2/+2
* Framework for incoming messages.francis2007-10-26-2/+2
* Tweak formatting of controllers.francis2007-10-09-2/+3
* Add primitive user page.francis2007-10-09-0/+15