summaryrefslogtreecommitdiffstats
path: root/app/models/user.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Slight optimization in User#role_for_project.Jean-Philippe Lang2007-11-241-7/+9
* Removed the 12 characters limit on passwords.Jean-Philippe Lang2007-11-241-2/+1
* Anonymous users can now be allowed to create, edit, comment issues, comment n...Jean-Philippe Lang2007-11-201-15/+23
* * Added time zone support: users can select their time zone on their account ...Jean-Philippe Lang2007-11-191-0/+8
* More flexible mail notifications settings at user level. A user has now 3 opt...Jean-Philippe Lang2007-10-201-0/+17
* Added project module concept.Jean-Philippe Lang2007-09-141-0/+5
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-291-15/+68
* Removed User#display_name (replaced by User#name).Jean-Philippe Lang2007-06-291-5/+1
* Each category can now be associated to a user, so that new issues in that cat...Jean-Philippe Lang2007-06-291-0/+1
* Added per user custom queries.Jean-Philippe Lang2007-06-231-0/+7
* Added the ability to archive projects:Jean-Philippe Lang2007-05-271-1/+1
* User's projects alphabetically sorted in the Projects drop down menu.Jean-Philippe Lang2007-05-231-6/+6
* Added autologin feature (disabled by default).Jean-Philippe Lang2007-05-061-0/+5
* User#<=> modified to sort on firstname if same lastnameJean-Philippe Lang2007-04-121-1/+1
* Various changes on views. On project summary, members are now grouped by role...Jean-Philippe Lang2007-04-081-1/+5
* Fixed User role_for_project methodJean-Philippe Lang2007-04-041-1/+2
* Various code cleaning, mainly on User, Permission and IssueStatus models.Jean-Philippe Lang2007-04-041-8/+2
* Added some attributes length validations.Jean-Philippe Lang2007-04-021-1/+4
* added rss/atom feeds at project levels for:Jean-Philippe Lang2007-03-171-0/+10
* added svn:eol-style native property on /app filesJean-Philippe Lang2007-03-121-140/+140
* only active users are now proposed when adding a member to a projectJean-Philippe Lang2007-01-261-1/+13
* settings are now stored in the database (config_custom.rb no more used) and e...Jean-Philippe Lang2007-01-211-2/+2
* replaced deprecated ":dependent => true" statementsJean-Philippe Lang2006-12-261-3/+3
* various modifications to prevent xssJean-Philippe Lang2006-12-171-1/+2
* trunk moved from /trunk/redmine to /trunkJean-Philippe Lang2006-12-051-0/+129