summaryrefslogtreecommitdiffstats
path: root/app/models/user.rb
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup.Jean-Philippe Lang2013-01-201-6/+9
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Use \A and \z in validation regexps.Jean-Philippe Lang2012-12-081-2/+2
* Moved user status constants to Principal model.Jean-Philippe Lang2012-12-081-6/+0
* Rewrites named scopes with ARel queries.Jean-Philippe Lang2012-12-071-2/+2
* Use lambda form in model scopes (#12499)Jean-Baptiste Barth2012-12-071-1/+1
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-031-1/+1
* Makes User.current thread safe (#12097).Jean-Philippe Lang2012-12-021-2/+2
* Validate email only if changed.Jean-Philippe Lang2012-11-271-1/+1
* Code cleanup.Jean-Philippe Lang2012-11-271-1/+1
* Code cleanup.Jean-Philippe Lang2012-11-271-8/+8
* New user name format: firstname + first letter of lastname (#12085).Jean-Philippe Lang2012-10-301-5/+10
* Adds links to locked users when current user is admin.Jean-Philippe Lang2012-10-181-0/+11
* Fixed that User#allowed_to? should return true or false (#12078).Jean-Philippe Lang2012-10-121-7/+7
* add new user format "lastname" (#10937)Toshi MARUYAMA2012-10-011-1/+6
* pin user format order at setting panel (#10937)Toshi MARUYAMA2012-10-011-5/+25
* Do not build a projects_by_role Hash that gets updated when accessing a key t...Jean-Philippe Lang2012-08-271-3/+6
* Prevent "Overwriting existing method User.active" warning, scope is already d...Jean-Philippe Lang2012-08-071-2/+0
* Perf: don't load preferences for the anonymous user.Jean-Philippe Lang2012-07-051-0/+4
* Moved logic relative to project status from User to Project model (#3640).Jean-Philippe Lang2012-06-251-5/+0
* Ability to close projects (read-only) (#3640).Jean-Philippe Lang2012-06-251-2/+4
* Make sure we look for a feeds token.Jean-Philippe Lang2012-06-101-1/+1
* Stringify tokens.Jean-Philippe Lang2012-06-101-3/+3
* Stringify User.try_to_login arguments.Jean-Philippe Lang2012-06-101-1/+4
* Fixed time zone issues introduced by r9719 (#10996).Jean-Philippe Lang2012-05-261-0/+9
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* model: replace Rails2 "named_scope" to Rails3 "scope"Toshi MARUYAMA2012-04-261-5/+5
* Fixed that users with different case logins cannot update their accounts (#10...Jean-Philippe Lang2012-04-191-1/+1
* Fixed that rss key is generated twice when user is not reloaded (#10668).Jean-Philippe Lang2012-04-151-4/+8
* Adds the ability for users to delete their own account (#10664). Can be disab...Jean-Philippe Lang2012-04-151-0/+6
* Fixed that "Default administrator account changed" is always true (#10622).Jean-Philippe Lang2012-04-091-0/+5
* Adds Redmine::Utils.random_hex for generating a random hex string.Jean-Philippe Lang2012-03-041-1/+1
* Fixes r9029.Jean-Philippe Lang2012-02-281-8/+7
* Implements the behaviour expected in user_test.Jean-Philippe Lang2012-02-281-1/+2
* Makes user autocompleters work with firstname and lastname.Jean-Philippe Lang2012-02-141-8/+0
* Increase username length limit from 30 to 60 (#2719).Jean-Philippe Lang2012-02-051-3/+6
* Notify previous assignee when assignee changes (#2694).Jean-Philippe Lang2012-01-231-3/+3
* remove trailing white-spaces from app/models/user.rbToshi MARUYAMA2011-12-191-1/+1
* Use validation callback.Jean-Philippe Lang2011-12-181-3/+4
* Rails3: model: user: use ::Query instead of QueryToshi MARUYAMA2011-12-091-2/+2
* Adds named scopes for users index.Jean-Philippe Lang2011-12-041-0/+10
* Sort the issue list by author/assignee according to user display format (#9669).Jean-Philippe Lang2011-11-261-8/+25
* Rails3: model: replace deprecated errors.add_to_base at validate_on_create of...Toshi MARUYAMA2011-10-071-1/+1
* Rails3: model: replace deprecated 'validate' method at User modelToshi MARUYAMA2011-09-211-1/+2
* Rails3: replace deprecated 'before_save' method at User model.Toshi MARUYAMA2011-08-311-1/+2
* Rails3: replace deprecated 'before_create' method at User model.Toshi MARUYAMA2011-08-311-1/+2
* remove trailing white-spaces from app/models/user.rb.Toshi MARUYAMA2011-08-211-60/+60
* Ability to assign issues to groups (#2964).Jean-Philippe Lang2011-07-231-4/+14
* Do not show 2 validation errors when user mail is blank.Jean-Philippe Lang2011-07-031-1/+1
* Adds an issues visibility level on roles (#7412).Jean-Philippe Lang2011-04-111-8/+15