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
*
explicitly define fix has_and_belongs_to_many join_table at Group and User
Toshi MARUYAMA
2013-12-27
1
-2
/
+4
*
Option to force a user to change his password (#3872).
Jean-Philippe Lang
2013-08-05
1
-0
/
+5
*
Role based custom queries (#1019).
Jean-Philippe Lang
2013-07-11
1
-1
/
+1
*
gender neutral source comment at app/models/user.rb
Toshi MARUYAMA
2013-07-06
1
-1
/
+1
*
Code cleanup.
Jean-Philippe Lang
2013-06-13
1
-10
/
+13
*
Fixed tests broken by r11965.
Jean-Philippe Lang
2013-06-12
1
-5
/
+2
*
Adds User#builtin_role.
Jean-Philippe Lang
2013-06-12
1
-4
/
+11
*
remove trailing white-space from app/models/user.rb
Toshi MARUYAMA
2013-06-10
1
-1
/
+1
*
Adds a way for a registered user to get a new action email (#14228).
Jean-Philippe Lang
2013-06-09
1
-3
/
+3
*
Update notified_project_ids while saving record.
Jean-Philippe Lang
2013-05-13
1
-4
/
+16
*
Prevent one query per User#member_of? call after r11508 (#13301).
Jean-Philippe Lang
2013-03-12
1
-1
/
+5
*
Performance: avoid querying all memberships in User#roles_for_project (#13301).
Jean-Philippe Lang
2013-03-01
1
-1
/
+13
*
Fixed that #reload raises a Stack too deep error with ruby 2.0.
Jean-Philippe Lang
2013-02-28
1
-1
/
+2
*
Option to generate a random password on user creation/update.
Jean-Philippe Lang
2013-02-23
1
-7
/
+19
*
fix typo at app/models/user.rb (#5719)
Toshi MARUYAMA
2013-02-18
1
-2
/
+2
*
Code cleanup.
Jean-Philippe Lang
2013-02-14
1
-10
/
+4
*
Code cleanup.
Jean-Philippe Lang
2013-02-03
1
-1
/
+1
*
Refactors methods for searching a user by token.
Jean-Philippe Lang
2013-02-02
1
-12
/
+6
*
Skip callbacks when updating last_login_on.
Jean-Philippe Lang
2013-02-01
1
-2
/
+2
*
Always notify project members about news unless they turned off all notificat...
Jean-Philippe Lang
2013-01-26
1
-28
/
+16
*
Adds "sorted" scope to Principal and User and sort users/groups properly.
Jean-Philippe Lang
2013-01-23
1
-0
/
+1
*
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
[next]