| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace JQuery `.focus()` method with HTML `autofocus` attribute (#37482). | Go MAEDA | 2022-08-06 | 1 | -8/+2 |
* | Drop OpenID support (#35755). | Go MAEDA | 2021-12-14 | 2 | -10/+1 |
* | Use robots.txt instead of robots meta tag to prevent web crawlers from indexi... | Go MAEDA | 2020-12-05 | 4 | -16/+0 |
* | Robots meta tag to prevent web crawlers from indexing login, register, and lo... | Go MAEDA | 2020-12-01 | 4 | -0/+16 |
* | Adds two factor authentication support (#1237). | Go MAEDA | 2020-08-29 | 1 | -0/+20 |
* | Force passwords to contain specified character classes (#4221). | Go MAEDA | 2019-08-29 | 2 | -2/+8 |
* | Introduce setting to hide optional user custom fields on registration form (#... | Jean-Philippe Lang | 2017-04-09 | 1 | -1/+1 |
* | Replaces the login table with a div. | Jean-Philippe Lang | 2016-06-30 | 1 | -37/+25 |
* | Adds the "Hide my email address" option on the registration form (#21500). | Jean-Philippe Lang | 2015-12-13 | 1 | -0/+4 |
* | 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 |