| Commit message (Expand) | Author | Age | Files | Lines |
* | Keep anchor (i.e. to a specific issue note) throughout login (#21110). | Jean-Philippe Lang | 2015-10-30 | 1 | -1/+1 |
* | Adds settings for disabling browser language detection and language preferenc... | Jean-Philippe Lang | 2014-01-24 | 1 | -0/+3 |
* | Removed deprecated align and width html attributes (#15307). | Jean-Philippe Lang | 2013-11-11 | 1 | -9/+9 |
* | Use POST instead of GET for logging out (#13022). | Jean-Philippe Lang | 2013-01-30 | 1 | -0/+3 |
* | Preserve username when authentification failed (#11846). | Jean-Philippe Lang | 2012-10-11 | 1 | -2/+7 |
* | JQuery in, Prototype/Scriptaculous out (#11445). | Jean-Philippe Lang | 2012-07-22 | 1 | -1/+1 |
* | Code cleanup. | Jean-Philippe Lang | 2012-07-07 | 1 | -9/+14 |
* | Use named routes. | Jean-Philippe Lang | 2012-07-07 | 3 | -11/+11 |
* | Merged rails-3.2 branch. | Jean-Philippe Lang | 2012-04-25 | 4 | -4/+4 |
* | Adds specific css class for information in forms. | Jean-Philippe Lang | 2012-02-02 | 2 | -4/+4 |
* | View cleanup. | Jean-Philippe Lang | 2012-01-02 | 1 | -24/+11 |
* | replace tabs to spaces at app/views/account/register.html.erb | Toshi MARUYAMA | 2011-09-18 | 1 | -1/+1 |
* | remove trailing white-spaces app/views/account/password_recovery.html.erb | Toshi MARUYAMA | 2011-09-17 | 1 | -1/+1 |
* | rename .rhtml to .html.erb of app/views/account/lost_password.rhtml. | Toshi MARUYAMA | 2011-08-24 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/account/register.rhtml. | Toshi MARUYAMA | 2011-08-24 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/account/password_recovery.rhtml. | Toshi MARUYAMA | 2011-08-24 | 1 | -0/+0 |
* | rename .rhtml to .html.erb of app/views/account/login.rhtml. | Toshi MARUYAMA | 2011-08-24 | 1 | -0/+0 |
* | Adds hooks on login view (#4978). | Jean-Philippe Lang | 2010-03-03 | 1 | -0/+2 |
* | Use the minimum password length setting when reseting a password. (#4683) | Eric Davis | 2010-01-28 | 1 | -1/+1 |
* | Add tabindex to login screen (#4299). | Jean-Philippe Lang | 2009-11-27 | 1 | -5/+5 |
* | AccountController#show (/account/show/:id) moved to UsersController#show (/us... | Jean-Philippe Lang | 2009-10-29 | 1 | -70/+0 |
* | Fixed: Custom values with a nil value cause error on (project|account)/show (... | Jean-Philippe Lang | 2009-09-20 | 1 | -1/+1 |
* | Fixed: login form fields have different width with IE (#3582). | Jean-Philippe Lang | 2009-07-04 | 1 | -2/+2 |
* | Added two plugin hooks to the account page: | Eric Davis | 2009-05-30 | 1 | -0/+2 |
* | Escape custom field name. | Jean-Philippe Lang | 2009-05-12 | 1 | -1/+1 |
* | Sort roles on account view. | Jean-Philippe Lang | 2009-05-12 | 1 | -1/+1 |
* | Allows multiple roles on the same project (#706). Prerequisite for user group... | Jean-Philippe Lang | 2009-05-10 | 1 | -1/+1 |
* | Makes minimum password length configurable. | Jean-Philippe Lang | 2009-04-21 | 1 | -1/+1 |
* | Fixes user's activity link (#2853). | Jean-Philippe Lang | 2009-02-27 | 1 | -1/+1 |
* | Added a space so words don't runtogeatherlikethis. #699 | Eric Davis | 2009-02-11 | 1 | -1/+1 |
* | Added a system setting for allowing OpenID logins and registrations | Eric Davis | 2009-02-11 | 2 | -1/+5 |
* | Added the ability to login via OpenID. | Eric Davis | 2009-02-11 | 2 | -1/+8 |
* | Adds an helper to render other formats download links. | Jean-Philippe Lang | 2009-01-29 | 1 | -4/+3 |
* | Fixed user's activity atom feed broken by r2317. | Jean-Philippe Lang | 2009-01-28 | 1 | -1/+1 |
* | User custom fields can now be set as editable so that users can edit them on ... | Jean-Philippe Lang | 2009-01-17 | 1 | -1/+1 |
* | Obfuscates email address on user's account page using javascript. | Jean-Philippe Lang | 2008-11-30 | 1 | -1/+1 |
* | Slight changes to profile on account page and last connexion date added. | Jean-Philippe Lang | 2008-11-30 | 1 | -8/+11 |
* | Adds links between account and user's activity pages. | Jean-Philippe Lang | 2008-11-30 | 1 | -1/+1 |
* | Adds atom feed on user's account page. | Jean-Philippe Lang | 2008-11-30 | 1 | -0/+9 |
* | Display latest user's activity on account/show view. | Jean-Philippe Lang | 2008-11-30 | 1 | -0/+25 |
* | Changes ApplicationHelper#gravatar_for_mail to #avatar that takes a User or a... | Jean-Philippe Lang | 2008-11-09 | 1 | -1/+1 |
* | Added an option to turn user Gravatars on or off | Eric Davis | 2008-10-31 | 1 | -2/+2 |
* | Added gravatar image to the user's public account page | Eric Davis | 2008-10-30 | 1 | -1/+1 |
* | Adds 'Edit' link on account/show for admin users. | Jean-Philippe Lang | 2008-08-11 | 1 | -0/+4 |
* | Redirect user to the previous page after logging in (#1679). | Jean-Philippe Lang | 2008-07-26 | 1 | -0/+1 |
* | Improved on-the-fly account creation. If some attributes are missing (eg. not... | Jean-Philippe Lang | 2008-07-19 | 1 | -1/+3 |
* | Escapes HTML tags. | Jean-Philippe Lang | 2008-07-02 | 1 | -3/+3 |
* | Custom fields refactoring: most of code moved from controllers to models (usi... | Jean-Philippe Lang | 2008-06-27 | 1 | -2/+2 |
* | Move repetitive calendar include code from views into helper (patch #966 by P... | Jean-Philippe Lang | 2008-03-31 | 1 | -7/+0 |
* | Login field name changed to username (#755). | Jean-Philippe Lang | 2008-02-29 | 1 | -3/+3 |