aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/application_controller.rb
Commit message (Expand)AuthorAgeLines
* Rename XXX comments with TODO:Gareth Rees2014-06-10-2/+2
* Merge branch 'issues/1343-ip-spoofing-error' into rails-3-developGareth Rees2014-04-14-1/+5
|\
| * Rescue from IpSpoofAttackError when using remote IPGareth Rees2014-04-14-1/+5
* | Rescue from non-numeric page parameter exceptionsGareth Rees2014-04-10-1/+1
|/
* URL Encode the path parameter for render_exceptionGareth Rees2014-03-31-0/+10
* Merge branch 'feature/batch-requests' into rails-3-developLouise Crow2014-01-29-2/+2
|\
| * Raise limit on results to 1000.Louise Crow2013-12-04-2/+2
* | Move make_query_from_params to XapianQueriesLouise Crow2013-12-19-94/+0
|/
* Add a dummy exception notification address for testingLouise Crow2013-11-12-1/+3
* Merge branch 'feature/hide-individual-responses' into rails-3-developLouise Crow2013-09-17-13/+0
|\
| * Move some download methods to InfoRequest.Louise Crow2013-09-16-13/+0
* | Make method name clearerHenare Degan2013-08-10-2/+2
* | Don't show diagnostic messages when request is simply localHenare Degan2013-08-10-6/+3
|/
* Merge remote-tracking branch 'openaustralia_github/app_version_api_feature' i...Louise Crow2013-06-18-0/+4
|\
| * Extract methodMatthew Landauer2013-02-24-0/+5
* | Merge branch 'hotfix/0.11.0.13' into rails-3-developLouise Crow2013-06-17-1/+4
|\ \
| * | Explicitly set I18n.locale in set_gettext_locale in order to get Rails to exp...0.11.0.13hotfix/0.11.0.13Louise Crow2013-06-17-1/+4
* | | Merge commit '0.11.0.8' into rails-3-developLouise Crow2013-06-11-4/+0
|\| |
| * | Only render the popup banner in the layout where it's actually used.Louise Crow2013-06-11-4/+0
* | | Merge branch 'release/0.11' into rails-3-developLouise Crow2013-06-04-1/+4
|\| |
| * | For non-HTML requests, just return the response code for now.Louise Crow2013-06-03-1/+4
* | | Merge remote-tracking branch 'openaustralia_github/inline_search_method_refac...Louise Crow2013-06-04-6/+9
|\ \ \ | |/ / |/| |
| * | Tiny refactorMatthew Landauer2013-03-25-5/+2
| * | Inline method InfoRequest.full_searchMatthew Landauer2013-03-25-1/+7
* | | Add logging of any errors.Louise Crow2013-05-02-0/+4
* | | Remove now unused methodsLouise Crow2013-05-02-50/+0
* | | Handle routing errors with our custom template too.Louise Crow2013-05-02-1/+4
* | | Clearer setting of status code, addition of notification.Louise Crow2013-05-02-10/+17
* | | Return the correct status codes for ActiveRecord::RecordNotFound, ActionContr...Louise Crow2013-05-02-0/+8
* | | Add new error handler method that renders the general/exception_caught templateLouise Crow2013-05-02-0/+13
* | | Change email address in header of source code to hello@mysociety.orgMatthew Landauer2013-03-26-1/+1
|/ /
* | Merge remote-tracking branch 'mysociety/develop' into rails-3-developHenare Degan2013-03-14-17/+13
|\|
| * Pass parameters to method rather explicitlyMatthew Landauer2013-02-12-9/+9
| * Inline methodMatthew Landauer2013-02-12-8/+4
| * Simplify param_exists methodMatthew Landauer2013-02-12-1/+1
* | Not required with the new version of exception_notificationHenare Degan2013-03-05-3/+0
* | Rename Configuration class to avoid conflict with ActiveSupport::ConfigurableHenare Degan2013-03-03-8/+8
* | Rename ALL THE TEMPLATES!!1!!!one!!1!!Henare Degan2013-02-27-1/+1
* | Merge branch 'develop' into rails-3-spikeHenare Degan2013-02-15-1/+1
|\|
| * Mark popup banner as html_safeLouise Crow2013-02-08-1/+1
* | Fixup up test_code_redirect_by_email_token for rspec 2Matthew Landauer2013-01-29-1/+2
* | Merge remote-tracking branch 'mysociety/develop' into rails-3-spikeMatthew Landauer2013-01-04-0/+13
|\|
| * Merge branch 'hotfix/authenticate-and-expire-download-zips' into developLouise Crow2012-12-13-0/+13
| |\
| | * Remove any download zip files when a request's cached files are expired.Louise Crow2012-12-13-0/+4
| | * Put download zips in a predictable location - sharded folders based on reques...Louise Crow2012-12-13-0/+5
| | * Use helper method for download path, and use Rails.root instead of file locat...Louise Crow2012-12-13-0/+4
* | | Using #request_uri is deprecatedHenare Degan2012-12-11-1/+1
* | | Thought I got this in b0ae75aba63d40146cfbc7e6af27e1d6051f1804 but it must ha...Henare Degan2012-12-11-3/+0
* | | Disable rescue customisations until we can move it to rackHenare Degan2012-12-11-13/+14
* | | This is deprecated and now set in application.rbHenare Degan2012-12-11-3/+0
|/ /