summaryrefslogtreecommitdiffstats
path: root/test/integration
Commit message (Expand)AuthorAgeFilesLines
* Fixed that delete watcher link was broken by r11290 (#13231).Jean-Philippe Lang2013-02-201-1/+1
* Add login to /users/:id API for current user (#13155).Jean-Philippe Lang2013-02-181-0/+12
* Fixed that updating the issue form was broken by r4011 when user is not allow...Jean-Philippe Lang2013-02-162-11/+2
* Removed unused fixtures.Jean-Philippe Lang2013-02-1114-22/+8
* Use POST/DELETE to watch/unwatch an item.Jean-Philippe Lang2013-02-101-1/+1
* Add/remove issue watchers via the REST API (#6727).Jean-Philippe Lang2013-01-302-0/+61
* Use POST instead of GET for logging out (#13022).Jean-Philippe Lang2013-01-301-4/+6
* 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
* Adds pagination to users list when adding project or group members (#9549).Jean-Philippe Lang2013-01-182-0/+8
* Attachment name is added in the generated link.Jean-Philippe Lang2013-01-141-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-1276-76/+76
* Plugins cannot route wiki page sub-path (#12749).Jean-Philippe Lang2013-01-111-0/+4
* Fixed that previews are broken by r10957 (#12642).Jean-Philippe Lang2013-01-061-1/+1
* Auto-populate fields while creating a new user with LDAP (#10286).Jean-Philippe Lang2012-12-261-0/+4
* Merged ajax_upload branch (#3957).Jean-Philippe Lang2012-12-101-0/+132
* Replaces find(:first/:all) calls.Jean-Philippe Lang2012-12-031-1/+1
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-031-2/+2
* Use 8+ characters long passwords in tests.Jean-Philippe Lang2012-11-273-11/+11
* Fixed some more test/integration/*_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-012-1/+2
* REST API for deleting wiki pages (#7082).Jean-Philippe Lang2012-10-282-0/+19
* 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-252-31/+127
* REST API for retrieving wiki pages (#7082).Jean-Philippe Lang2012-10-252-0/+113
* backout r10707 (#12196)Toshi MARUYAMA2012-10-241-14/+10
* fix "Page not found" on OK button in SCM "View all revisions" page (#12196)Toshi MARUYAMA2012-10-241-10/+14
* Ability to delete a version from a wiki page history (#10852).Jean-Philippe Lang2012-10-231-0/+10
* Wiki page versions routes cleanup.Jean-Philippe Lang2012-10-211-7/+2
* 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-172-0/+48
* Expose roles details via REST API (#11502).Jean-Philippe Lang2012-10-122-0/+25
* 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
* fix integration hook test nameToshi MARUYAMA2012-10-021-2/+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 a view for editing all trackers fields.Jean-Philippe Lang2012-09-021-0/+8
* Respond with 404 on ActionView::MissingTemplate (#11503).Jean-Philippe Lang2012-08-131-0/+5
* Adds sharing attribute to the versions API (#11541).Jean-Philippe Lang2012-07-311-9/+5
* Fixed broken assertion.Jean-Philippe Lang2012-07-281-1/+1
* 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
* Use JQuery Datepicker (#11445).Jean-Philippe Lang2012-07-221-0/+17
* Adds a macro for inserting thumbnails in formatted text (#3510).Jean-Philippe Lang2012-07-161-0/+4
* Removed assertion that is susceptible to fail if test runs slowly.Jean-Philippe Lang2012-07-161-2/+0
* Routing tests for r9977.Jean-Philippe Lang2012-07-151-0/+6
* Adds assertions on response status and body.Jean-Philippe Lang2012-07-141-36/+21