| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Refactor: split UsersController#edit into #edit and #update | Eric Davis | 2010-09-30 | 1 | -8/+8 |
* | Refactor: rename UsersController#add to #new | Eric Davis | 2010-09-29 | 1 | -4/+4 |
* | Allow admins to edit user's email notifications and preferences. #3503 | Eric Davis | 2010-09-28 | 1 | -3/+14 |
* | Refactor: split UsersController#add into #add and #create | Eric Davis | 2010-09-28 | 1 | -1/+41 |
* | Allow user password changes when changing to Internal authentication. #6267 | Eric Davis | 2010-09-06 | 1 | -0/+12 |
* | Show projects depending on their visibility in user's profile. #6100 | Jean-Baptiste Barth | 2010-08-10 | 1 | -0/+10 |
* | Move more routing tests into the routing integration test. | Eric Davis | 2010-04-20 | 1 | -80/+0 |
* | Let administrators see locked user profiles. | Jean-Philippe Lang | 2010-02-26 | 1 | -2/+8 |
* | Unified UsersController#list and #index. | Jean-Philippe Lang | 2009-10-29 | 1 | -16/+15 |
* | AccountController#show (/account/show/:id) moved to UsersController#show (/us... | Jean-Philippe Lang | 2009-10-29 | 1 | -0/+43 |
* | Upgraded to Rails 2.3.4 (#3597) | Eric Davis | 2009-09-13 | 1 | -1/+1 |
* | Ability to send an email with password when changing a user's password (#3566). | Jean-Philippe Lang | 2009-07-05 | 1 | -16/+37 |
* | Allows multiple roles on the same project (#706). Prerequisite for user group... | Jean-Philippe Lang | 2009-05-10 | 1 | -3/+3 |
* | Fixes UsersControllerTest. | Jean-Philippe Lang | 2009-02-21 | 1 | -0/+2 |
* | Send an email to the user when an administrator activates a registered user (... | Jean-Philippe Lang | 2009-02-20 | 1 | -0/+16 |
* | Converted routing and urls to follow the Rails REST convention. | Eric Davis | 2009-01-26 | 1 | -2/+72 |
* | Slight changes in functional tests. | Jean-Philippe Lang | 2009-01-04 | 1 | -2/+2 |
* | Adds functional test for user search. | Jean-Philippe Lang | 2008-10-24 | 1 | -0/+10 |
* | Added some functional tests and a CVS test repository. | Jean-Philippe Lang | 2007-12-13 | 1 | -0/+62 |