summaryrefslogtreecommitdiffstats
path: root/test/unit/user_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use 8+ characters long passwords in tests.Jean-Philippe Lang2012-11-271-7/+7
* New user name format: firstname + first letter of lastname (#12085).Jean-Philippe Lang2012-10-301-0/+1
* Fixed that User#allowed_to? should return true or false (#12078).Jean-Philippe Lang2012-10-121-19/+19
* Remove Issue.generate_for_project! test helper and use Issue.generate! instead.Jean-Philippe Lang2012-10-121-1/+1
* add new user format "lastname" (#10937)Toshi MARUYAMA2012-10-011-0/+3
* fix replacing shoulda test name at r10540Toshi MARUYAMA2012-10-011-1/+1
* replace "User#before_create" and "User.login" shoulda contexts at unit user testToshi MARUYAMA2012-10-011-22/+16
* fix 'object_daddy creation' test name at unit user testToshi MARUYAMA2012-10-011-1/+1
* Do not build a projects_by_role Hash that gets updated when accessing a key t...Jean-Philippe Lang2012-08-271-0/+7
* Ability to close projects (read-only) (#3640).Jean-Philippe Lang2012-06-251-0/+12
* Fixed time zone issues introduced by r9719 (#10996).Jean-Philippe Lang2012-05-261-1/+32
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-1/+1
* Removed #generate_with_protected helper methods.Jean-Philippe Lang2012-04-221-14/+15
* Removed object_daddy dependency.Jean-Philippe Lang2012-04-221-9/+13
* Fixed that users with different case logins cannot update their accounts (#10...Jean-Philippe Lang2012-04-191-0/+14
* Fixed that rss key is generated twice when user is not reloaded (#10668).Jean-Philippe Lang2012-04-151-0/+16
* Adds the ability for users to delete their own account (#10664). Can be disab...Jean-Philippe Lang2012-04-151-0/+27
* Fixed that "Default administrator account changed" is always true (#10622).Jean-Philippe Lang2012-04-091-0/+32
* Fixed test names (#1913).Jean-Philippe Lang2012-03-171-2/+2
* LDAP: adds the ability to bind with user's account (#1913).Jean-Philippe Lang2012-03-171-0/+49
* Changed assertions to make them work with Rails2/3 ruby1.8/1.9 different beha...Jean-Philippe Lang2012-03-051-6/+3
* Removed shoulda assertions.Jean-Philippe Lang2012-03-041-5/+0
* Fixes LDAP test.Jean-Philippe Lang2012-03-011-1/+1
* Disabled on the fly registration for auth_source fixture.Jean-Philippe Lang2012-02-191-0/+1
* Increase username length limit from 30 to 60 (#2719).Jean-Philippe Lang2012-02-051-0/+10
* Adds support for multiple repositories per project (#779).Jean-Philippe Lang2012-01-151-3/+2
* Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at...Toshi MARUYAMA2011-12-091-3/+6
* Don't change setting value in tests.Jean-Philippe Lang2011-12-031-4/+6
* Sort the issue list by author/assignee according to user display format (#9669).Jean-Philippe Lang2011-11-261-0/+24
* Rails3: test: replace deprecated errors.on at test_validate_mail_notification...Toshi MARUYAMA2011-10-071-1/+1
* code layout clean up of test/unit/user_test.rbToshi MARUYAMA2011-10-071-1/+3
* add missing fixtures at unit user test in running on empty databaseToshi MARUYAMA2011-09-221-1/+9
* more strict test to ensure single anonymous user at unit user testToshi MARUYAMA2011-09-221-2/+2
* add test to ensure single anonymous user at unit user testToshi MARUYAMA2011-09-221-0/+11
* add test of validate password length at unit user testToshi MARUYAMA2011-09-211-0/+10
* remove trailing white-spaces from test/unit/user_test.rb.Toshi MARUYAMA2011-08-291-107/+107
* Do not show 2 validation errors when user mail is blank.Jean-Philippe Lang2011-07-031-0/+7
* Changed the way the visibility SQL statement is built.Jean-Philippe Lang2011-03-151-0/+17
* Adds random salt to user passwords (#7410).Jean-Philippe Lang2011-02-231-1/+33
* Fixed: no email sent with 'Notifiy for any event on the selected projects onl...Jean-Philippe Lang2011-01-241-0/+17
* Do not show "for only project I select" notification option on application se...Jean-Philippe Lang2011-01-161-0/+6
* Fixed: "Notifiy for only project I select" is randomly displayed (#7294).Jean-Philippe Lang2011-01-161-2/+9
* When destroying a user, remove all references to that user (#7296).Jean-Philippe Lang2011-01-161-2/+206
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Validates user's mail_notification and turn options into strings (the attribu...Jean-Philippe Lang2010-12-121-16/+17
* Fixed: User#allowed_to? returning true in any case if array of projects had o...Jean-Baptiste Barth2010-10-061-0/+4
* Added ability to specify multiple projects in User#allowed_to? (#5332)Jean-Baptiste Barth2010-09-291-0/+13
* Add a default mail notification setting for new usersEric Davis2010-09-281-0/+12
* Added User#notify_about? to check when a user should be notified about an eventEric Davis2010-09-281-0/+66