summaryrefslogtreecommitdiffstats
path: root/test/unit/user_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix passing a wrong parameter to `with_settings` in UserTest::test_random_pas...Go MAEDA2022-07-161-1/+1
* Add tasks to prune registered users after a certain number of days (#30998).Go MAEDA2022-03-221-0/+10
* Deprecate and rename rss_* methods to atom_* methods (#15118).Marius Balteanu2022-03-191-7/+7
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Drop OpenID support (#35755).Go MAEDA2021-12-141-33/+0
* Add missing fixtures to UserTest (#35975).Go MAEDA2021-11-111-1/+2
* Remove references to deleted user from "user"-Format CustomFields when destro...Marius Balteanu2021-09-061-0/+35
* Remove deprecated WikiContent::Version (#35031).Go MAEDA2021-05-151-1/+1
* Fix "ActiveRecord::StaleObjectError: Attempted to update a stale object: Issu...Go MAEDA2021-04-011-3/+3
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* RuboCop: Fix Layout/SpaceInsideBlockBraces due to r20547 (#34071).Go MAEDA2020-12-021-1/+1
* Changes User.try_to_login to catch and log AuthSourceExceptions, and introduc...Go MAEDA2020-12-021-6/+24
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/ClosingParenthesisIndentation in test/unit/user_...Toshi MARUYAMA2019-11-251-10/+14
* cleanup: rubocop: fix Layout/IndentFirstArgument in test/unit/user_test.rbToshi MARUYAMA2019-11-251-3/+6
* cleanup: rubocop: fix Layout/SpaceAfterComma in test/unit/user_test.rbToshi MARUYAMA2019-11-251-1/+1
* cleanup: rubocop: fix Layout/SpaceInsideParens in test/unit/user_test.rbToshi MARUYAMA2019-11-241-5/+5
* Add a fixture for UserTest#test_bookmarked_project_ids (#29482).Go MAEDA2019-10-281-1/+2
* code cleanup: rubocop: fix Layout/AlignArguments in test/unit/user_test.rbToshi MARUYAMA2019-10-231-8/+8
* Option to filter after my bookmarked projects (#32302, #29482, #31355).Go MAEDA2019-10-231-0/+7
* code cleanup: rubocop: fix Layout/LeadingCommentSpace in test/unit/user_test.rbToshi MARUYAMA2019-10-141-7/+14
* Fix test failure due to missing call to set_tmp_attachments_directory (#32122).Go MAEDA2019-10-041-0/+1
* Force passwords to contain specified character classes (#4221).Go MAEDA2019-08-291-0/+20
* Groups are incorrect when grouping by date without user timezone set.Jean-Philippe Lang2019-06-201-1/+17
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under test directory (#26561).Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Current user should be nil to prevent ActiveJob::DeserializationError errors ...Jean-Philippe Lang2018-11-291-0/+1
* Upgrade to Rails 5.2.0 (#23630).Jean-Philippe Lang2018-06-231-0/+4
* LdapError is deprecated (#24970).Jean-Philippe Lang2017-07-081-1/+1
* Fixed User#project_ids_by_role when first called within chained scopes (#26376).Jean-Philippe Lang2017-07-081-0/+8
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Adds a User.admin scope (#25416).Jean-Philippe Lang2017-04-031-1/+19
* spelling fixes (#25495)Toshi MARUYAMA2017-04-021-3/+3
* revert r16322 (#24970)Toshi MARUYAMA2017-02-021-1/+1
* replace depricated Net::LDAP::LdapError by Net::LDAP::Error (#24970)Toshi MARUYAMA2017-02-021-1/+1
* remove empty lines including white space from test/unit/user_test.rbToshi MARUYAMA2017-01-081-2/+0
* Use assert_nil instead of assert_equal.Jean-Philippe Lang2016-12-111-3/+3
* Enforce issue assignee validation (#23921).Jean-Philippe Lang2016-12-101-0/+3
* Don't pass conditions to #delete_all.Jean-Philippe Lang2016-07-161-1/+1
* Validate status of users and groups.Jean-Philippe Lang2016-04-111-0/+8
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Missing fixtures.Jean-Philippe Lang2016-01-091-1/+2
* Typo "coma" (#20551).Jean-Philippe Lang2015-10-201-2/+2
* Fixed workflow rules when user has duplicated role by inheritance (#19569).Jean-Philippe Lang2015-04-141-0/+12
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-7/+38
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Added missing tests for notify_about?Jean-Philippe Lang2014-11-241-24/+27
* Removed some test contexts.Jean-Philippe Lang2014-11-241-71/+34
* Fixed tests broken by r13646.Jean-Philippe Lang2014-11-231-2/+2