97 Commits (94bf782728825bcf75e6de49e5870da83739dd73)

Author SHA1 Message Date
  Jean-Philippe Lang c47aacd6b0 Merged r12736 (#15977). 10 years ago
  Toshi MARUYAMA 4eea64d38f remove trailing white-spaces from test/unit/user_test.rb 10 years ago
  Toshi MARUYAMA c49451eb10 not use assert_not_nil in Errors#[] 11 years ago
  Jean-Philippe Lang 888c3581eb Role based custom queries (#1019). 11 years ago
  Jean-Philippe Lang f9ddb562d5 Cleanup of finders with :conditions option. 11 years ago
  Jean-Philippe Lang 86cfa025ed Adds a test for User.try_to_login with active_only set to false. 11 years ago
  Jean-Philippe Lang 61dfab12fd Removed some shoulda context. 11 years ago
  Jean-Philippe Lang 6803d95a32 Performance: avoid querying all memberships in User#roles_for_project (#13301). 11 years ago
  Jean-Philippe Lang e14caf8e33 Use User#generate_password in MailHandler. 11 years ago
  Jean-Philippe Lang fac4a79d4c Option to generate a random password on user creation/update. 11 years ago
  Jean-Philippe Lang 4fa7f62182 Removed unused fixtures. 11 years ago
  Jean-Philippe Lang 134b66cb29 Always notify project members about news unless they turned off all notifications (#4700). 11 years ago
  Jean-Philippe Lang e53a5de918 Adds "sorted" scope to Principal and User and sort users/groups properly. 11 years ago
  Jean-Philippe Lang 48fb02e383 Split "Manage documents" permission into create, edit and delete permissions (#12401). 11 years ago
  Jean-Philippe Lang e396a0eebe Copyright for 2013 (#12788). 11 years ago
  Jean-Philippe Lang e43448f6ca Use 8+ characters long passwords in tests. 11 years ago
  Jean-Philippe Lang 399223daba New user name format: firstname + first letter of lastname (#12085). 11 years ago
  Jean-Philippe Lang 8358dc1cc5 Fixed that User#allowed_to? should return true or false (#12078). 11 years ago
  Jean-Philippe Lang 8bde60dc56 Remove Issue.generate_for_project! test helper and use Issue.generate! instead. 11 years ago
  Toshi MARUYAMA a29854707b add new user format "lastname" (#10937) 11 years ago
  Toshi MARUYAMA 5f794b5af5 fix replacing shoulda test name at r10540 11 years ago
  Toshi MARUYAMA df44af819c replace "User#before_create" and "User.login" shoulda contexts at unit user test 11 years ago
  Toshi MARUYAMA b04f44f944 fix 'object_daddy creation' test name at unit user test 11 years ago
  Jean-Philippe Lang d33fa1f8c8 Do not build a projects_by_role Hash that gets updated when accessing a key that is not present (#11662). 12 years ago
  Jean-Philippe Lang ac56c0c99c Ability to close projects (read-only) (#3640). 12 years ago
  Jean-Philippe Lang 189be55235 Fixed time zone issues introduced by r9719 (#10996). 12 years ago
  Jean-Philippe Lang ba5a052c8c Copyright update. 12 years ago
  Jean-Philippe Lang 5e57a1a9d9 Merged rails-3.2 branch. 12 years ago
  Jean-Philippe Lang 2e3bf71e9a Removed #generate_with_protected helper methods. 12 years ago
  Jean-Philippe Lang b960470d78 Removed object_daddy dependency. 12 years ago
  Jean-Philippe Lang b0f35a3cde Fixed that users with different case logins cannot update their accounts (#10711). 12 years ago
  Jean-Philippe Lang 24c361eb0a Fixed that rss key is generated twice when user is not reloaded (#10668). 12 years ago
  Jean-Philippe Lang 28f0c4f131 Adds the ability for users to delete their own account (#10664). Can be disabled in application settings. 12 years ago
  Jean-Philippe Lang 269e9057dd Fixed that "Default administrator account changed" is always true (#10622). 12 years ago
  Jean-Philippe Lang 77314ebe8f Fixed test names (#1913). 12 years ago
  Jean-Philippe Lang fdeb398c5e LDAP: adds the ability to bind with user's account (#1913). 12 years ago
  Jean-Philippe Lang 97ca65d1b2 Changed assertions to make them work with Rails2/3 ruby1.8/1.9 different behaviours. 12 years ago
  Jean-Philippe Lang 80663e694d Removed shoulda assertions. 12 years ago
  Jean-Philippe Lang ac46497f1a Fixes LDAP test. 12 years ago
  Jean-Philippe Lang dedfdefcf3 Disabled on the fly registration for auth_source fixture. 12 years ago
  Jean-Philippe Lang a00f04886f Increase username length limit from 30 to 60 (#2719). 12 years ago
  Jean-Philippe Lang 1bd5e58c84 Adds support for multiple repositories per project (#779). 12 years ago
  Toshi MARUYAMA 8e5242ef63 Rails3: test: replace deprecated Errors#on to Errors#[] and join with to_s at test/unit/user_test.rb 12 years ago
  Jean-Philippe Lang 81bcb4d999 Don't change setting value in tests. 12 years ago
  Jean-Philippe Lang 5a1fcf826f Sort the issue list by author/assignee according to user display format (#9669). 12 years ago
  Toshi MARUYAMA c76b114e9e Rails3: test: replace deprecated errors.on at test_validate_mail_notification_inclusion of unit/user_test.rb 12 years ago
  Toshi MARUYAMA 5edabcd8b5 code layout clean up of test/unit/user_test.rb 12 years ago
  Toshi MARUYAMA cf8564987e add missing fixtures at unit user test in running on empty database 12 years ago
  Toshi MARUYAMA 8013244b06 more strict test to ensure single anonymous user at unit user test 12 years ago
  Toshi MARUYAMA c36408dd39 add test to ensure single anonymous user at unit user test 12 years ago