summaryrefslogtreecommitdiffstats
path: root/app/controllers/users_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Fixed that preferences are not preserved when adding a user fails (#15552).Jean-Philippe Lang2013-11-291-3/+1
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-1/+1
* Update notified_project_ids while saving record.Jean-Philippe Lang2013-05-131-2/+0
* Fixed that locking and unlocking a user resets the email notification checkbo...Jean-Philippe Lang2013-05-131-2/+0
* Option to generate a random password on user creation/update.Jean-Philippe Lang2013-02-231-4/+6
* remove trailing tabs from app/controllers/users_controller.rbToshi MARUYAMA2013-02-171-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Deprecation warnings (#12774).Jean-Philippe Lang2013-01-081-2/+2
* Use named routes in controllers.Jean-Philippe Lang2012-12-111-7/+8
* Replaces find(:first/:all) calls.Jean-Philippe Lang2012-12-031-4/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-4/+4
* Fixed that destroying a user from the edit page returns a 404 response (#11691).Jean-Philippe Lang2012-08-261-1/+1
* Reverted r10234 and r10235 that broke redirect after login (#11691).Jean-Philippe Lang2012-08-261-1/+1
* Use a back_url parameter instead of referrer to refresh the page after user d...Etienne Massip2012-08-241-1/+1
* Removes RJS from UsersController.Jean-Philippe Lang2012-07-211-16/+3
* Fixed that 200 API responses have a body containing one space (#11388).Jean-Philippe Lang2012-07-141-2/+2
* More specific flash message when creating a user account.Jean-Philippe Lang2012-06-261-1/+1
* Redirect to referer when deleting a user (#10865).Jean-Philippe Lang2012-05-131-1/+1
* replace Mailer deliver syntax to Rails3 styleToshi MARUYAMA2012-05-051-3/+3
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Code cleanup.Jean-Philippe Lang2012-04-061-3/+1
* Rails 3.1 compatibility.Jean-Philippe Lang2012-03-041-4/+2
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-031-5/+0
* 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