| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed that "Default administrator account changed" is always true (#10622). | Jean-Philippe Lang | 2012-04-09 | 1 | -0/+5 |
* | Adds Redmine::Utils.random_hex for generating a random hex string. | Jean-Philippe Lang | 2012-03-04 | 1 | -1/+1 |
* | Fixes r9029. | Jean-Philippe Lang | 2012-02-28 | 1 | -8/+7 |
* | Implements the behaviour expected in user_test. | Jean-Philippe Lang | 2012-02-28 | 1 | -1/+2 |
* | Makes user autocompleters work with firstname and lastname. | Jean-Philippe Lang | 2012-02-14 | 1 | -8/+0 |
* | Increase username length limit from 30 to 60 (#2719). | Jean-Philippe Lang | 2012-02-05 | 1 | -3/+6 |
* | Notify previous assignee when assignee changes (#2694). | Jean-Philippe Lang | 2012-01-23 | 1 | -3/+3 |
* | remove trailing white-spaces from app/models/user.rb | Toshi MARUYAMA | 2011-12-19 | 1 | -1/+1 |
* | Use validation callback. | Jean-Philippe Lang | 2011-12-18 | 1 | -3/+4 |
* | Rails3: model: user: use ::Query instead of Query | Toshi MARUYAMA | 2011-12-09 | 1 | -2/+2 |
* | Adds named scopes for users index. | Jean-Philippe Lang | 2011-12-04 | 1 | -0/+10 |
* | Sort the issue list by author/assignee according to user display format (#9669). | Jean-Philippe Lang | 2011-11-26 | 1 | -8/+25 |
* | Rails3: model: replace deprecated errors.add_to_base at validate_on_create of... | Toshi MARUYAMA | 2011-10-07 | 1 | -1/+1 |
* | Rails3: model: replace deprecated 'validate' method at User model | Toshi MARUYAMA | 2011-09-21 | 1 | -1/+2 |
* | Rails3: replace deprecated 'before_save' method at User model. | Toshi MARUYAMA | 2011-08-31 | 1 | -1/+2 |
* | Rails3: replace deprecated 'before_create' method at User model. | Toshi MARUYAMA | 2011-08-31 | 1 | -1/+2 |
* | remove trailing white-spaces from app/models/user.rb. | Toshi MARUYAMA | 2011-08-21 | 1 | -60/+60 |
* | Ability to assign issues to groups (#2964). | Jean-Philippe Lang | 2011-07-23 | 1 | -4/+14 |
* | Do not show 2 validation errors when user mail is blank. | Jean-Philippe Lang | 2011-07-03 | 1 | -1/+1 |
* | Adds an issues visibility level on roles (#7412). | Jean-Philippe Lang | 2011-04-11 | 1 | -8/+15 |
* | Fixed: list of users for adding to a group may be empty if 100 first users ha... | Jean-Philippe Lang | 2011-04-01 | 1 | -0/+4 |
* | Adds a Group filter on the admin users list (#7893). | Jean-Philippe Lang | 2011-03-16 | 1 | -0/+5 |
* | Changed the way the visibility SQL statement is built. | Jean-Philippe Lang | 2011-03-15 | 1 | -1/+19 |
* | Adds random salt to user passwords (#7410). | Jean-Philippe Lang | 2011-02-23 | 1 | -3/+33 |
* | Fixed: no email sent with 'Notifiy for any event on the selected projects onl... | Jean-Philippe Lang | 2011-01-24 | 1 | -1/+6 |
* | Do not show "for only project I select" notification option on application se... | Jean-Philippe Lang | 2011-01-16 | 1 | -2/+6 |
* | Fixed: "Notifiy for only project I select" is randomly displayed (#7294). | Jean-Philippe Lang | 2011-01-16 | 1 | -1/+1 |
* | When destroying a user, remove all references to that user (#7296). | Jean-Philippe Lang | 2011-01-16 | 1 | -2/+34 |
* | Remove the limitation on characters that can be used in custom_field, issue_s... | Jean-Philippe Lang | 2010-12-31 | 1 | -1/+0 |
* | Extracts user groups assignment from controller. | Jean-Philippe Lang | 2010-12-12 | 1 | -1/+4 |
* | Validates user's mail_notification and turn options into strings (the attribu... | Jean-Philippe Lang | 2010-12-12 | 1 | -15/+16 |
* | Declare safe attributes for User and Projects models. | Jean-Philippe Lang | 2010-12-12 | 1 | -1/+16 |
* | Code cleanup: renamed variables in User#allowed_to? with explicit names | Jean-Baptiste Barth | 2010-10-06 | 1 | -11/+11 |
* | Fixed: User#allowed_to? returning true in any case if array of projects had o... | Jean-Baptiste Barth | 2010-10-06 | 1 | -2/+4 |
* | Added ability to specify multiple projects in User#allowed_to? (#5332) | Jean-Baptiste Barth | 2010-09-29 | 1 | -3/+13 |
* | Refactor: move method to model | Eric Davis | 2010-09-28 | 1 | -0/+11 |
* | Allow admins to edit user's email notifications and preferences. #3503 | Eric Davis | 2010-09-28 | 1 | -1/+1 |
* | Add a default mail notification setting for new users | Eric Davis | 2010-09-28 | 1 | -1/+1 |
* | Added User#notify_about? to check when a user should be notified about an event | Eric Davis | 2010-09-28 | 1 | -0/+35 |
* | Converted User#mail_notification from a boolean to a string. | Eric Davis | 2010-09-28 | 1 | -1/+10 |
* | Add User#allowed_to_globally? which wraps User#allowed_to? | Eric Davis | 2010-09-20 | 1 | -0/+6 |
* | Refactor: Add methods to User to edit the encapsulate the status field. | Eric Davis | 2010-08-03 | 1 | -0/+24 |
* | Strips user email (#5834). | Jean-Philippe Lang | 2010-07-25 | 1 | -0/+4 |
* | Force string comparison for login search to be case sensitive on MySQL. #2473 | Eric Davis | 2010-06-24 | 1 | -2/+5 |
* | Refactor and documentation for User#find_by_login. | Eric Davis | 2010-06-20 | 1 | -5/+5 |
* | Change User#login to be case-insensitive. #2473 | Eric Davis | 2010-06-20 | 1 | -2/+11 |
* | Allow AuthSources to control if they allow password changes. | Eric Davis | 2010-05-23 | 1 | -3/+13 |
* | Remove hard coded LDAP log message. | Eric Davis | 2010-05-23 | 1 | -1/+1 |
* | Makes AuthSource.authenticate return a hash instead of an array. | Jean-Philippe Lang | 2010-02-26 | 1 | -1/+1 |
* | User model should not have to clean up LDAP attributes. | Jean-Philippe Lang | 2010-02-26 | 1 | -2/+1 |