summaryrefslogtreecommitdiffstats
path: root/app/models/user.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Converted User#mail_notification from a boolean to a string.Eric Davis2010-09-281-1/+10
* Add User#allowed_to_globally? which wraps User#allowed_to?Eric Davis2010-09-201-0/+6
* Refactor: Add methods to User to edit the encapsulate the status field.Eric Davis2010-08-031-0/+24
* Strips user email (#5834).Jean-Philippe Lang2010-07-251-0/+4
* Force string comparison for login search to be case sensitive on MySQL. #2473Eric Davis2010-06-241-2/+5
* Refactor and documentation for User#find_by_login.Eric Davis2010-06-201-5/+5
* Change User#login to be case-insensitive. #2473Eric Davis2010-06-201-2/+11
* Allow AuthSources to control if they allow password changes.Eric Davis2010-05-231-3/+13
* Remove hard coded LDAP log message.Eric Davis2010-05-231-1/+1
* Makes AuthSource.authenticate return a hash instead of an array.Jean-Philippe Lang2010-02-261-1/+1
* User model should not have to clean up LDAP attributes.Jean-Philippe Lang2010-02-261-2/+1
* Fix LDAP on the fly creation. The User object doesn't have a :dn attribute.Eric Davis2010-02-251-1/+2
* Create and assign the api token so the current instance can access it. (#4497)Eric Davis2009-12-301-1/+1
* Added an API token for each User to use when making API requests. (#3920)Eric Davis2009-12-231-0/+12
* Display users then groups on project memberships view (#4389).Jean-Philippe Lang2009-12-121-5/+0
* Fixes ApplicationHelper#link_to_userJean-Philippe Lang2009-11-111-1/+1
* Fixed: Pre-filled time tracking date ignores timezone (#4160).Jean-Philippe Lang2009-11-061-0/+9
* User groups branch merged.Jean-Philippe Lang2009-09-121-8/+7
* Ability to allow non-admin users to create projects (#1007).Jean-Philippe Lang2009-05-171-0/+3
* Do not autologin if more that one token is found (#3351).Jean-Philippe Lang2009-05-131-4/+8
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-10/+14
* Makes minimum password length configurable.Jean-Philippe Lang2009-04-211-2/+11
* Added some RDoc documentation for some models.Eric Davis2009-03-211-0/+2
* Fixed: When logging in via an autologin cookie the user's last_login_on shoul...Jean-Philippe Lang2009-02-251-5/+9
* Fixed: User#identity_url raises an error when invalid url is supplied (#2742).Jean-Philippe Lang2009-02-151-4/+8
* Normalize the identity_url when it's set.Eric Davis2009-02-121-0/+9
* Hooked up on the fly OpenID user creation.Eric Davis2009-02-111-0/+12
* Makes email adress uniqueness case-insensitive (#2473).Jean-Philippe Lang2009-01-101-1/+1
* Rails 2.1.2 deprecations (#2332).Jean-Philippe Lang2008-12-141-1/+1
* Makes User.find_by_mail case-insensitive (password reminder #2322, repo users...Jean-Philippe Lang2008-12-121-0/+5
* Replaces User.find_active with a named scope.Jean-Philippe Lang2008-11-301-12/+3
* Fixes #2170: user display format in application settings broken by r2010.Jean-Philippe Lang2008-11-131-1/+5
* Sort users by their display names so that user dropdown lists are sorted alph...Jean-Philippe Lang2008-11-111-9/+8
* Maps repository users to Redmine users (#1383).Jean-Philippe Lang2008-11-101-0/+1
* Template error when user's timezone isn't set and UTC timestamps are used (#1...Jean-Philippe Lang2008-09-111-1/+1
* Adds cross-project time reports support (#994).Jean-Philippe Lang2008-08-311-1/+1
* Fixed: invalid SQL query on User#destroy (#1781).Jean-Philippe Lang2008-08-251-1/+2
* Removed unused exception definition (r1678).Jean-Philippe Lang2008-07-221-2/+0
* Improved on-the-fly account creation. If some attributes are missing (eg. not...Jean-Philippe Lang2008-07-191-9/+6
* Adds links to the user page on various views.Jean-Philippe Lang2008-07-161-0/+4
* Custom fields refactoring: most of code moved from controllers to models (usi...Jean-Philippe Lang2008-06-271-2/+6
* Allow dot in firstnames and lastnames (closes #1426).Jean-Philippe Lang2008-06-171-1/+1
* Fixed: non member or anonymous permissions change is effective only after an ...Jean-Philippe Lang2008-05-221-2/+1
* Better error message and AR errors in log for failed LDAP on-the-fly user cre...Jean-Philippe Lang2008-04-131-4/+9
* Global queries can be saved from the global issue list (follows r1311 and clo...Jean-Philippe Lang2008-03-301-11/+20
* Prevent LDAP authentication with empty password related problems.Jean-Philippe Lang2008-03-121-0/+2
* Add a user preference to choose how comments/replies are displayed: in chrono...Jean-Philippe Lang2008-03-051-0/+4
* User display format is now configurable in administration settings.Jean-Philippe Lang2008-01-251-3/+18
* Prevent 'has already been taken' error messages for user login and email if t...Jean-Philippe Lang2008-01-061-1/+2
* 'Assigned to' drop down list is now sorted by user's lastname.Jean-Philippe Lang2007-12-011-1/+1