summaryrefslogtreecommitdiffstats
path: root/test/functional/users_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Send a security notification when users gain or loose admin (#21421).Jean-Philippe Lang2016-03-201-0/+144
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Adds a configuration setting to enable sudo mode, disabled by default (#19851).Jean-Philippe Lang2015-06-191-1/+0
* Require password re-entry for sensitive actions (#19851).Jean-Philippe Lang2015-06-191-0/+1
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-1/+1
* fix UsersControllerTest failure randomlyToshi MARUYAMA2015-01-151-1/+4
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Adds a test for editing a registered user.Jean-Philippe Lang2014-12-121-0/+8
* Adds a few tests.Jean-Philippe Lang2014-12-031-0/+11
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-2/+2
* Quote values in DOM selectors for Nokogiri compatibility.Jean-Philippe Lang2014-11-201-2/+2
* Adds a role setting for controlling visibility of users: all or members of vi...Jean-Philippe Lang2014-11-111-6/+9
* Adds a single controller for users and groups memberships and support for add...Jean-Philippe Lang2014-10-231-74/+0
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#first with finder options at UsersControl...Toshi MARUYAMA2014-01-111-4/+4
* remove duplicate test from UsersControllerTestToshi MARUYAMA2013-12-071-6/+0
* Fixed that preferences are not preserved when adding a user fails (#15552).Jean-Philippe Lang2013-11-291-0/+19
* Update notified_project_ids while saving record.Jean-Philippe Lang2013-05-131-8/+4
* Fixed that locking and unlocking a user resets the email notification checkbo...Jean-Philippe Lang2013-05-131-0/+12
* Option to generate a random password on user creation/update.Jean-Philippe Lang2013-02-231-0/+55
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Functional tests cleanup.Jean-Philippe Lang2012-12-031-7/+0
* Use 8+ characters long passwords in tests.Jean-Philippe Lang2012-11-271-10/+10
* Fixed that destroying a user from the edit page returns a 404 response (#11691).Jean-Philippe Lang2012-08-261-0/+7
* Removes RJS from UsersController.Jean-Philippe Lang2012-07-211-10/+20
* fix project list is not shown on Email notifications (#11032)Toshi MARUYAMA2012-05-281-0/+23
* code layout cleanup test/functional/users_controller_test.rbToshi MARUYAMA2012-05-281-8/+6
* Fixed that group filter is escaped on users index.Jean-Philippe Lang2012-05-131-0/+3
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Additional tests for UsersController.Jean-Philippe Lang2012-03-111-2/+39
* Adds helpers for testing email body.Jean-Philippe Lang2012-03-041-3/+3
* Rails 3.1 compatibility.Jean-Philippe Lang2012-03-041-0/+27
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-031-7/+0
* back out from r9031 to r9036Toshi MARUYAMA2012-03-011-3/+3
* Rails3: test: add .to_s for mail's bodies check at functional/users_controlle...Toshi MARUYAMA2012-03-011-3/+3
* Adds required fixtures back.Jean-Philippe Lang2012-02-231-1/+1
* Don't use auth_sources fixtures when not needed.Jean-Philippe Lang2012-02-191-1/+1
* REST urls for user memberships.Jean-Philippe Lang2011-12-101-4/+18
* Adds named scopes for users index.Jean-Philippe Lang2011-12-041-0/+8
* remove trailing white-spaces from test/functional/users_controller_test.rb.Toshi MARUYAMA2011-08-251-38/+38
* Adds a Group filter on the admin users list (#7893).Jean-Philippe Lang2011-03-161-3/+12
* Enable ability for administrators to delete users (#7296).Jean-Philippe Lang2011-01-161-0/+24
* Adds support for requesting information about current user using /users/curre...Jean-Philippe Lang2010-12-201-0/+14
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* UsersController tests cleanup.Jean-Philippe Lang2010-12-121-49/+33
* Fixes password sending when creating user.Jean-Philippe Lang2010-12-121-1/+35
* Extracts user groups assignment from controller.Jean-Philippe Lang2010-12-121-0/+7
* Moves mail_notification param to user hash param so that it can be set using ...Jean-Philippe Lang2010-12-121-5/+5
* Moves password param to user hash param so that it can be set using the User ...Jean-Philippe Lang2010-12-121-5/+10
* Adds a "visible" option on User and Project custom fields (#1738).Jean-Philippe Lang2010-11-071-1/+14