summaryrefslogtreecommitdiffstats
path: root/test/functional/users_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use `fixtures :all` to ensure consistent test data and improve test reliabili...Go MAEDA2024-12-111-7/+0
* Fix RuboCop offense Layout/EmptyLinesAroundMethodBody, one of the offenses en...Go MAEDA2024-08-121-1/+0
* Adds test for bulk unlock users (#40913).Marius Balteanu2024-07-141-0/+16
* Add bulk lock feature to user list context menu (#40913).Marius Balteanu2024-06-251-8/+34
* Fix "ArgumentError: Invalid response name: unprocessable_entity" with Rack 3....Go MAEDA2024-06-121-2/+2
* Adds description field to custom queries (#9309).Marius Balteanu2024-06-041-0/+9
* Fix RuboCop offense Rails/HttpStatus (#39889).Go MAEDA2024-05-181-13/+13
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Exporting UserQuery does not use the query name as file name (#37674, #38182).Go MAEDA2023-03-011-0/+13
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Fix undefined method when auth source name column is added as column (#37674).Marius Balteanu2022-09-271-0/+14
* User bulk destroy (#37674).Go MAEDA2022-09-201-0/+57
* Introduces a UserQuery model for admin/users (#37674).Go MAEDA2022-09-201-29/+115
* Fix RuboCop offense Layout/FirstHashElementIndentation (#36919).Go MAEDA2022-06-301-10/+13
* Add "Two-factor authentication" filter and column to Users list in administra...Marius Balteanu2022-01-221-0/+44
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Password and Confirmation fields are marked as required when editing a user (...Go MAEDA2021-08-131-0/+2
* Remove unused setting 'Blind carbon copy recipients (bcc)' (#30820).Marius Balteanu2021-08-011-78/+79
* Security notification is not sent when an admin changes the password of a use...Go MAEDA2021-05-241-0/+18
* Rails 6.1: add header=present to csv tests (#29914, #32921).Go MAEDA2021-04-011-5/+5
* 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