index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
controllers
/
account_controller.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed openid redirect.
Jean-Philippe Lang
2012-04-29
1
-1
/
+1
*
Adds the ability for users to delete their own account (#10664). Can be disab...
Jean-Philippe Lang
2012-04-15
1
-8
/
+0
*
Friendly response when the LDAP connection fails.
Jean-Philippe Lang
2012-02-19
1
-0
/
+3
*
Removed unsafe attributes assignment.
Jean-Philippe Lang
2012-02-05
1
-1
/
+2
*
Fixed registration form broken by r8479.
Jean-Philippe Lang
2012-02-05
1
-1
/
+1
*
remove trailing white-spaces from app/controllers/account_controller.rb.
Toshi MARUYAMA
2011-08-31
1
-18
/
+17
*
Set the httponly flag on the autologin cookie.
Jean-Philippe Lang
2011-01-23
1
-1
/
+2
*
Makes the autologin cookie configurable (#1763).
Jean-Philippe Lang
2011-01-23
1
-2
/
+13
*
Refactor: Add methods to User to edit the encapsulate the status field.
Eric Davis
2010-08-03
1
-6
/
+6
*
Do not reset session when a non logged in user request the login form (#4958).
Jean-Philippe Lang
2010-03-12
1
-3
/
+5
*
Refactor: Extract method
Eric Davis
2010-03-04
1
-6
/
+9
*
Refactor: Extract method
Eric Davis
2010-03-04
1
-6
/
+9
*
Log failed user logins to the Rails logger
Eric Davis
2010-02-11
1
-0
/
+1
*
Extract method
Eric Davis
2009-12-21
1
-2
/
+6
*
Refactor: Use the existing method for failing onthefly creations.
Eric Davis
2009-12-20
1
-4
/
+1
*
Removes "xxx and return" calls (#4446).
Jean-Philippe Lang
2009-12-18
1
-2
/
+2
*
AccountController#show (/account/show/:id) moved to UsersController#show (/us...
Jean-Philippe Lang
2009-10-29
1
-23
/
+2
*
Do not show user profile if no visible project or activity (#4129, #3720).
Jean-Philippe Lang
2009-10-29
1
-0
/
+4
*
Added a plugin hook for :controller_account_success_authentication_after
Eric Davis
2009-03-20
1
-0
/
+1
*
Fixes that user's last_login_on was not set when using registration with auto...
Jean-Philippe Lang
2009-03-15
1
-0
/
+1
*
Fixed: When logging in via an autologin cookie the user's last_login_on shoul...
Jean-Philippe Lang
2009-02-25
1
-11
/
+2
*
Fixed the bug in the OpenID registration where the form wouldn't take a login
Eric Davis
2009-02-20
1
-3
/
+3
*
Fixed a bug in the OpenID login when a user signed up with OpenID but hasn't
Eric Davis
2009-02-20
1
-3
/
+11
*
Removes the fat ruby-openid gem. Simply use 'gem install ruby-openid' to enab...
Jean-Philippe Lang
2009-02-12
1
-1
/
+1
*
Added a system setting for allowing OpenID logins and registrations
Eric Davis
2009-02-11
1
-3
/
+3
*
Prevent registration via OpenID if self registration is off. #699
Eric Davis
2009-02-11
1
-0
/
+3
*
Refactored common methods out of register and open_id_authenticate
Eric Davis
2009-02-11
1
-43
/
+49
*
Added user setup needed based on the system's registration settings
Eric Davis
2009-02-11
1
-7
/
+41
*
Added tests for the other OpenID authentication cases. #699
Eric Davis
2009-02-11
1
-3
/
+3
*
Hooked up on the fly OpenID user creation.
Eric Davis
2009-02-11
1
-11
/
+11
*
Added the ability to login via OpenID.
Eric Davis
2009-02-11
1
-17
/
+58
*
Replaces User.find_active with a named scope.
Jean-Philippe Lang
2008-11-30
1
-1
/
+1
*
Display latest user's activity on account/show view.
Jean-Philippe Lang
2008-11-30
1
-2
/
+6
*
Fixes custom fields display order at several places (#1768).
Jean-Philippe Lang
2008-08-11
1
-1
/
+1
*
Moves @layout 'base'@ to ApplicationController.
Jean-Philippe Lang
2008-08-10
1
-1
/
+0
*
Improved on-the-fly account creation. If some attributes are missing (eg. not...
Jean-Philippe Lang
2008-07-19
1
-25
/
+43
*
Custom fields refactoring: most of code moved from controllers to models (usi...
Jean-Philippe Lang
2008-06-27
1
-5
/
+0
*
Log the user in after registration if account activation is not needed.
Jean-Philippe Lang
2008-06-09
1
-1
/
+2
*
Better error message and AR errors in log for failed LDAP on-the-fly user cre...
Jean-Philippe Lang
2008-04-13
1
-0
/
+2
*
Login field name changed to username (#755).
Jean-Philippe Lang
2008-02-29
1
-1
/
+1
*
Fixed: private projects name are displayed on account/show even if the curren...
Jean-Philippe Lang
2008-01-04
1
-1
/
+1
*
Fixed: error on account/register when validation fails.
Jean-Philippe Lang
2007-11-23
1
-4
/
+4
*
There's now 3 account activation strategies (available in application settings):
Jean-Philippe Lang
2007-11-18
1
-23
/
+45
*
Added a named route for the home page.
Jean-Philippe Lang
2007-09-24
1
-6
/
+6
*
Merged 0.6 branch into trunk.
Jean-Philippe Lang
2007-08-29
1
-6
/
+16
*
Fixed: non-active users can be viewed with account/show
Jean-Philippe Lang
2007-08-13
1
-1
/
+1
*
Applied 'register notice' patch by Matt Jones.
Jean-Philippe Lang
2007-08-02
1
-1
/
+1
*
Applied the flash notices patch by Matt Jones (slightly edited).
Jean-Philippe Lang
2007-08-02
1
-3
/
+3
*
Fixed confidentiality issue on account/show.
Jean-Philippe Lang
2007-06-23
1
-0
/
+5
*
Added autologin feature (disabled by default).
Jean-Philippe Lang
2007-05-06
1
-0
/
+7
[next]