summaryrefslogtreecommitdiffstats
path: root/test/functional/users_controller_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Additional tests for UsersController.Jean-Philippe Lang2012-03-111-2/+39
* Adds helpers for testing email body.Jean-Philippe Lang2012-03-041-3/+3
* Rails 3.1 compatibility.Jean-Philippe Lang2012-03-041-0/+27
* Removes all #verify calls in controllers. Verification is handled at routing ...Jean-Philippe Lang2012-03-031-7/+0
* back out from r9031 to r9036Toshi MARUYAMA2012-03-011-3/+3
* Rails3: test: add .to_s for mail's bodies check at functional/users_controlle...Toshi MARUYAMA2012-03-011-3/+3
* Adds required fixtures back.Jean-Philippe Lang2012-02-231-1/+1
* Don't use auth_sources fixtures when not needed.Jean-Philippe Lang2012-02-191-1/+1
* REST urls for user memberships.Jean-Philippe Lang2011-12-101-4/+18
* Adds named scopes for users index.Jean-Philippe Lang2011-12-041-0/+8
* remove trailing white-spaces from test/functional/users_controller_test.rb.Toshi MARUYAMA2011-08-251-38/+38
* Adds a Group filter on the admin users list (#7893).Jean-Philippe Lang2011-03-161-3/+12
* Enable ability for administrators to delete users (#7296).Jean-Philippe Lang2011-01-161-0/+24
* Adds support for requesting information about current user using /users/curre...Jean-Philippe Lang2010-12-201-0/+14
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* UsersController tests cleanup.Jean-Philippe Lang2010-12-121-49/+33
* Fixes password sending when creating user.Jean-Philippe Lang2010-12-121-1/+35
* Extracts user groups assignment from controller.Jean-Philippe Lang2010-12-121-0/+7
* Moves mail_notification param to user hash param so that it can be set using ...Jean-Philippe Lang2010-12-121-5/+5
* Moves password param to user hash param so that it can be set using the User ...Jean-Philippe Lang2010-12-121-5/+10
* Adds a "visible" option on User and Project custom fields (#1738).Jean-Philippe Lang2010-11-071-1/+14
* Refactor: split UsersController#edit into #edit and #updateEric Davis2010-09-301-8/+8
* Refactor: rename UsersController#add to #newEric Davis2010-09-291-4/+4
* Allow admins to edit user's email notifications and preferences. #3503Eric Davis2010-09-281-3/+14
* Refactor: split UsersController#add into #add and #createEric Davis2010-09-281-1/+41
* Allow user password changes when changing to Internal authentication. #6267Eric Davis2010-09-061-0/+12
* Show projects depending on their visibility in user's profile. #6100Jean-Baptiste Barth2010-08-101-0/+10
* Move more routing tests into the routing integration test.Eric Davis2010-04-201-80/+0
* Let administrators see locked user profiles.Jean-Philippe Lang2010-02-261-2/+8
* Unified UsersController#list and #index.Jean-Philippe Lang2009-10-291-16/+15
* AccountController#show (/account/show/:id) moved to UsersController#show (/us...Jean-Philippe Lang2009-10-291-0/+43
* Upgraded to Rails 2.3.4 (#3597)Eric Davis2009-09-131-1/+1
* Ability to send an email with password when changing a user's password (#3566).Jean-Philippe Lang2009-07-051-16/+37
* Allows multiple roles on the same project (#706). Prerequisite for user group...Jean-Philippe Lang2009-05-101-3/+3
* Fixes UsersControllerTest.Jean-Philippe Lang2009-02-211-0/+2
* Send an email to the user when an administrator activates a registered user (...Jean-Philippe Lang2009-02-201-0/+16
* Converted routing and urls to follow the Rails REST convention.Eric Davis2009-01-261-2/+72
* Slight changes in functional tests.Jean-Philippe Lang2009-01-041-2/+2
* Adds functional test for user search.Jean-Philippe Lang2008-10-241-0/+10
* Added some functional tests and a CVS test repository.Jean-Philippe Lang2007-12-131-0/+62