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