summaryrefslogtreecommitdiffstats
path: root/test/unit/user_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed some test contexts.Jean-Philippe Lang2014-11-231-72/+55
* Removed some test contexts.Jean-Philippe Lang2014-11-231-80/+45
* Selected projects in email notifications on "my account" are lost when the pa...Jean-Philippe Lang2014-11-221-0/+5
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-8/+43
* Adds buit-in groups to give specific permissions to anonymous and non members...Jean-Philippe Lang2014-09-281-5/+33
* Invalidate security tokens on password or email changes (#17717).Jean-Baptiste Barth2014-09-141-0/+36
* Make 2nd parameter optional in User#allowed_to_globally? for consistency (#64...Jean-Baptiste Barth2014-09-061-0/+13
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* remove unneeded Relation#all from UserTestToshi MARUYAMA2014-01-271-1/+1
* Adds firstname initials+lastname user format.Jean-Philippe Lang2014-01-241-0/+5
* Rails4: replace deprecated find_all_by_* at UserTestToshi MARUYAMA2014-01-091-5/+5
* Rails4: replace deprecated Relation#first with finder options at UserTestToshi MARUYAMA2014-01-091-2/+2
* fix indents of OpenID tests in UserTestToshi MARUYAMA2013-12-091-27/+24
* code format clean up UserTestToshi MARUYAMA2013-12-091-20/+37
* Don't create duplicate wikis in test (#15420).Jean-Philippe Lang2013-11-231-1/+1
* remove trailing white-spaces from test/unit/user_test.rbToshi MARUYAMA2013-10-171-5/+5
* not use assert_not_nil in Errors#[]Toshi MARUYAMA2013-07-301-1/+1
* Role based custom queries (#1019).Jean-Philippe Lang2013-07-111-2/+2
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-121-1/+1
* Adds a test for User.try_to_login with active_only set to false.Jean-Philippe Lang2013-06-091-26/+31
* Removed some shoulda context.Jean-Philippe Lang2013-05-181-82/+67
* Performance: avoid querying all memberships in User#roles_for_project (#13301).Jean-Philippe Lang2013-03-011-0/+26
* Use User#generate_password in MailHandler.Jean-Philippe Lang2013-02-231-0/+14
* Option to generate a random password on user creation/update.Jean-Philippe Lang2013-02-231-0/+21
* Removed unused fixtures.Jean-Philippe Lang2013-02-031-2/+1