summaryrefslogtreecommitdiffstats
path: root/test/integration/api_test
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.0-stable (#40043).Marius Balteanu2024-02-2729-29/+29
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-0129-29/+29
* Merged r21606 to 5.0-stable (#37157). Marius Balteanu2022-05-281-0/+18
* Add support for PUT API to journals (#10171).Go MAEDA2022-03-231-0/+95
* Replace Member.find_or_new with ActiveRecord's find_or_initialize_by (#36730).Go MAEDA2022-03-141-1/+1
* Update API test to use token based authentication when twofa is enabled for u...Marius Balteanu2022-02-251-2/+7
* Disable API authentication with username and password when two-factor authent...Marius Balteanu2022-02-241-0/+9
* Fix WikiContentVersion API returns 500 if author is nil (#36494).Marius Balteanu2022-02-181-0/+11
* Add test for #34766.Marius Balteanu2022-01-301-0/+7
* Include avatar URL in Users API (#36303).Go MAEDA2022-01-211-2/+12
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-0228-28/+28
* You can configure default project queries in the following places (#35795):Marius Balteanu2021-11-151-1/+14
* Add information about whether an issue is open or closed to Issues API respon...Go MAEDA2021-10-021-2/+14
* File upload fails when run with uWSGI (#35715).Go MAEDA2021-08-141-0/+25
* API to close/reopen projects (#35507).Go MAEDA2021-07-091-0/+17
* Add enabled core fields to /trackers API response (#35505).Go MAEDA2021-07-061-0/+6
* Add total estimated hours, spent hours, total spent hours for issues to issue...Go MAEDA2021-06-271-0/+28
* API to archive/unarchive projects (#35420).Go MAEDA2021-06-241-0/+17
* Remove deprecated WikiContent::Version (#35031).Go MAEDA2021-05-151-6/+6
* Uploading a big file fails with NoMemoryError (#33752).Go MAEDA2021-05-111-0/+22
* Include new statuses allowed by workflow in Issues REST API (#24976).Go MAEDA2021-04-191-0/+22
* Fix undefined method 'split' when issue_to_id is numeric (#35039).Go MAEDA2021-04-121-1/+22
* Use media_type to get the MIME type of the request (#29914).Go MAEDA2021-04-011-1/+1
* Test for r20852 (#22008).Go MAEDA2021-03-261-0/+107
* Associated Revision API (#22008).Go MAEDA2021-03-261-0/+5
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-2527-27/+27
* Projects API should not return invisible trackers (#30121).Go MAEDA2021-02-231-0/+27
* Fix passing a wrong parameter to assert_select in API test for 'GET /users/:i...Go MAEDA2020-12-311-1/+1
* Users API should return twofa_scheme only for administrators (#34242).Go MAEDA2020-12-231-1/+14
* Include two-factor authentication scheme in users API response (#34242).Go MAEDA2020-12-231-1/+19
* fix source indent of test/integration/api_test/issues_test.rbToshi MARUYAMA2020-12-031-2/+2
* fix source indent of test/integration/api_test/projects_test.rbToshi MARUYAMA2020-12-031-11/+44
* fix source indent of test/integration/api_test/api_test.rbToshi MARUYAMA2020-12-021-3/+5
* fix source indent of test/integration/api_test/attachments_test.rbToshi MARUYAMA2020-12-021-6/+24
* fix source indent of test/integration/api_test/time_entries_test.rbToshi MARUYAMA2020-11-291-7/+10
* fix source indent of test/integration/api_test/memberships_test.rbToshi MARUYAMA2020-11-291-17/+26
* fix source indent of test/integration/api_test/wiki_pages_test.rbToshi MARUYAMA2020-11-291-14/+63
* remove spaces inside {} of test/integration/api_test/issues_test.rbToshi MARUYAMA2020-09-121-5/+5
* fix source indent of test/integration/api_test/groups_test.rbToshi MARUYAMA2020-08-091-6/+18
* fix source indent of test/integration/api_test/issue_relations_test.rbToshi MARUYAMA2020-08-071-2/+6
* add space after comma to test/integration/api_test/projects_test.rbToshi MARUYAMA2020-08-071-1/+1
* add space after comma to test/integration/api_test/memberships_test.rbToshi MARUYAMA2020-08-071-6/+6
* Redmine::ApiTest::UsersTest fails if config.time_zone is set (#33592, #33787).Go MAEDA2020-08-021-2/+2
* Include updated_on and passwd_changed_on columns in API response (#33592).Go MAEDA2020-07-281-2/+25
* fix source indent of test/integration/api_test/attachments_test.rbToshi MARUYAMA2020-07-191-4/+6
* Add missing fixture to Redmine::ApiTest::ProjectsTest (#33700).Go MAEDA2020-07-091-1/+1
* Updating an issue via REST API causes internal server error if invalid projec...Go MAEDA2020-05-141-0/+28
* Adds option to include issue custom fields in projects#show API response (#33...Go MAEDA2020-04-211-0/+8
* Creating time tracking entry for other user through rest API fails with 403 (...Jean-Philippe Lang2020-04-051-0/+34
* Reverted r19669 and r19670 (#32774).Jean-Philippe Lang2020-04-051-38/+0