index
:
redmine.git
0.6-stable
0.7-stable
0.8-stable
0.9-stable
1.0-stable
1.1-stable
1.2-stable
1.3-stable
1.4-stable
2.0-stable
2.1-stable
2.2-stable
2.3-stable
2.4-stable
2.5-stable
2.6-stable
3.0-stable
3.1-stable
3.2-stable
3.3-stable
3.4-stable
4.0-stable
4.1-stable
4.2-stable
5.0-stable
5.1-stable
6.0-stable
integration-to-svn-stable-1.0
integration-to-svn-trunk
master
nbc
plugin-hooks
swistak
work
Mirror of redmine code source: https://github.com/redmine/redmine
www-data
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
app
/
models
/
user.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Code cleanup.
Jean-Philippe Lang
2013-01-20
1
-6
/
+9
*
Copyright for 2013 (#12788).
Jean-Philippe Lang
2013-01-12
1
-1
/
+1
*
Use \A and \z in validation regexps.
Jean-Philippe Lang
2012-12-08
1
-2
/
+2
*
Moved user status constants to Principal model.
Jean-Philippe Lang
2012-12-08
1
-6
/
+0
*
Rewrites named scopes with ARel queries.
Jean-Philippe Lang
2012-12-07
1
-2
/
+2
*
Use lambda form in model scopes (#12499)
Jean-Baptiste Barth
2012-12-07
1
-1
/
+1
*
Replaces find(:first) calls.
Jean-Philippe Lang
2012-12-03
1
-1
/
+1
*
Makes User.current thread safe (#12097).
Jean-Philippe Lang
2012-12-02
1
-2
/
+2
*
Validate email only if changed.
Jean-Philippe Lang
2012-11-27
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-11-27
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2012-11-27
1
-8
/
+8
*
New user name format: firstname + first letter of lastname (#12085).
Jean-Philippe Lang
2012-10-30
1
-5
/
+10
*
Adds links to locked users when current user is admin.
Jean-Philippe Lang
2012-10-18
1
-0
/
+11
*
Fixed that User#allowed_to? should return true or false (#12078).
Jean-Philippe Lang
2012-10-12
1
-7
/
+7
*
add new user format "lastname" (#10937)
Toshi MARUYAMA
2012-10-01
1
-1
/
+6
*
pin user format order at setting panel (#10937)
Toshi MARUYAMA
2012-10-01
1
-5
/
+25
*
Do not build a projects_by_role Hash that gets updated when accessing a key t...
Jean-Philippe Lang
2012-08-27
1
-3
/
+6
*
Prevent "Overwriting existing method User.active" warning, scope is already d...
Jean-Philippe Lang
2012-08-07
1
-2
/
+0
*
Perf: don't load preferences for the anonymous user.
Jean-Philippe Lang
2012-07-05
1
-0
/
+4
*
Moved logic relative to project status from User to Project model (#3640).
Jean-Philippe Lang
2012-06-25
1
-5
/
+0
*
Ability to close projects (read-only) (#3640).
Jean-Philippe Lang
2012-06-25
1
-2
/
+4
*
Make sure we look for a feeds token.
Jean-Philippe Lang
2012-06-10
1
-1
/
+1
*
Stringify tokens.
Jean-Philippe Lang
2012-06-10
1
-3
/
+3
*
Stringify User.try_to_login arguments.
Jean-Philippe Lang
2012-06-10
1
-1
/
+4
*
Fixed time zone issues introduced by r9719 (#10996).
Jean-Philippe Lang
2012-05-26
1
-0
/
+9
*
Copyright update.
Jean-Philippe Lang
2012-05-05
1
-1
/
+1
*
model: replace Rails2 "named_scope" to Rails3 "scope"
Toshi MARUYAMA
2012-04-26
1
-5
/
+5
*
Fixed that users with different case logins cannot update their accounts (#10...
Jean-Philippe Lang
2012-04-19
1
-1
/
+1
*
Fixed that rss key is generated twice when user is not reloaded (#10668).
Jean-Philippe Lang
2012-04-15
1
-4
/
+8
*
Adds the ability for users to delete their own account (#10664). Can be disab...
Jean-Philippe Lang
2012-04-15
1
-0
/
+6
*
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
[next]