| Commit message (Expand) | Author | Age | Lines |
* | Use since_event_id to restrict query, not just data displayed. | Louise Crow | 2014-08-11 | -16/+26 |
* | Merge branch 'issues/1709-eager-load-for-api-speed' into rails-3-develop | Louise Crow | 2014-08-04 | -24/+11 |
|\ |
|
| * | Try some eager loading to speed up body_request_events | Louise Crow | 2014-08-04 | -24/+11 |
* | | whitespace | lizconlan | 2014-07-28 | -31/+24 |
* | | Sending an invalid state value to add_correspondence now aborts the entire op... | lizconlan | 2014-07-28 | -3/+12 |
* | | Refactor state update API, better error handling | lizconlan | 2014-07-28 | -51/+37 |
* | | Extend add_correspondence API method to optionally accept a state param | lizconlan | 2014-07-28 | -7/+22 |
* | | New API method for updating request state | lizconlan | 2014-07-28 | -0/+34 |
|/ |
|
* | Handle a request with no user in the show request function0.16.0.5hotfix/0.16.0.5 | Louise Crow | 2014-01-28 | -1/+4 |
* | Don't specify format in template name. | Louise Crow | 2013-11-12 | -1/+1 |
* | Set the calculated state on external requests. | Louise Crow | 2013-08-15 | -0/+2 |
* | Merge remote-tracking branch 'mysociety/develop' into rails-3-develop | Henare Degan | 2013-03-14 | -2/+2 |
|\ |
|
| * | Stop using main_url to generate absolute urls for the main site | Matthew Landauer | 2013-02-15 | -2/+2 |
| * | Rename helper method | Matthew Landauer | 2013-02-15 | -1/+1 |
| * | Rename helper method | Matthew Landauer | 2013-02-15 | -1/+1 |
* | | Rename Configuration class to avoid conflict with ActiveSupport::Configurable | Henare Degan | 2013-03-03 | -1/+1 |
* | | Remove Tmail and use the Mail gem under Ruby 1.8.7 as well | Henare Degan | 2013-02-27 | -22/+3 |
* | | create_ is deprecated | Henare Degan | 2013-02-25 | -1/+1 |
* | | Directly construct tmail object from body and attachments. Ugh. Because actio... | Matthew Landauer | 2013-01-31 | -2/+22 |
* | | Time doesn't need to be converted from string to time anymore | Matthew Landauer | 2013-01-28 | -7/+1 |
|/ |
|
* | The absence of an API key in an API request should be a permission denied err... | Louise Crow | 2012-12-03 | -36/+36 |
* | Extract configuration with defaults into one module | Matthew Landauer | 2012-09-25 | -1/+1 |
* | Add a since_date parameter to the API feed | Robin Houston | 2012-09-10 | -11/+35 |
* | API errors should be JSON | Robin Houston | 2012-09-04 | -3/+10 |
* | Revert "Revert "Revert "In the API, when parsing posted responses, assume all... | Robin Houston | 2012-08-01 | -9/+2 |
* | Revert "Revert "In the API, when parsing posted responses, assume all multipa... | Seb Bacon | 2012-07-17 | -2/+9 |
* | Merge branch 'feature/public-body-api-2a' into develop | Robin Houston | 2012-07-16 | -2/+3 |
|\ |
|
| * | Revert "In the API, when parsing posted responses, assume all multipart mail ... | Robin Houston | 2012-07-16 | -9/+2 |
| * | In the API, when parsing posted responses, assume all multipart mail parts th... | Seb Bacon | 2012-07-11 | -2/+9 |
| * | Calls to API that are expected to return JSON are always expected to return s... | Seb Bacon | 2012-07-09 | -2/+3 |
* | | Include request_id as well as event_id in the JSON | Robin Houston | 2012-07-05 | -0/+1 |
|/ |
|
* | JSON new events feed | Robin Houston | 2012-07-04 | -21/+48 |
* | Atom feed of request events | Robin Houston | 2012-07-04 | -5/+15 |
* | Atom feed approximately working (?) | Robin Houston | 2012-07-04 | -1/+1 |
* | WIP new requests feed | Robin Houston | 2012-07-04 | -0/+14 |
* | API controller tests all pass | Robin Houston | 2012-06-18 | -3/+3 |
* | WIP API | Robin Houston | 2012-06-07 | -28/+8 |
* | WIP attachment uploading via API | Robin Houston | 2012-06-06 | -1/+21 |
* | API: Some testing of show_request | Robin Houston | 2012-06-06 | -0/+1 |
* | API: we can add a response to a request | Robin Houston | 2012-06-06 | -0/+81 |
* | more comments | Robin Houston | 2012-06-06 | -0/+3 |
* | Just include all the error messages | Robin Houston | 2012-06-06 | -5/+1 |
* | API create_request method is working | Robin Houston | 2012-06-06 | -18/+40 |
* | Work in progress on getting new APIController test to pass. They don't, yet! | Seb Bacon | 2012-06-06 | -1/+21 |
* | Reorder methods | Robin Houston | 2012-06-06 | -4/+4 |
* | Authenticated API | Robin Houston | 2012-06-06 | -0/+46 |