aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Make clearing a profile photo a post-restricted actionLouise Crow2014-12-18-7/+2
|
* Make logging in as a user a POST-constrained action.Louise Crow2014-12-18-5/+8
|
* RESTful route for destroying a trackLouise Crow2014-12-18-2/+2
|
* RESTful route for clearing a bounce messageLouise Crow2014-12-18-2/+2
|
* RESTful route for bounce messageLouise Crow2014-12-18-2/+2
|
* Use RESTful route for banned user listLouise Crow2014-12-18-5/+6
|
* Use RESTful routes for CRUD admin user actionsLouise Crow2014-12-18-42/+38
|
* Move outgoing message admin actions to RESTful model.Louise Crow2014-12-18-13/+14
|
* Move admin incoming message actions to use RESTful routes.Louise Crow2014-12-18-21/+23
| | | | | So data changing actions require a POST and can be protected against CSRF.
* Move change request actions to use RESTful routes.Louise Crow2014-12-18-13/+18
|
* Use RESTful routing for importing the public bodies csv fileLouise Crow2014-12-18-2/+3
|
* RESTful routing for missing_scheme and mass_tag_addLouise Crow2014-12-18-3/+3
|
* Move destroy action to RESTful routingLouise Crow2014-12-18-4/+1
|
* Move create to RESTful routingLouise Crow2014-12-18-3/+2
|
* Move edit and update to RESTful routingLouise Crow2014-12-18-8/+6
|
* Move new action to use RESTful routing.Louise Crow2014-12-18-6/+5
|
* Move show method to use RESTful routingLouise Crow2014-12-18-12/+11
|
* Use RESTful routing for indexLouise Crow2014-12-18-71/+71
|
* Make downloading a raw email a RESTful routeLouise Crow2014-12-18-31/+48
|
* Make marking an event as a clarification a RESTful routeLouise Crow2014-12-18-18/+85
|
* Make hide a RESTful action accessed via POSTLouise Crow2014-12-12-6/+6
|
* Make show_raw_email a RESTful action via GETLouise Crow2014-12-12-83/+104
| | | | | Move specs that involve receiving email and then viewing the interface to be integration specs, which is what they really are.
* RESTful routing for editing and updating.Louise Crow2014-12-12-6/+4
|
* RESTful routing for editing and updating commentsLouise Crow2014-12-12-35/+119
|
* Move generate_upload_url action to be RESTfulLouise Crow2014-12-12-3/+8
|
* Make move a RESTful actionLouise Crow2014-12-12-5/+4
|
* Use RESTful routing for destroy actionLouise Crow2014-12-12-5/+4
|
* Use RESTful routing for resend actionLouise Crow2014-12-12-34/+35
|
* Use RESTful routing for index and show actionsLouise Crow2014-12-12-45/+42
|
* Merge branch 'rails-3-develop' of ↵Louise Crow2014-12-11-5/+13
|\ | | | | | | ssh://git.mysociety.org/data/git/public/alaveteli into rails-3-develop
| * Merge branch '2022-fragmented-translation' into rails-3-developGareth Rees2014-12-11-2/+7
| |\
| | * Improve translation on /details/request/:idGareth Rees2014-12-11-2/+7
| | | | | | | | | | | | Better to translate the full string
| * | Merge branch '2021-fragmented-translation' into rails-3-developGareth Rees2014-12-11-3/+6
| |\ \ | | |/ | |/|
| | * Unify add annotation <title> and <h1>Gareth Rees2014-12-11-3/+4
| | | | | | | | | | | | | | | Use the same msgids so that translators only have to translate one thing.
| | * Translate annotation ‘to’ headingGareth Rees2014-12-11-2/+4
| |/
* | Merge branch 'catch-openuri-timeout-errors' into rails-3-developLouise Crow2014-12-11-3/+18
|\ \ | |/ |/|
| * Use exception notification for third party url errorsLouise Crow2014-11-14-3/+18
| | | | | | | | Include URL and error in notification and log.
| * Catch timeouts in quietly_try_to_purgeIan Chard2014-11-03-1/+1
| | | | | | | | | | Although many times of errors are caught, the case where a connection is made but no reply is received resulted in an uncaught Timeout::Error.
* | Merge branch 'sanitize-non-utf8-request-uri' into rails-3-developLouise Crow2014-12-09-8/+16
|\ \
| * | fixup! Use rack-utf8_sanitizer gemLouise Crow2014-11-18-1/+1
| | |
| * | Use rack-utf8_sanitizer gemLouise Crow2014-11-18-8/+16
| | | | | | | | | | | | This sanitises non utf-8 params before they're processed by Rails.
* | | Merge branch 'owasp-fixes' into rails-3-developLouise Crow2014-12-09-11/+35
|\ \ \
| * | | Don't display specific error messages in production.Louise Crow2014-12-05-7/+1
| | | |
| * | | Add secureheadersLouise Crow2014-12-05-0/+30
| | | | | | | | | | | | | | | | Issue some security-related headers by default.
| * | | Don't allow autocomplete.Louise Crow2014-12-05-4/+4
| | | | | | | | | | | | | | | | This prevents browsers from storing and filling passwords.
* | | | Merge remote-tracking branch ↵Louise Crow2014-12-09-30/+74
|\ \ \ \ | | | | | | | | | | | | | | | 'openaustralia_github/remove-web-analytics-section' into rails-3-develop
| * | | | Remove unused "web analytics" section of admin pages - it's confusing!Henare Degan2014-12-09-5/+0
| | | | |
| * | | | Merge branch '1666-related-requests-search' into rails-3-developGareth Rees2014-12-08-25/+74
|/| | | |
| * | | | Add slideUp/slideDown to related requests resultsGareth Rees2014-11-11-8/+17
| | | | |
| * | | | Add close button to similar requests on /new/:bodyGareth Rees2014-11-11-3/+11
| | | | |