summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test/users_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Add support for multiple email addresses per user (#4244).Jean-Philippe Lang2015-01-171-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Replaced "can't" with "cannot" in error messages.Jean-Philippe Lang2014-12-211-2/+2
* Adds a few tests.Jean-Philippe Lang2014-12-031-0/+20
* Pull up #setup and #teardown in API tests.Jean-Philippe Lang2014-11-301-4/+0
* Test API authentification once.Jean-Philippe Lang2014-11-301-39/+0
* Replaced remaining #assert_tag with #assert_select.Jean-Philippe Lang2014-11-221-22/+12
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Rails4: replace deprecated Relation#first with finder options at ApiTest::Use...Toshi MARUYAMA2014-01-101-2/+2
* Removed some shoulda context.Jean-Philippe Lang2013-05-181-294/+238
* Add status to /users/:id API for admins (#13948).Jean-Baptiste Barth2013-05-051-0/+12
* Add user's API key to /users/current.format (#8529).Jean-Philippe Lang2013-03-011-0/+12
* Add login to /users/:id API for current user (#13155).Jean-Philippe Lang2013-02-181-0/+12
* Adds a subclass of ActionDispatch::IntegrationTest for API tests.Jean-Philippe Lang2013-01-221-2/+2
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Use 8+ characters long passwords in tests.Jean-Philippe Lang2012-11-271-3/+3
* Fixed some more test/integration/*_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-011-1/+1
* Fixed that 200 API responses have a body containing one space (#11388).Jean-Philippe Lang2012-07-141-0/+4
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Adds membership ids to /users/:id API response.Jean-Philippe Lang2012-02-061-0/+28
* Test cleanup.Jean-Philippe Lang2012-01-021-11/+11
* Test cleanup.Jean-Philippe Lang2012-01-021-4/+0
* code layout clean up test/integration/api_test/users_test.rbToshi MARUYAMA2011-12-231-9/+43
* remove trailing white-spaces from test/integration/api_test/users_test.rb.Toshi MARUYAMA2011-08-311-42/+42
* Fix test/integration/api_test/users_test.rb fails due to changing en.yml (#80...Toshi MARUYAMA2011-04-011-2/+2
* Enable ability for administrators to delete users (#7296).Jean-Philippe Lang2011-01-161-15/+25
* Adds support for requesting information about current user using /users/curre...Jean-Philippe Lang2010-12-201-0/+17
* Use absolute paths in test/**/* requires for Ruby 1.9.2 compatibility. #4050Jean-Baptiste Barth2010-12-121-1/+1
* Moves mail_notification param to user hash param so that it can be set using ...Jean-Philippe Lang2010-12-121-1/+2
* Moves password param to user hash param so that it can be set using the User ...Jean-Philippe Lang2010-12-121-2/+3
* Adds xml/json REST API for Users (#6260).Jean-Philippe Lang2010-12-031-0/+256