| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use SudoMode.disable! to skip API requests (#19851). | Jean-Philippe Lang | 2015-06-19 | 1 | -0/+15 |
* | Renamed sudo mode test. | Jean-Philippe Lang | 2015-06-19 | 1 | -0/+0 |
* | Adds a configuration setting to enable sudo mode, disabled by default (#19851). | Jean-Philippe Lang | 2015-06-19 | 2 | -20/+23 |
* | Changed /my/show_api_key route to /my/api_key (#19851). | Jean-Philippe Lang | 2015-06-19 | 1 | -0/+1 |
* | Require password re-entry for sensitive actions (#19851). | Jean-Philippe Lang | 2015-06-19 | 2 | -0/+143 |
* | Adds a form to manually submit an email to the mail handler. | Jean-Philippe Lang | 2015-06-15 | 1 | -0/+1 |
* | Update activities list when changing project/issue id on the time entry form ... | Jean-Philippe Lang | 2015-05-30 | 1 | -0/+1 |
* | Add the ability to expire passwords after a configurable number of days (#194... | Jean-Philippe Lang | 2015-05-10 | 1 | -0/+34 |
* | Spanish Panama translation added by Leonel Iturralde (#19489) | Toshi MARUYAMA | 2015-04-24 | 1 | -0/+12 |
* | 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 |
* | Adds a test for setting multivalued custom fields with JSON (#19368). | Jean-Philippe Lang | 2015-03-14 | 1 | -0/+21 |
* | Fixed that creating an issue without tracker_id attribute ignores custom fiel... | Jean-Philippe Lang | 2015-03-14 | 1 | -0/+29 |
* | Fixed that #require_login should respond for other request types (#19325). | Jean-Philippe Lang | 2015-03-10 | 1 | -0/+7 |
* | Adds a test for #19270. | Jean-Philippe Lang | 2015-03-07 | 1 | -0/+11 |
* | Send a better content type than application/octet-stream (#19131). | Jean-Philippe Lang | 2015-02-19 | 1 | -1/+1 |
* | Fixed that timestamps may not be formatted as expected in XML responses (#190... | Jean-Philippe Lang | 2015-02-16 | 1 | -0/+9 |
* | Implements /issues/new form for creating issues outside a project (#1003). | Jean-Philippe Lang | 2015-02-14 | 1 | -0/+4 |
* | Removed IssuesController#update_form action, use #new and #edit instead. | Jean-Philippe Lang | 2015-02-13 | 1 | -2/+2 |
* | Fixed attachment fixture (should be attached to issue 3 because one of its jo... | Jean-Philippe Lang | 2015-01-24 | 1 | -4/+4 |
* | add missing fixture to test/integration/api_test/groups_test.rb | Toshi MARUYAMA | 2015-01-19 | 1 | -1/+1 |
* | Upgrade to Rails 4.2.0 (#14534). | Jean-Philippe Lang | 2015-01-17 | 13 | -39/+40 |
* | Add support for multiple email addresses per user (#4244). | Jean-Philippe Lang | 2015-01-17 | 4 | -4/+4 |
* | Copyright update. | Jean-Philippe Lang | 2015-01-11 | 83 | -83/+83 |
* | 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 |