summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test
Commit message (Expand)AuthorAgeFilesLines
* Merged r12736 (#15977).Jean-Philippe Lang2014-02-0825-25/+25
* Merged r12311 (#15427).Jean-Philippe Lang2013-11-221-0/+41
* Wiki Pages REST API with version returns wrong comments (#15235).Jean-Philippe Lang2013-11-091-0/+1
* REST API: custom fields definition (#11159).Jean-Philippe Lang2013-09-291-0/+43
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-122-9/+9
* Removed some shoulda context.Jean-Philippe Lang2013-05-188-859/+672
* Removed some shoulda context.Jean-Philippe Lang2013-05-187-530/+406
* Add status to /users/:id API for admins (#13948).Jean-Baptiste Barth2013-05-051-0/+12
* Fixed: Unable to set custom fields for versions using the REST API (#13850).Jean-Philippe Lang2013-05-011-0/+23
* 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
* Removed unused fixtures.Jean-Philippe Lang2013-02-1110-14/+4
* Add/remove issue watchers via the REST API (#6727).Jean-Philippe Lang2013-01-301-0/+51
* Make JSONP support optional and disabled by default (#12992).Jean-Philippe Lang2013-01-261-4/+22
* Adds missing copyright.Jean-Philippe Lang2013-01-224-0/+68
* Adds a subclass of ActionDispatch::IntegrationTest for API tests.Jean-Philippe Lang2013-01-2223-25/+25
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-1219-19/+19
* 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
* REST API for deleting wiki pages (#7082).Jean-Philippe Lang2012-10-281-0/+9
* Adds last edit comments on the wiki page (#7082).Jean-Philippe Lang2012-10-251-0/+1
* Adds ?include=attachments option when retrieving a wiki page with the REST AP...Jean-Philippe Lang2012-10-251-0/+15
* REST API for creating/updating wiki pages (#7082).Jean-Philippe Lang2012-10-251-3/+86
* REST API for retrieving wiki pages (#7082).Jean-Philippe Lang2012-10-251-0/+85
* Let the attachment filename be specified on upload (#12125).Jean-Philippe Lang2012-10-181-0/+12
* Makes enumerations available through the REST API.Jean-Philippe Lang2012-10-171-0/+44
* Expose roles details via REST API (#11502).Jean-Philippe Lang2012-10-121-0/+21
* Adds an optional X-Redmine-Switch-User header to let admin users swicth user ...Jean-Philippe Lang2012-10-111-0/+41
* code layout cleanup test/integration/api_test/issues_test.rbToshi MARUYAMA2012-10-091-27/+57
* add missing fixture to test/integration/api_test/issues_test.rbToshi MARUYAMA2012-10-091-0/+1
* Added a test for JSON upload.Jean-Philippe Lang2012-09-161-0/+17
* Removed test contexts.Jean-Philippe Lang2012-09-161-76/+66
* Adds sharing attribute to the versions API (#11541).Jean-Philippe Lang2012-07-311-9/+5
* Adds JSONP support to the API (#11469).Jean-Philippe Lang2012-07-271-0/+54
* Do not user user session for API requests.Jean-Philippe Lang2012-07-271-0/+32
* Adds assertions on response status and body.Jean-Philippe Lang2012-07-141-36/+21
* Fixed that 200 API responses have a body containing one space (#11388).Jean-Philippe Lang2012-07-149-0/+23
* Fixed that custom_fields property is ignored for time entries in REST API (#1...Jean-Philippe Lang2012-06-091-0/+15
* Makes users optional in GET /groups/:id (#8981).Jean-Philippe Lang2012-06-031-0/+9
* REST Api for Groups (#8981).Jean-Philippe Lang2012-06-031-0/+199
* Copyright update.Jean-Philippe Lang2012-05-0512-12/+12
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-252-2/+2
* Removed #generate_with_protected helper methods.Jean-Philippe Lang2012-04-221-3/+5
* Additional test for memberships API.Jean-Philippe Lang2012-04-191-0/+8
* Adds a template for API error messages so that it does not depend on AR::Erro...Jean-Philippe Lang2012-03-041-2/+2
* Removed some generate! calls.Jean-Philippe Lang2012-03-042-5/+5
* Rails 3.1 compatibility.Jean-Philippe Lang2012-02-251-2/+2
* Rails 3.1 compatibility.Jean-Philippe Lang2012-02-251-3/+3
* Better message for file size validation error.Jean-Philippe Lang2012-02-231-0/+11
* Adds support for adding attachments to issues through the REST API (#8171).Jean-Philippe Lang2012-02-232-0/+103