summaryrefslogtreecommitdiffstats
path: root/test/unit/user_test.rb
Commit message (Expand)AuthorAgeFilesLines
...
* add test of validate password length at unit user testToshi MARUYAMA2011-09-211-0/+10
* remove trailing white-spaces from test/unit/user_test.rb.Toshi MARUYAMA2011-08-291-107/+107
* Do not show 2 validation errors when user mail is blank.Jean-Philippe Lang2011-07-031-0/+7
* Changed the way the visibility SQL statement is built.Jean-Philippe Lang2011-03-151-0/+17
* Adds random salt to user passwords (#7410).Jean-Philippe Lang2011-02-231-1/+33
* Fixed: no email sent with 'Notifiy for any event on the selected projects onl...Jean-Philippe Lang2011-01-241-0/+17
* Do not show "for only project I select" notification option on application se...Jean-Philippe Lang2011-01-161-0/+6
* Fixed: "Notifiy for only project I select" is randomly displayed (#7294).Jean-Philippe Lang2011-01-161-2/+9
* When destroying a user, remove all references to that user (#7296).Jean-Philippe Lang2011-01-161-2/+206
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Validates user's mail_notification and turn options into strings (the attribu...Jean-Philippe Lang2010-12-121-16/+17
* Fixed: User#allowed_to? returning true in any case if array of projects had o...Jean-Baptiste Barth2010-10-061-0/+4
* Added ability to specify multiple projects in User#allowed_to? (#5332)Jean-Baptiste Barth2010-09-291-0/+13
* Add a default mail notification setting for new usersEric Davis2010-09-281-0/+12
* Added User#notify_about? to check when a user should be notified about an eventEric Davis2010-09-281-0/+66
* Converted User#mail_notification from a boolean to a string.Eric Davis2010-09-281-4/+4
* Added missing tests for User#allowed_to? #6291Jean-Baptiste Barth2010-09-031-0/+43
* Strips user email (#5834).Jean-Philippe Lang2010-07-251-0/+6
* Add some tests for User#try_to_login with LDAP. #5592Eric Davis2010-06-301-0/+15
* Change User#login to be case-insensitive. #2473Eric Davis2010-06-201-0/+34
* Allow AuthSources to control if they allow password changes.Eric Davis2010-05-231-0/+26
* Check that admin LDAP user is untouched after authentication (#5263).Jean-Philippe Lang2010-04-111-2/+14
* Moves the LDAP test server to a fixture.Jean-Philippe Lang2010-02-261-11/+2
* Fix LDAP on the fly creation. The User object doesn't have a :dn attribute.Eric Davis2010-02-251-0/+30
* Added an API token for each User to use when making API requests. (#3920)Eric Davis2009-12-231-1/+51
* Fixed a typo in Object daddyEric Davis2009-11-051-0/+6
* Adds missing native eol properties.Jean-Philippe Lang2009-09-201-223/+223
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-6/+6
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-1/+1
* Fixed: User#identity_url raises an error when invalid url is supplied (#2742).Jean-Philippe Lang2009-02-151-0/+11
* Removes the fat ruby-openid gem. Simply use 'gem install ruby-openid' to enab...Jean-Philippe Lang2009-02-121-188/+194
* Normalize the identity_url when it's set.Eric Davis2009-02-121-0/+19
* Hooked up on the fly OpenID user creation.Eric Davis2009-02-111-0/+7
* Makes email adress uniqueness case-insensitive (#2473).Jean-Philippe Lang2009-01-101-0/+13
* Makes User.find_by_mail case-insensitive (password reminder #2322, repo users...Jean-Philippe Lang2008-12-121-0/+6
* Sort users by their display names so that user dropdown lists are sorted alph...Jean-Philippe Lang2008-11-111-2/+2
* Fixed: invalid SQL query on User#destroy (#1781).Jean-Philippe Lang2008-08-251-0/+6
* Add a user preference to choose how comments/replies are displayed: in chrono...Jean-Philippe Lang2008-03-051-0/+8
* User display format is now configurable in administration settings.Jean-Philippe Lang2008-01-251-0/+8
* Anonymous users can now be allowed to create, edit, comment issues, comment n...Jean-Philippe Lang2007-11-201-1/+8
* Diff style (inline or side by side) automatically saved as a user preference.Jean-Philippe Lang2007-11-081-2/+2
* More flexible mail notifications settings at user level. A user has now 3 opt...Jean-Philippe Lang2007-10-201-0/+24
* Merged 0.6 branch into trunk.Jean-Philippe Lang2007-08-291-9/+5
* Added a unit test on User#role_for_projectJean-Philippe Lang2007-04-041-1/+12
* added rss/atom feeds at project levels for:Jean-Philippe Lang2007-03-171-0/+13
* trunk moved from /trunk/redmine to /trunkJean-Philippe Lang2006-12-051-0/+88