summaryrefslogtreecommitdiffstats
path: root/app/controllers/users_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Deny edit/update/delete for anonymous user (#25483).Jean-Philippe Lang2017-04-031-2/+5
* Send email even if password is not changed (#7577).Jean-Philippe Lang2017-04-031-1/+1
* Don't preload projects and roles on Principal#memberships association (#23519).Jean-Philippe Lang2017-01-071-1/+1
* Wrong activity timezone on user page (#14658).Jean-Philippe Lang2017-01-041-1/+1
* Use the main menu for project related actions that support cross-project disp...Jean-Philippe Lang2016-11-191-0/+1
* Set preferences with #safe_attributes=.Jean-Philippe Lang2016-07-211-1/+1
* Use safe_attributes for user preferences.Jean-Philippe Lang2016-07-171-1/+1
* Handle admin and login with safe_attributes.Jean-Philippe Lang2016-07-141-5/+1
* Use .before_action instead of .before_filter.Jean-Philippe Lang2016-07-141-2/+2
* Don't show non member and anonymous groups in filter.Jean-Philippe Lang2016-04-231-1/+1
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Prevent admins from sending themselves their own password (#21436).Jean-Philippe Lang2015-12-061-1/+1
* Require password re-entry for sensitive actions (#19851).Jean-Philippe Lang2015-06-191-0/+2
* Don't let users be sorted by email (#19161).Jean-Philippe Lang2015-03-201-1/+1
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Don't load user activity for API responses (#18128).Jean-Philippe Lang2014-11-111-4/+5
* Adds a role setting for controlling visibility of users: all or members of vi...Jean-Philippe Lang2014-11-111-7/+5
* Adds a single controller for users and groups memberships and support for add...Jean-Philippe Lang2014-10-231-21/+2
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-4/+4
* 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