| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed shoulda assertions. | Jean-Philippe Lang | 2012-03-04 | 1 | -5/+0 |
* | Fixes LDAP test. | Jean-Philippe Lang | 2012-03-01 | 1 | -1/+1 |
* | Disabled on the fly registration for auth_source fixture. | Jean-Philippe Lang | 2012-02-19 | 1 | -0/+1 |
* | Increase username length limit from 30 to 60 (#2719). | Jean-Philippe Lang | 2012-02-05 | 1 | -0/+10 |
* | Adds support for multiple repositories per project (#779). | Jean-Philippe Lang | 2012-01-15 | 1 | -3/+2 |
* | Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at... | Toshi MARUYAMA | 2011-12-09 | 1 | -3/+6 |
* | Don't change setting value in tests. | Jean-Philippe Lang | 2011-12-03 | 1 | -4/+6 |
* | Sort the issue list by author/assignee according to user display format (#9669). | Jean-Philippe Lang | 2011-11-26 | 1 | -0/+24 |
* | Rails3: test: replace deprecated errors.on at test_validate_mail_notification... | Toshi MARUYAMA | 2011-10-07 | 1 | -1/+1 |
* | code layout clean up of test/unit/user_test.rb | Toshi MARUYAMA | 2011-10-07 | 1 | -1/+3 |
* | add missing fixtures at unit user test in running on empty database | Toshi MARUYAMA | 2011-09-22 | 1 | -1/+9 |
* | more strict test to ensure single anonymous user at unit user test | Toshi MARUYAMA | 2011-09-22 | 1 | -2/+2 |
* | add test to ensure single anonymous user at unit user test | Toshi MARUYAMA | 2011-09-22 | 1 | -0/+11 |
* | add test of validate password length at unit user test | Toshi MARUYAMA | 2011-09-21 | 1 | -0/+10 |
* | remove trailing white-spaces from test/unit/user_test.rb. | Toshi MARUYAMA | 2011-08-29 | 1 | -107/+107 |
* | Do not show 2 validation errors when user mail is blank. | Jean-Philippe Lang | 2011-07-03 | 1 | -0/+7 |
* | Changed the way the visibility SQL statement is built. | Jean-Philippe Lang | 2011-03-15 | 1 | -0/+17 |
* | Adds random salt to user passwords (#7410). | Jean-Philippe Lang | 2011-02-23 | 1 | -1/+33 |
* | Fixed: no email sent with 'Notifiy for any event on the selected projects onl... | Jean-Philippe Lang | 2011-01-24 | 1 | -0/+17 |
* | Do not show "for only project I select" notification option on application se... | Jean-Philippe Lang | 2011-01-16 | 1 | -0/+6 |
* | Fixed: "Notifiy for only project I select" is randomly displayed (#7294). | Jean-Philippe Lang | 2011-01-16 | 1 | -2/+9 |
* | When destroying a user, remove all references to that user (#7296). | Jean-Philippe Lang | 2011-01-16 | 1 | -2/+206 |
* | Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050 | Jean-Baptiste Barth | 2010-12-12 | 1 | -1/+1 |
* | Validates user's mail_notification and turn options into strings (the attribu... | Jean-Philippe Lang | 2010-12-12 | 1 | -16/+17 |
* | Fixed: User#allowed_to? returning true in any case if array of projects had o... | Jean-Baptiste Barth | 2010-10-06 | 1 | -0/+4 |
* | Added ability to specify multiple projects in User#allowed_to? (#5332) | Jean-Baptiste Barth | 2010-09-29 | 1 | -0/+13 |
* | Add a default mail notification setting for new users | Eric Davis | 2010-09-28 | 1 | -0/+12 |
* | Added User#notify_about? to check when a user should be notified about an event | Eric Davis | 2010-09-28 | 1 | -0/+66 |
* | Converted User#mail_notification from a boolean to a string. | Eric Davis | 2010-09-28 | 1 | -4/+4 |
* | Added missing tests for User#allowed_to? #6291 | Jean-Baptiste Barth | 2010-09-03 | 1 | -0/+43 |
* | Strips user email (#5834). | Jean-Philippe Lang | 2010-07-25 | 1 | -0/+6 |
* | Add some tests for User#try_to_login with LDAP. #5592 | Eric Davis | 2010-06-30 | 1 | -0/+15 |
* | Change User#login to be case-insensitive. #2473 | Eric Davis | 2010-06-20 | 1 | -0/+34 |
* | Allow AuthSources to control if they allow password changes. | Eric Davis | 2010-05-23 | 1 | -0/+26 |
* | Check that admin LDAP user is untouched after authentication (#5263). | Jean-Philippe Lang | 2010-04-11 | 1 | -2/+14 |
* | Moves the LDAP test server to a fixture. | Jean-Philippe Lang | 2010-02-26 | 1 | -11/+2 |
* | Fix LDAP on the fly creation. The User object doesn't have a :dn attribute. | Eric Davis | 2010-02-25 | 1 | -0/+30 |
* | Added an API token for each User to use when making API requests. (#3920) | Eric Davis | 2009-12-23 | 1 | -1/+51 |
* | Fixed a typo in Object daddy | Eric Davis | 2009-11-05 | 1 | -0/+6 |
* | Adds missing native eol properties. | Jean-Philippe Lang | 2009-09-20 | 1 | -223/+223 |
* | Upgraded to Rails 2.3.4 (#3597) | Eric Davis | 2009-09-13 | 1 | -1/+1 |
* | Allows multiple roles on the same project (#706). Prerequisite for user group... | Jean-Philippe Lang | 2009-05-10 | 1 | -6/+6 |
* | Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2. | Jean-Philippe Lang | 2009-02-21 | 1 | -1/+1 |
* | Fixed: User#identity_url raises an error when invalid url is supplied (#2742). | Jean-Philippe Lang | 2009-02-15 | 1 | -0/+11 |
* | Removes the fat ruby-openid gem. Simply use 'gem install ruby-openid' to enab... | Jean-Philippe Lang | 2009-02-12 | 1 | -188/+194 |
* | Normalize the identity_url when it's set. | Eric Davis | 2009-02-12 | 1 | -0/+19 |
* | Hooked up on the fly OpenID user creation. | Eric Davis | 2009-02-11 | 1 | -0/+7 |
* | Makes email adress uniqueness case-insensitive (#2473). | Jean-Philippe Lang | 2009-01-10 | 1 | -0/+13 |
* | Makes User.find_by_mail case-insensitive (password reminder #2322, repo users... | Jean-Philippe Lang | 2008-12-12 | 1 | -0/+6 |
* | Sort users by their display names so that user dropdown lists are sorted alph... | Jean-Philippe Lang | 2008-11-11 | 1 | -2/+2 |