| Commit message (Expand) | Author | Age | Files | Lines |
* | update copyright year (#15977) | Toshi MARUYAMA | 2014-01-29 | 1 | -1/+1 |
* | remove unneeded Relation#all from UserTest | Toshi MARUYAMA | 2014-01-27 | 1 | -1/+1 |
* | Adds firstname initials+lastname user format. | Jean-Philippe Lang | 2014-01-24 | 1 | -0/+5 |
* | Rails4: replace deprecated find_all_by_* at UserTest | Toshi MARUYAMA | 2014-01-09 | 1 | -5/+5 |
* | Rails4: replace deprecated Relation#first with finder options at UserTest | Toshi MARUYAMA | 2014-01-09 | 1 | -2/+2 |
* | fix indents of OpenID tests in UserTest | Toshi MARUYAMA | 2013-12-09 | 1 | -27/+24 |
* | code format clean up UserTest | Toshi MARUYAMA | 2013-12-09 | 1 | -20/+37 |
* | Don't create duplicate wikis in test (#15420). | Jean-Philippe Lang | 2013-11-23 | 1 | -1/+1 |
* | remove trailing white-spaces from test/unit/user_test.rb | Toshi MARUYAMA | 2013-10-17 | 1 | -5/+5 |
* | not use assert_not_nil in Errors#[] | Toshi MARUYAMA | 2013-07-30 | 1 | -1/+1 |
* | Role based custom queries (#1019). | Jean-Philippe Lang | 2013-07-11 | 1 | -2/+2 |
* | Cleanup of finders with :conditions option. | Jean-Philippe Lang | 2013-06-12 | 1 | -1/+1 |
* | Adds a test for User.try_to_login with active_only set to false. | Jean-Philippe Lang | 2013-06-09 | 1 | -26/+31 |
* | Removed some shoulda context. | Jean-Philippe Lang | 2013-05-18 | 1 | -82/+67 |
* | Performance: avoid querying all memberships in User#roles_for_project (#13301). | Jean-Philippe Lang | 2013-03-01 | 1 | -0/+26 |
* | Use User#generate_password in MailHandler. | Jean-Philippe Lang | 2013-02-23 | 1 | -0/+14 |
* | Option to generate a random password on user creation/update. | Jean-Philippe Lang | 2013-02-23 | 1 | -0/+21 |
* | Removed unused fixtures. | Jean-Philippe Lang | 2013-02-03 | 1 | -2/+1 |
* | Always notify project members about news unless they turned off all notificat... | Jean-Philippe Lang | 2013-01-26 | 1 | -2/+8 |
* | Adds "sorted" scope to Principal and User and sort users/groups properly. | Jean-Philippe Lang | 2013-01-23 | 1 | -0/+4 |
* | Split "Manage documents" permission into create, edit and delete permissions ... | Jean-Philippe Lang | 2013-01-20 | 1 | -1/+1 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 1 | -1/+1 |
* | Use 8+ characters long passwords in tests. | Jean-Philippe Lang | 2012-11-27 | 1 | -7/+7 |
* | New user name format: firstname + first letter of lastname (#12085). | Jean-Philippe Lang | 2012-10-30 | 1 | -0/+1 |
* | Fixed that User#allowed_to? should return true or false (#12078). | Jean-Philippe Lang | 2012-10-12 | 1 | -19/+19 |
* | Remove Issue.generate_for_project! test helper and use Issue.generate! instead. | Jean-Philippe Lang | 2012-10-12 | 1 | -1/+1 |
* | add new user format "lastname" (#10937) | Toshi MARUYAMA | 2012-10-01 | 1 | -0/+3 |
* | fix replacing shoulda test name at r10540 | Toshi MARUYAMA | 2012-10-01 | 1 | -1/+1 |
* | replace "User#before_create" and "User.login" shoulda contexts at unit user test | Toshi MARUYAMA | 2012-10-01 | 1 | -22/+16 |
* | fix 'object_daddy creation' test name at unit user test | Toshi MARUYAMA | 2012-10-01 | 1 | -1/+1 |
* | Do not build a projects_by_role Hash that gets updated when accessing a key t... | Jean-Philippe Lang | 2012-08-27 | 1 | -0/+7 |
* | Ability to close projects (read-only) (#3640). | Jean-Philippe Lang | 2012-06-25 | 1 | -0/+12 |
* | Fixed time zone issues introduced by r9719 (#10996). | Jean-Philippe Lang | 2012-05-26 | 1 | -1/+32 |
* | Copyright update. | Jean-Philippe Lang | 2012-05-05 | 1 | -1/+1 |
* | Merged rails-3.2 branch. | Jean-Philippe Lang | 2012-04-25 | 1 | -1/+1 |
* | Removed #generate_with_protected helper methods. | Jean-Philippe Lang | 2012-04-22 | 1 | -14/+15 |
* | Removed object_daddy dependency. | Jean-Philippe Lang | 2012-04-22 | 1 | -9/+13 |
* | Fixed that users with different case logins cannot update their accounts (#10... | Jean-Philippe Lang | 2012-04-19 | 1 | -0/+14 |
* | Fixed that rss key is generated twice when user is not reloaded (#10668). | Jean-Philippe Lang | 2012-04-15 | 1 | -0/+16 |
* | Adds the ability for users to delete their own account (#10664). Can be disab... | Jean-Philippe Lang | 2012-04-15 | 1 | -0/+27 |
* | Fixed that "Default administrator account changed" is always true (#10622). | Jean-Philippe Lang | 2012-04-09 | 1 | -0/+32 |
* | Fixed test names (#1913). | Jean-Philippe Lang | 2012-03-17 | 1 | -2/+2 |
* | LDAP: adds the ability to bind with user's account (#1913). | Jean-Philippe Lang | 2012-03-17 | 1 | -0/+49 |
* | Changed assertions to make them work with Rails2/3 ruby1.8/1.9 different beha... | Jean-Philippe Lang | 2012-03-05 | 1 | -6/+3 |
* | 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 |