summaryrefslogtreecommitdiffstats
path: root/test/functional/users_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Display user's gravatar when editing profile (#5899).Go MAEDA2019-05-201-1/+4
* Update Rails to 5.2.3 (#31113).Go MAEDA2019-03-311-4/+4
* Show projects using a table instead of an unordered list in the user profile ...Go MAEDA2019-03-281-2/+14
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Display user's groups on profile (#12796).Jean-Philippe Lang2019-03-151-0/+15
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Add CSS class to user custom fields (#30985).Go MAEDA2019-03-091-1/+1
* Add issue tracking table on the user profile page (#30421).Go MAEDA2019-02-011-0/+19
* Export users list to CSV (#5957).Go MAEDA2018-08-051-0/+41
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-2/+4
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Deny edit/update/delete for anonymous user (#25483).Jean-Philippe Lang2017-04-031-0/+20
* Use assert_nil instead of assert_equal.Jean-Philippe Lang2016-12-111-1/+1
* User preference for monospaced / variable-width font in textareas (#23653).Jean-Philippe Lang2016-08-301-1/+3
* Removes calls to #assert_template and #assigns in functional tests.Jean-Philippe Lang2016-07-211-35/+26
* Pass parameters with :params in controller tests.Jean-Philippe Lang2016-07-161-73/+119
* Adds our own class for controller tests.Jean-Philippe Lang2016-07-141-1/+1
* 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