| Commit message (Expand) | Author | Age | Files | Lines |
* | REST urls for user memberships. | Jean-Philippe Lang | 2011-12-10 | 1 | -2/+4 |
* | Adds named scopes for users index. | Jean-Philippe Lang | 2011-12-04 | 1 | -11/+5 |
* | remove trailing white-spaces from app/controllers/users_controller.rb. | Toshi MARUYAMA | 2011-08-31 | 1 | -21/+21 |
* | Separation of RSS/API auth actions. | Jean-Philippe Lang | 2011-07-09 | 1 | -1/+1 |
* | Removed calls to deprecated Project.visible_by method. | Jean-Philippe Lang | 2011-04-05 | 1 | -1/+1 |
* | Indentation. | Jean-Philippe Lang | 2011-03-16 | 1 | -3/+3 |
* | Adds a Group filter on the admin users list (#7893). | Jean-Philippe Lang | 2011-03-16 | 1 | -4/+10 |
* | Enable ability for administrators to delete users (#7296). | Jean-Philippe Lang | 2011-01-16 | 1 | -2/+11 |
* | Adds support for requesting information about current user using /users/curre... | Jean-Philippe Lang | 2010-12-20 | 1 | -10/+14 |
* | Fixes password sending when creating user. | Jean-Philippe Lang | 2010-12-12 | 1 | -1/+1 |
* | Extracts user groups assignment from controller. | Jean-Philippe Lang | 2010-12-12 | 1 | -1/+0 |
* | Code cleanup. | Jean-Philippe Lang | 2010-12-12 | 1 | -6/+0 |
* | Moves mail_notification param to user hash param so that it can be set using ... | Jean-Philippe Lang | 2010-12-12 | 1 | -11/+4 |
* | Moves password param to user hash param so that it can be set using the User ... | Jean-Philippe Lang | 2010-12-12 | 1 | -5/+9 |
* | Declare safe attributes for User and Projects models. | Jean-Philippe Lang | 2010-12-12 | 1 | -2/+3 |
* | Restores object count and adds offset/limit attributes to API responses for p... | Jean-Philippe Lang | 2010-12-11 | 1 | -6/+13 |
* | Adds a pseudo format to api template names and overrides ActionController#def... | Jean-Philippe Lang | 2010-12-04 | 1 | -3/+3 |
* | Adds a reusable method to render API response on validation failure. | Jean-Philippe Lang | 2010-12-03 | 1 | -4/+2 |
* | Dry Users API responders. | Jean-Philippe Lang | 2010-12-03 | 1 | -8/+4 |
* | Adds xml/json REST API for Users (#6260). | Jean-Philippe Lang | 2010-12-03 | 1 | -1/+14 |
* | Add responders to UsersController. | Jean-Philippe Lang | 2010-12-03 | 1 | -11/+30 |
* | Adds a "visible" option on User and Project custom fields (#1738). | Jean-Philippe Lang | 2010-11-07 | 1 | -1/+0 |
* | Refactor: split UsersController#edit into #edit and #update | Eric Davis | 2010-09-30 | 1 | -29/+40 |
* | Refactor: rename UsersController#add to #new | Eric Davis | 2010-09-29 | 1 | -3/+3 |
* | Refactor: move method to model | Eric Davis | 2010-09-28 | 1 | -16/+1 |
* | Allow admins to edit user's email notifications and preferences. #3503 | Eric Davis | 2010-09-28 | 1 | -0/+43 |
* | Refactor: split UsersController#add into #add and #create | Eric Davis | 2010-09-28 | 1 | -14/+18 |
* | Allow user password changes when changing to Internal authentication. #6267 | Eric Davis | 2010-09-06 | 1 | -1/+3 |
* | Show projects depending on their visibility in user's profile. #6100 | Jean-Baptiste Barth | 2010-08-10 | 1 | -4/+2 |
* | Added a warning when a new user or group membership is invalid. #3834 | Jean-Baptiste Barth | 2010-08-10 | 1 | -8/+16 |
* | Refactor: Extract method to the Member model | Eric Davis | 2010-03-18 | 1 | -2/+1 |
* | Let administrators see locked user profiles. | Jean-Philippe Lang | 2010-02-26 | 1 | -4/+6 |
* | Adds a 'Create and continue' button on new user form. | Jean-Philippe Lang | 2009-12-20 | 1 | -1/+3 |
* | Fixes test broken by r3176 (#4439). | Jean-Philippe Lang | 2009-12-18 | 1 | -1/+2 |
* | Adds an admin layout that displays the admin menu in the sidebar. | Jean-Philippe Lang | 2009-12-17 | 1 | -1/+4 |
* | Unified UsersController#list and #index. | Jean-Philippe Lang | 2009-10-29 | 1 | -6/+1 |
* | AccountController#show (/account/show/:id) moved to UsersController#show (/us... | Jean-Philippe Lang | 2009-10-29 | 1 | -3/+23 |
* | Add mail field to admin user search filter (#3882). | Jean-Philippe Lang | 2009-10-24 | 1 | -1/+1 |
* | User groups branch merged. | Jean-Philippe Lang | 2009-09-12 | 1 | -5/+10 |
* | Ability to send an email with password when changing a user's password (#3566). | Jean-Philippe Lang | 2009-07-05 | 1 | -1/+5 |
* | Allows multiple roles on the same project (#706). Prerequisite for user group... | Jean-Philippe Lang | 2009-05-10 | 1 | -5/+13 |
* | Send an email to the user when an administrator activates a registered user (... | Jean-Philippe Lang | 2009-02-20 | 1 | -1/+5 |
* | Merged nested projects branch. Removes limit on subproject nesting (#594). | Jean-Philippe Lang | 2009-01-24 | 1 | -1/+1 |
* | Validates sort_key and sort_order params (#2378). | Jean-Philippe Lang | 2008-12-24 | 1 | -1/+1 |
* | Adds the ability to search for a user on the administration users list. | Jean-Philippe Lang | 2008-10-24 | 1 | -4/+8 |
* | Moves @layout 'base'@ to ApplicationController. | Jean-Philippe Lang | 2008-08-10 | 1 | -1/+0 |
* | Custom fields refactoring: most of code moved from controllers to models (usi... | Jean-Philippe Lang | 2008-06-27 | 1 | -10/+1 |
* | Split user edit screen into tabs. | Jean-Philippe Lang | 2008-05-02 | 1 | -8/+5 |
* | Preserve status filter and page number when using lock/unlock/activate links ... | Jean-Philippe Lang | 2008-04-06 | 1 | -1/+2 |
* | Slight changes on users list view and hide Anonymous user. | Jean-Philippe Lang | 2008-02-03 | 1 | -2/+2 |