aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/api_controller.rb
Commit message (Expand)AuthorAgeLines
* Use since_event_id to restrict query, not just data displayed.Louise Crow2014-08-11-16/+26
* Merge branch 'issues/1709-eager-load-for-api-speed' into rails-3-developLouise Crow2014-08-04-24/+11
|\
| * Try some eager loading to speed up body_request_eventsLouise Crow2014-08-04-24/+11
* | whitespacelizconlan2014-07-28-31/+24
* | Sending an invalid state value to add_correspondence now aborts the entire op...lizconlan2014-07-28-3/+12
* | Refactor state update API, better error handlinglizconlan2014-07-28-51/+37
* | Extend add_correspondence API method to optionally accept a state paramlizconlan2014-07-28-7/+22
* | New API method for updating request statelizconlan2014-07-28-0/+34
|/
* Handle a request with no user in the show request function0.16.0.5hotfix/0.16.0.5Louise Crow2014-01-28-1/+4
* Don't specify format in template name.Louise Crow2013-11-12-1/+1
* 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