aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/api_controller.rb
Commit message (Expand)AuthorAgeLines
* Set the calculated state on external requests.Louise Crow2013-08-15-0/+2
* Merge remote-tracking branch 'mysociety/develop' into rails-3-developHenare Degan2013-03-14-2/+2
|\
| * Stop using main_url to generate absolute urls for the main siteMatthew Landauer2013-02-15-2/+2
| * Rename helper methodMatthew Landauer2013-02-15-1/+1
| * Rename helper methodMatthew Landauer2013-02-15-1/+1
* | Rename Configuration class to avoid conflict with ActiveSupport::ConfigurableHenare Degan2013-03-03-1/+1
* | Remove Tmail and use the Mail gem under Ruby 1.8.7 as wellHenare Degan2013-02-27-22/+3
* | create_ is deprecatedHenare Degan2013-02-25-1/+1
* | Directly construct tmail object from body and attachments. Ugh. Because actio...Matthew Landauer2013-01-31-2/+22
* | Time doesn't need to be converted from string to time anymoreMatthew Landauer2013-01-28-7/+1
|/
* The absence of an API key in an API request should be a permission denied err...Louise Crow2012-12-03-36/+36
* Extract configuration with defaults into one moduleMatthew Landauer2012-09-25-1/+1
* Add a since_date parameter to the API feedRobin Houston2012-09-10-11/+35
* API errors should be JSONRobin Houston2012-09-04-3/+10
* Revert "Revert "Revert "In the API, when parsing posted responses, assume all...Robin Houston2012-08-01-9/+2
* Revert "Revert "In the API, when parsing posted responses, assume all multipa...Seb Bacon2012-07-17-2/+9
* Merge branch 'feature/public-body-api-2a' into developRobin Houston2012-07-16-2/+3
|\
| * Revert "In the API, when parsing posted responses, assume all multipart mail ...Robin Houston2012-07-16-9/+2
| * In the API, when parsing posted responses, assume all multipart mail parts th...Seb Bacon2012-07-11-2/+9
| * Calls to API that are expected to return JSON are always expected to return s...Seb Bacon2012-07-09-2/+3
* | Include request_id as well as event_id in the JSONRobin Houston2012-07-05-0/+1
|/
* JSON new events feedRobin Houston2012-07-04-21/+48
* Atom feed of request eventsRobin Houston2012-07-04-5/+15
* Atom feed approximately working (?)Robin Houston2012-07-04-1/+1
* WIP new requests feedRobin Houston2012-07-04-0/+14
* API controller tests all passRobin Houston2012-06-18-3/+3
* WIP APIRobin Houston2012-06-07-28/+8
* WIP attachment uploading via APIRobin Houston2012-06-06-1/+21
* API: Some testing of show_requestRobin Houston2012-06-06-0/+1
* API: we can add a response to a requestRobin Houston2012-06-06-0/+81
* more commentsRobin Houston2012-06-06-0/+3
* Just include all the error messagesRobin Houston2012-06-06-5/+1
* API create_request method is workingRobin Houston2012-06-06-18/+40
* Work in progress on getting new APIController test to pass. They don't, yet!Seb Bacon2012-06-06-1/+21
* Reorder methodsRobin Houston2012-06-06-4/+4
* Authenticated APIRobin Houston2012-06-06-0/+46