summaryrefslogtreecommitdiffstats
path: root/test/functional/users_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Fix that users can delete their own accounts unconditionally via REST API (#1...Go MAEDA2021-03-131-0/+23
* Require explicit confirmation before deleting a user (#34417).Go MAEDA2020-12-101-6/+32
* TypeError when attempting to update a user with a blank email address (#33355).Go MAEDA2020-12-031-0/+13
* use with_settings at UsersControllerTest#test_update_with_generate_password_s...Toshi MARUYAMA2020-11-171-13/+17
* use with_settings at UsersControllerTest#test_update_with_password_change_sho...Toshi MARUYAMA2020-11-161-7/+13
* use with_settings at UsersControllerTest#test_update_with_activation_should_s...Toshi MARUYAMA2020-11-151-7/+11
* use with_settings at UsersControllerTest#test_createToshi MARUYAMA2020-11-141-16/+19
* remove spaces inside {} of UsersControllerTestToshi MARUYAMA2020-11-141-2/+2
* Include twofa_scheme (two-factor scheme) column when exporting users to CSV (...Go MAEDA2020-11-131-6/+13
* Add missing fixture to UsersControllerTest (#33786).Go MAEDA2020-08-021-1/+1
* Additional email addresses are not displayed in user profile page (#33601).Go MAEDA2020-06-271-0/+14
* Include updated_on and passwd_changed_on columns when exporting users to CSV ...Go MAEDA2020-05-021-0/+4
* Unify CSS classes for custom fields in issue#show, issue#edit and issue#bulk_...Go MAEDA2020-04-111-1/+1
* Support custom fields when exporting users to CSV (#33126).Go MAEDA2020-04-041-0/+18
* Unable to edit user or group that has custom fields with text formatting enab...Go MAEDA2020-03-241-0/+8
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* CSV related tests fail with Rails 5.2.4 (#32526, #32525).Go MAEDA2019-12-081-4/+4
* code layout clean up test/functional/users_controller_test.rbToshi MARUYAMA2019-11-251-17/+78
* code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in test/functional/use...Toshi MARUYAMA2019-10-141-1/+0
* User preference for issue history default tab (#3058).Jean-Philippe Lang2019-06-201-1/+3
* Update copyright year.Go MAEDA2019-05-251-1/+1
* 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