summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test
Commit message (Collapse)AuthorAgeFilesLines
* Merged r14794 (#21136).Jean-Philippe Lang2015-11-081-0/+14
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@14843 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r14015 (#19065).Jean-Philippe Lang2015-02-181-0/+9
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@14024 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Copyright update in 2.6-stable.Jean-Philippe Lang2015-01-1126-26/+26
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@13873 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged r13785 (#18665).Jean-Philippe Lang2014-12-261-0/+13
| | | | git-svn-id: http://svn.redmine.org/redmine/branches/2.6-stable@13802 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a test for adding a group membership with the REST API (#17904).Jean-Philippe Lang2014-10-041-0/+10
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13426 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds buit-in groups to give specific permissions to anonymous and non ↵Jean-Philippe Lang2014-09-281-2/+32
| | | | | | members users per project (#17976). git-svn-id: http://svn.redmine.org/redmine/trunk@13417 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Issue API: include is_private attribute in xml/json output (#10914).Jean-Philippe Lang2014-09-131-0/+10
| | | | | | Patch by Shivam Daryanani. git-svn-id: http://svn.redmine.org/redmine/trunk@13395 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Include enabled modules in projects API (#17602).Jean-Baptiste Barth2014-09-061-0/+62
| | | | | | | Contributed by Jan Schulz-Hofen <jan@plan.io> git-svn-id: http://svn.redmine.org/redmine/trunk@13363 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add project is_public to GET /projects/:id and /projects API response (#17628).Jean-Baptiste Barth2014-08-151-0/+2
| | | | | | | | Contributed by Michael Esemplare <michael.esemplare@gmail.com> git-svn-id: http://svn.redmine.org/redmine/trunk@13339 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Missing type=array attributes in custom fields API (#16739).Jean-Philippe Lang2014-04-261-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13109 e93f8b46-1217-0410-a6f0-8f06a7374b81
* explicitly set encoding UTF-8 (#16107)Toshi MARUYAMA2014-02-221-1/+6
| | | | | | | Default Ruby source file encoding changed in Ruby 2.0.0. https://bugs.ruby-lang.org/issues/6679 git-svn-id: http://svn.redmine.org/redmine/trunk@12918 e93f8b46-1217-0410-a6f0-8f06a7374b81
* add "assert_response 401" to tests (#16107)Toshi MARUYAMA2014-02-221-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12917 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Strip invalid UTF-8 bytes in User#find_by_login (#16107).Jean-Philippe Lang2014-02-221-1/+7
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12916 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Trigger basic HTTP authentication only when Basic authorization header is ↵Jean-Philippe Lang2014-02-221-0/+10
| | | | | | present (#16107). git-svn-id: http://svn.redmine.org/redmine/trunk@12915 e93f8b46-1217-0410-a6f0-8f06a7374b81
* update copyright year (#15977)Toshi MARUYAMA2014-01-2926-26/+26
| | | | | | Contributed by Daniel Felix. git-svn-id: http://svn.redmine.org/redmine/trunk@12736 e93f8b46-1217-0410-a6f0-8f06a7374b81
* REST API: Integer custom field validation fails when using non-string values ↵Jean-Philippe Lang2014-01-251-0/+46
| | | | | | (#15929). git-svn-id: http://svn.redmine.org/redmine/trunk@12704 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: cannot retrieve members for closed projects through the REST API ↵Jean-Philippe Lang2014-01-111-0/+8
| | | | | | (#15848). git-svn-id: http://svn.redmine.org/redmine/trunk@12650 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds project status to GET /projects/:id and GET /projects API response ↵Jean-Philippe Lang2014-01-111-6/+5
| | | | | | (#15815). git-svn-id: http://svn.redmine.org/redmine/trunk@12649 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#first with finder options at ↵Toshi MARUYAMA2014-01-101-1/+1
| | | | | | ApiTest::VersionsTest git-svn-id: http://svn.redmine.org/redmine/trunk@12611 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#first with finder options at ↵Toshi MARUYAMA2014-01-101-2/+2
| | | | | | ApiTest::VersionsTest git-svn-id: http://svn.redmine.org/redmine/trunk@12608 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#first with finder options at ↵Toshi MARUYAMA2014-01-101-2/+2
| | | | | | ApiTest::UsersTest git-svn-id: http://svn.redmine.org/redmine/trunk@12607 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#first with finder options at ↵Toshi MARUYAMA2014-01-101-3/+3
| | | | | | ApiTest::TimeEntriesTest git-svn-id: http://svn.redmine.org/redmine/trunk@12606 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#first with finder options at ↵Toshi MARUYAMA2014-01-101-3/+3
| | | | | | ApiTest::ProjectsTest git-svn-id: http://svn.redmine.org/redmine/trunk@12605 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#first with finder options at ↵Toshi MARUYAMA2014-01-101-5/+5
| | | | | | ApiTest::IssuesTest git-svn-id: http://svn.redmine.org/redmine/trunk@12598 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#first with finder options at ↵Toshi MARUYAMA2014-01-101-1/+1
| | | | | | ApiTest::IssueRelationsTest git-svn-id: http://svn.redmine.org/redmine/trunk@12597 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#first with finder options at ↵Toshi MARUYAMA2014-01-101-1/+1
| | | | | | ApiTest::IssueCategoriesTest git-svn-id: http://svn.redmine.org/redmine/trunk@12596 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rails4: replace deprecated Relation#first with finder options at ↵Toshi MARUYAMA2014-01-101-2/+2
| | | | | | ApiTest::AttachmentsTest git-svn-id: http://svn.redmine.org/redmine/trunk@12595 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Allow filtering with timestamp (#8842).Jean-Philippe Lang2014-01-031-0/+23
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12477 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed that non-GET API requests respond with 422 (#15427).Jean-Philippe Lang2013-11-221-0/+41
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@12311 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Wiki Pages REST API with version returns wrong comments (#15235).Jean-Philippe Lang2013-11-091-0/+1
| | | | | | Patch by Yukinari TOYOTA. git-svn-id: http://svn.redmine.org/redmine/trunk@12245 e93f8b46-1217-0410-a6f0-8f06a7374b81
* REST API: custom fields definition (#11159).Jean-Philippe Lang2013-09-291-0/+43
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12165 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Cleanup of finders with :conditions option.Jean-Philippe Lang2013-06-122-9/+9
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11963 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed some shoulda context.Jean-Philippe Lang2013-05-188-859/+672
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11863 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed some shoulda context.Jean-Philippe Lang2013-05-187-530/+406
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11862 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add status to /users/:id API for admins (#13948).Jean-Baptiste Barth2013-05-051-0/+12
| | | | | | | Patch by Kambiz Darabi git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11790 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed: Unable to set custom fields for versions using the REST API (#13850).Jean-Philippe Lang2013-05-011-0/+23
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11760 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add user's API key to /users/current.format (#8529).Jean-Philippe Lang2013-03-011-0/+12
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11518 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add login to /users/:id API for current user (#13155).Jean-Philippe Lang2013-02-181-0/+12
| | | | | | Patch by Jérôme Bataille. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11437 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed unused fixtures.Jean-Philippe Lang2013-02-1110-14/+4
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11352 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add/remove issue watchers via the REST API (#6727).Jean-Philippe Lang2013-01-301-0/+51
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11290 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Make JSONP support optional and disabled by default (#12992).Jean-Philippe Lang2013-01-261-4/+22
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11272 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds missing copyright.Jean-Philippe Lang2013-01-224-0/+68
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11254 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a subclass of ActionDispatch::IntegrationTest for API tests.Jean-Philippe Lang2013-01-2223-25/+25
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11253 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-1219-19/+19
| | | | | | Patch by Daniel Felix. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11169 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use 8+ characters long passwords in tests.Jean-Philippe Lang2012-11-271-3/+3
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10886 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixed some more test/integration/*_test.rb breaking when run alone (#12285)Jean-Baptiste Barth2012-11-011-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10788 e93f8b46-1217-0410-a6f0-8f06a7374b81
* REST API for deleting wiki pages (#7082).Jean-Philippe Lang2012-10-281-0/+9
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10743 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds last edit comments on the wiki page (#7082).Jean-Philippe Lang2012-10-251-0/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10719 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds ?include=attachments option when retrieving a wiki page with the REST ↵Jean-Philippe Lang2012-10-251-0/+15
| | | | | | API (#7082). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10718 e93f8b46-1217-0410-a6f0-8f06a7374b81
* REST API for creating/updating wiki pages (#7082).Jean-Philippe Lang2012-10-251-3/+86
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10717 e93f8b46-1217-0410-a6f0-8f06a7374b81