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
*
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
*
Fix LDAP on the fly creation. The User object doesn't have a :dn attribute.
Eric Davis
2010-02-25
1
-1
/
+2
*
Create and assign the api token so the current instance can access it. (#4497)
Eric Davis
2009-12-30
1
-1
/
+1
*
Added an API token for each User to use when making API requests. (#3920)
Eric Davis
2009-12-23
1
-0
/
+12
*
Display users then groups on project memberships view (#4389).
Jean-Philippe Lang
2009-12-12
1
-5
/
+0
*
Fixes ApplicationHelper#link_to_user
Jean-Philippe Lang
2009-11-11
1
-1
/
+1
*
Fixed: Pre-filled time tracking date ignores timezone (#4160).
Jean-Philippe Lang
2009-11-06
1
-0
/
+9
*
User groups branch merged.
Jean-Philippe Lang
2009-09-12
1
-8
/
+7
*
Ability to allow non-admin users to create projects (#1007).
Jean-Philippe Lang
2009-05-17
1
-0
/
+3
*
Do not autologin if more that one token is found (#3351).
Jean-Philippe Lang
2009-05-13
1
-4
/
+8
*
Allows multiple roles on the same project (#706). Prerequisite for user group...
Jean-Philippe Lang
2009-05-10
1
-10
/
+14
*
Makes minimum password length configurable.
Jean-Philippe Lang
2009-04-21
1
-2
/
+11
*
Added some RDoc documentation for some models.
Eric Davis
2009-03-21
1
-0
/
+2
*
Fixed: When logging in via an autologin cookie the user's last_login_on shoul...
Jean-Philippe Lang
2009-02-25
1
-5
/
+9
*
Fixed: User#identity_url raises an error when invalid url is supplied (#2742).
Jean-Philippe Lang
2009-02-15
1
-4
/
+8
*
Normalize the identity_url when it's set.
Eric Davis
2009-02-12
1
-0
/
+9
*
Hooked up on the fly OpenID user creation.
Eric Davis
2009-02-11
1
-0
/
+12
*
Makes email adress uniqueness case-insensitive (#2473).
Jean-Philippe Lang
2009-01-10
1
-1
/
+1
*
Rails 2.1.2 deprecations (#2332).
Jean-Philippe Lang
2008-12-14
1
-1
/
+1
*
Makes User.find_by_mail case-insensitive (password reminder #2322, repo users...
Jean-Philippe Lang
2008-12-12
1
-0
/
+5
*
Replaces User.find_active with a named scope.
Jean-Philippe Lang
2008-11-30
1
-12
/
+3
*
Fixes #2170: user display format in application settings broken by r2010.
Jean-Philippe Lang
2008-11-13
1
-1
/
+5
*
Sort users by their display names so that user dropdown lists are sorted alph...
Jean-Philippe Lang
2008-11-11
1
-9
/
+8
*
Maps repository users to Redmine users (#1383).
Jean-Philippe Lang
2008-11-10
1
-0
/
+1
*
Template error when user's timezone isn't set and UTC timestamps are used (#1...
Jean-Philippe Lang
2008-09-11
1
-1
/
+1
*
Adds cross-project time reports support (#994).
Jean-Philippe Lang
2008-08-31
1
-1
/
+1
[next]