| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow attachment thumbnails from REST API (#18707). | Jean-Philippe Lang | 2014-12-26 | 1 | -0/+15 |
* | Use upload helper method. | Jean-Philippe Lang | 2014-12-22 | 1 | -20/+5 |
* | Use raw request content in tests to make sure that XML/JSON payload is proper... | Jean-Philippe Lang | 2014-12-22 | 1 | -7/+25 |
* | Adds tests for creating an issue with multiple uploads. | Jean-Philippe Lang | 2014-12-22 | 1 | -0/+57 |
* | Send the content type as parameter when uploading a file. | Jean-Philippe Lang | 2014-12-21 | 1 | -0/+10 |
* | Attachment content type not set when uploading attachment (#18667). | Jean-Philippe Lang | 2014-12-21 | 1 | -0/+10 |
* | Error when adding user to group where he is already assigned (#18665). | Jean-Philippe Lang | 2014-12-21 | 1 | -0/+13 |
* | Leading slash required with Rails 4.2. | Jean-Philippe Lang | 2014-12-21 | 6 | -33/+33 |
* | Replaced "can't" with "cannot" in error messages. | Jean-Philippe Lang | 2014-12-21 | 8 | -19/+19 |
* | Adds a test for invalid enumeration class parameter. | Jean-Philippe Lang | 2014-12-05 | 1 | -0/+6 |
* | Adds a few tests. | Jean-Philippe Lang | 2014-12-03 | 1 | -0/+20 |
* | Moved helpers for integration tests in a specific class. | Jean-Philippe Lang | 2014-11-30 | 13 | -13/+13 |
* | Pull up #setup and #teardown in API tests. | Jean-Philippe Lang | 2014-11-30 | 21 | -82/+3 |
* | Test cleanup. | Jean-Philippe Lang | 2014-11-30 | 1 | -3/+1 |
* | Test API authentification once. | Jean-Philippe Lang | 2014-11-30 | 8 | -223/+73 |
* | Localisation not set correctly on authenticity token errors (#18499). | Jean-Philippe Lang | 2014-11-29 | 1 | -0/+11 |
* | Edit attachments after upload (#1326). | Jean-Philippe Lang | 2014-11-29 | 1 | -0/+3 |
* | use English at integration IssuesTest#test_issue_with_user_custom_field | Toshi MARUYAMA | 2014-11-25 | 1 | -12/+13 |
* | Removed some test contexts. | Jean-Philippe Lang | 2014-11-23 | 3 | -515/+328 |
* | Replaced remaining #assert_tag with #assert_select. | Jean-Philippe Lang | 2014-11-22 | 20 | -458/+168 |
* | Quote values in DOM selectors for Nokogiri compatibility. | Jean-Philippe Lang | 2014-11-20 | 2 | -3/+3 |
* | Removed deep nested time entries routes. | Jean-Philippe Lang | 2014-11-16 | 1 | -10/+0 |
* | Use should_route in routing tests. | Jean-Philippe Lang | 2014-11-16 | 46 | -1808/+539 |
* | Renamed #test_watchers to #test_issue_watchers. | Jean-Philippe Lang | 2014-11-16 | 1 | -5/+5 |
* | Adds API routing tests for time entries. | Jean-Philippe Lang | 2014-11-16 | 1 | -0/+9 |
* | Removed API tests for routes that are not implemented. | Jean-Philippe Lang | 2014-11-16 | 1 | -13/+0 |
* | Isolates all API routing tests to a specific test case. | Jean-Philippe Lang | 2014-11-16 | 19 | -436/+168 |
* | Adds tests for new routes. | Jean-Philippe Lang | 2014-11-16 | 2 | -0/+14 |
* | Moved new group user to its own action GroupsController#new_users. | Jean-Philippe Lang | 2014-11-16 | 1 | -0/+4 |
* | Adds a single controller for users and groups memberships and support for add... | Jean-Philippe Lang | 2014-10-23 | 3 | -23/+56 |
* | Merged rails-4.1 branch (#14534). | Jean-Philippe Lang | 2014-10-22 | 61 | -90/+83 |
* | Ability to render multiple partials with view hook (#17763). | Jean-Philippe Lang | 2014-10-18 | 1 | -0/+15 |
* | Adds a test for adding a group membership with the REST API (#17904). | Jean-Philippe Lang | 2014-10-04 | 1 | -0/+10 |
* | Removes routes for time entries nested under project/issues. | Jean-Philippe Lang | 2014-10-04 | 1 | -51/+0 |
* | Adds buit-in groups to give specific permissions to anonymous and non members... | Jean-Philippe Lang | 2014-09-28 | 2 | -2/+53 |
* | rename jQuery Datepicker i18n file name | Toshi MARUYAMA | 2014-09-27 | 1 | -7/+7 |
* | Issue API: include is_private attribute in xml/json output (#10914). | Jean-Philippe Lang | 2014-09-13 | 1 | -0/+10 |
* | Adds a test for default context of controller hooks (#16930). | Jean-Philippe Lang | 2014-09-13 | 1 | -0/+19 |
* | Makes sys#fetch_changesets accept POST requests (#17077). | Jean-Philippe Lang | 2014-09-13 | 1 | -0/+4 |
* | Include enabled modules in projects API (#17602). | Jean-Baptiste Barth | 2014-09-06 | 1 | -0/+62 |
* | Add project is_public to GET /projects/:id and /projects API response (#17628). | Jean-Baptiste Barth | 2014-08-15 | 1 | -0/+2 |
* | Missing type=array attributes in custom fields API (#16739). | Jean-Philippe Lang | 2014-04-26 | 1 | -0/+2 |
* | remove garbage comment from test/integration/account_test.rb | Toshi MARUYAMA | 2014-03-15 | 1 | -1/+0 |
* | explicitly set encoding UTF-8 (#16107) | Toshi MARUYAMA | 2014-02-22 | 1 | -1/+6 |
* | add "assert_response 401" to tests (#16107) | Toshi MARUYAMA | 2014-02-22 | 1 | -0/+2 |
* | Strip invalid UTF-8 bytes in User#find_by_login (#16107). | Jean-Philippe Lang | 2014-02-22 | 1 | -1/+7 |
* | Trigger basic HTTP authentication only when Basic authorization header is pre... | Jean-Philippe Lang | 2014-02-22 | 1 | -0/+10 |
* | update copyright year (#15977) | Toshi MARUYAMA | 2014-01-29 | 84 | -84/+84 |
* | REST API: Integer custom field validation fails when using non-string values ... | Jean-Philippe Lang | 2014-01-25 | 1 | -0/+46 |
* | Adds favicon to ATOM feeds (#14309). | Jean-Philippe Lang | 2014-01-12 | 1 | -0/+31 |