| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add assignable, issues_visibility, time_entries_visibility and users_visibili... | Go MAEDA | 2018-09-23 | 1 | -0/+5 |
* | Expose the Admin flag on the users api to admin users (#29459). | Go MAEDA | 2018-09-20 | 1 | -0/+12 |
* | /users API accepts boolean strings for generate_password field (#28686). | Go MAEDA | 2018-05-06 | 1 | -0/+16 |
* | fix element order (#26769) | Toshi MARUYAMA | 2017-08-28 | 1 | -1/+1 |
* | add category_id to REST issue creation tests (#26769) | Toshi MARUYAMA | 2017-08-28 | 1 | -0/+4 |
* | Adds a few tests. | Jean-Philippe Lang | 2017-07-31 | 1 | -0/+24 |
* | Merged rails-5.1 branch (#23630). | Jean-Philippe Lang | 2017-07-23 | 1 | -1/+1 |
* | Update remaining copyrights. | Toshi MARUYAMA | 2017-07-02 | 1 | -1/+1 |
* | Update copyright. | Jean-Philippe Lang | 2017-06-25 | 25 | -25/+25 |
* | Use Rails 5 syntax for integration tests. | Jean-Philippe Lang | 2017-06-01 | 18 | -271/+449 |
* | Adds a test for #25526. | Jean-Philippe Lang | 2017-04-05 | 1 | -0/+9 |
* | add missing fixtures to test/integration/api_test/api_test.rb | Toshi MARUYAMA | 2017-03-21 | 1 | -1/+1 |
* | REST API: option to get the project activities for time entries (#7506). | Jean-Philippe Lang | 2017-03-03 | 1 | -0/+8 |
* | Add attachment information to issues.xml in REST API (#12181). | Jean-Philippe Lang | 2017-03-03 | 1 | -0/+16 |
* | Fixes uploading of empty files (#25115). | Jean-Philippe Lang | 2017-02-28 | 1 | -0/+19 |
* | Issues API does not respect time_entries_visibility (#24875). | Jean-Philippe Lang | 2017-01-29 | 1 | -0/+33 |
* | Fixed that project settings should show locked members (#22034). | Jean-Philippe Lang | 2016-12-31 | 1 | -14/+20 |
* | Files REST API (#19116). | Jean-Philippe Lang | 2016-12-21 | 2 | -0/+120 |
* | Don't use assert_equal nil. | Jean-Philippe Lang | 2016-12-12 | 1 | -0/+4 |
* | Use assert_nil instead of assert_equal. | Jean-Philippe Lang | 2016-12-11 | 1 | -2/+2 |
* | Enforce issue assignee validation (#23921). | Jean-Philippe Lang | 2016-12-10 | 1 | -0/+8 |
* | Adds a test for #24297. | Jean-Philippe Lang | 2016-11-18 | 1 | -0/+11 |
* | Test failure. | Jean-Philippe Lang | 2016-10-04 | 1 | -5/+3 |
* | Adds a routing test for deleting attachment via the API. | Jean-Philippe Lang | 2016-10-01 | 2 | -2/+3 |
* | Add support for updating attachments over REST API (#22356). | Jean-Philippe Lang | 2016-10-01 | 2 | -0/+24 |
* | Let the API accept project identifier for creating issues (#23766). | Jean-Philippe Lang | 2016-10-01 | 1 | -0/+10 |
* | Return attachment id in api response to attachment upload (#23566). | Jean-Philippe Lang | 2016-08-30 | 1 | -0/+3 |
* | Don't use render :text => "". | Jean-Philippe Lang | 2016-07-21 | 1 | -0/+9 |
* | Removes calls to #assert_template and #assigns in integration tests. | Jean-Philippe Lang | 2016-07-21 | 5 | -24/+21 |
* | Tests for #22754. | Jean-Philippe Lang | 2016-06-04 | 1 | -0/+20 |
* | Add support for attaching file to WIKI pages by REST API (#14830). | Jean-Philippe Lang | 2016-05-16 | 1 | -0/+19 |
* | Include private_notes property in xml/json Journals output (#20985). | Jean-Philippe Lang | 2016-05-16 | 1 | -1/+8 |
* | Include value and label of possible values in custom fields API (#22745). | Jean-Philippe Lang | 2016-05-08 | 1 | -0/+15 |
* | Support for deleting attachments via API (#14828). | Jean-Philippe Lang | 2016-04-12 | 1 | -0/+18 |
* | Support of default Active Record (I18n) transliteration paths (#22383). | Jean-Philippe Lang | 2016-04-12 | 1 | -1/+1 |
* | Handle search pagination with the REST API (#6277). | Jean-Philippe Lang | 2016-03-19 | 1 | -0/+18 |
* | Missing fixtures (#6277). | Jean-Philippe Lang | 2016-03-19 | 1 | -2/+8 |
* | REST API for Search (#6277). | Jean-Philippe Lang | 2016-03-19 | 1 | -0/+68 |
* | Total spent hours and estimated hours need to be get via REST (#21757). | Jean-Philippe Lang | 2016-03-19 | 1 | -0/+64 |
* | NameError: uninitialized constant Redmine::ApiTest::GroupsTest::MultiJson | Jean-Philippe Lang | 2016-03-17 | 1 | -1/+1 |
* | Updates copyright for 2016. | Jean-Philippe Lang | 2016-03-13 | 24 | -24/+24 |
* | Accept dots in JSONP callback (#13718). | Jean-Philippe Lang | 2016-01-16 | 1 | -2/+2 |
* | Fixed that Issues API may disclose changesets that are not visible (#21136). | Jean-Philippe Lang | 2015-11-04 | 1 | -0/+14 |
* | New custom fields of existing issues are not initialized with their default v... | Jean-Philippe Lang | 2015-10-31 | 1 | -2/+2 |
* | Adds tests for default custom field value (#21074). | Jean-Philippe Lang | 2015-10-30 | 1 | -0/+78 |
* | Use generated groups. | Jean-Philippe Lang | 2015-10-20 | 1 | -14/+21 |
* | API: creating an issue with an invalid project_id should return 422 instead o... | Jean-Philippe Lang | 2015-03-20 | 1 | -0/+5 |
* | Don't include milliseconds in JSON API responses (#19354). | Jean-Philippe Lang | 2015-03-15 | 1 | -1/+11 |
* | Fixed assertion (#19368). | Jean-Philippe Lang | 2015-03-14 | 1 | -1/+1 |
* | Fixed assertion (#19368). | Jean-Philippe Lang | 2015-03-14 | 1 | -1/+1 |