summaryrefslogtreecommitdiffstats
path: root/app/controllers/account_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Backported r2609 from trunk.Jean-Philippe Lang2009-04-051-0/+1
* Replaces User.find_active with a named scope.Jean-Philippe Lang2008-11-301-1/+1
* Display latest user's activity on account/show view.Jean-Philippe Lang2008-11-301-2/+6
* Fixes custom fields display order at several places (#1768).Jean-Philippe Lang2008-08-111-1/+1
* Moves @layout 'base'@ to ApplicationController.Jean-Philippe Lang2008-08-101-1/+0
* Improved on-the-fly account creation. If some attributes are missing (eg. not...Jean-Philippe Lang2008-07-191-25/+43
* Custom fields refactoring: most of code moved from controllers to models (usi...Jean-Philippe Lang2008-06-271-5/+0
* Log the user in after registration if account activation is not needed.Jean-Philippe Lang2008-06-091-1/+2
* Better error message and AR errors in log for failed LDAP on-the-fly user cre...Jean-Philippe Lang2008-04-131-0/+2
* Login field name changed to username (#755).Jean-Philippe Lang2008-02-291-1/+1
* Fixed: private projects name are displayed on account/show even if the curren...Jean-Philippe Lang2008-01-041-1/+1
* Fixed: error on account/register when validation fails.Jean-Philippe Lang2007-11-231-4/+4
* There's now 3 account activation strategies (available in application settings):Jean-Philippe Lang2007-11-181-23/+45
* Added a named route for the home page.Jean-Philippe Lang2007-09-241-6/+6
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-291-6/+16
* Fixed: non-active users can be viewed with account/showJean-Philippe Lang2007-08-131-1/+1
* Applied 'register notice' patch by Matt Jones.Jean-Philippe Lang2007-08-021-1/+1
* Applied the flash notices patch by Matt Jones (slightly edited).Jean-Philippe Lang2007-08-021-3/+3
* Fixed confidentiality issue on account/show.Jean-Philippe Lang2007-06-231-0/+5
* Added autologin feature (disabled by default).Jean-Philippe Lang2007-05-061-0/+7
* added svn:eol-style native property on /app filesJean-Philippe Lang2007-03-121-130/+130
* lost_password option checking in account controllerJean-Philippe Lang2007-02-041-1/+2
* proper language setting for mail notificationsJean-Philippe Lang2007-01-271-3/+0
* * replaced :controller => '' broken statements by :controller => 'welcome'Jean-Philippe Lang2007-01-251-6/+6
* settings are now stored in the database (config_custom.rb no more used) and e...Jean-Philippe Lang2007-01-211-3/+3
* ActiveRecord::RecordNotFound exceptions handled more gracefullyJean-Philippe Lang2007-01-021-0/+2
* trunk moved from /trunk/redmine to /trunkJean-Philippe Lang2006-12-051-0/+131