Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Make clearing a profile photo a post-restricted action | Louise Crow | 2014-12-18 | -7/+2 |
| | ||||
* | Make logging in as a user a POST-constrained action. | Louise Crow | 2014-12-18 | -5/+8 |
| | ||||
* | RESTful route for destroying a track | Louise Crow | 2014-12-18 | -2/+2 |
| | ||||
* | RESTful route for clearing a bounce message | Louise Crow | 2014-12-18 | -2/+2 |
| | ||||
* | RESTful route for bounce message | Louise Crow | 2014-12-18 | -2/+2 |
| | ||||
* | Use RESTful route for banned user list | Louise Crow | 2014-12-18 | -5/+6 |
| | ||||
* | Use RESTful routes for CRUD admin user actions | Louise Crow | 2014-12-18 | -42/+38 |
| | ||||
* | Move outgoing message admin actions to RESTful model. | Louise Crow | 2014-12-18 | -13/+14 |
| | ||||
* | Move admin incoming message actions to use RESTful routes. | Louise Crow | 2014-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 Crow | 2014-12-18 | -13/+18 |
| | ||||
* | Use RESTful routing for importing the public bodies csv file | Louise Crow | 2014-12-18 | -2/+3 |
| | ||||
* | RESTful routing for missing_scheme and mass_tag_add | Louise Crow | 2014-12-18 | -3/+3 |
| | ||||
* | Move destroy action to RESTful routing | Louise Crow | 2014-12-18 | -4/+1 |
| | ||||
* | Move create to RESTful routing | Louise Crow | 2014-12-18 | -3/+2 |
| | ||||
* | Move edit and update to RESTful routing | Louise Crow | 2014-12-18 | -8/+6 |
| | ||||
* | Move new action to use RESTful routing. | Louise Crow | 2014-12-18 | -6/+5 |
| | ||||
* | Move show method to use RESTful routing | Louise Crow | 2014-12-18 | -12/+11 |
| | ||||
* | Use RESTful routing for index | Louise Crow | 2014-12-18 | -71/+71 |
| | ||||
* | Make downloading a raw email a RESTful route | Louise Crow | 2014-12-18 | -31/+48 |
| | ||||
* | Make marking an event as a clarification a RESTful route | Louise Crow | 2014-12-18 | -18/+85 |
| | ||||
* | Make hide a RESTful action accessed via POST | Louise Crow | 2014-12-12 | -6/+6 |
| | ||||
* | Make show_raw_email a RESTful action via GET | Louise Crow | 2014-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 Crow | 2014-12-12 | -6/+4 |
| | ||||
* | RESTful routing for editing and updating comments | Louise Crow | 2014-12-12 | -35/+119 |
| | ||||
* | Move generate_upload_url action to be RESTful | Louise Crow | 2014-12-12 | -3/+8 |
| | ||||
* | Make move a RESTful action | Louise Crow | 2014-12-12 | -5/+4 |
| | ||||
* | Use RESTful routing for destroy action | Louise Crow | 2014-12-12 | -5/+4 |
| | ||||
* | Use RESTful routing for resend action | Louise Crow | 2014-12-12 | -34/+35 |
| | ||||
* | Use RESTful routing for index and show actions | Louise Crow | 2014-12-12 | -45/+42 |
| | ||||
* | Merge branch 'rails-3-develop' of ↵ | Louise Crow | 2014-12-11 | -5/+13 |
|\ | | | | | | | ssh://git.mysociety.org/data/git/public/alaveteli into rails-3-develop | |||
| * | Merge branch '2022-fragmented-translation' into rails-3-develop | Gareth Rees | 2014-12-11 | -2/+7 |
| |\ | ||||
| | * | Improve translation on /details/request/:id | Gareth Rees | 2014-12-11 | -2/+7 |
| | | | | | | | | | | | | Better to translate the full string | |||
| * | | Merge branch '2021-fragmented-translation' into rails-3-develop | Gareth Rees | 2014-12-11 | -3/+6 |
| |\ \ | | |/ | |/| | ||||
| | * | Unify add annotation <title> and <h1> | Gareth Rees | 2014-12-11 | -3/+4 |
| | | | | | | | | | | | | | | | Use the same msgids so that translators only have to translate one thing. | |||
| | * | Translate annotation ‘to’ heading | Gareth Rees | 2014-12-11 | -2/+4 |
| |/ | ||||
* | | Merge branch 'catch-openuri-timeout-errors' into rails-3-develop | Louise Crow | 2014-12-11 | -3/+18 |
|\ \ | |/ |/| | ||||
| * | Use exception notification for third party url errors | Louise Crow | 2014-11-14 | -3/+18 |
| | | | | | | | | Include URL and error in notification and log. | |||
| * | Catch timeouts in quietly_try_to_purge | Ian Chard | 2014-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-develop | Louise Crow | 2014-12-09 | -8/+16 |
|\ \ | ||||
| * | | fixup! Use rack-utf8_sanitizer gem | Louise Crow | 2014-11-18 | -1/+1 |
| | | | ||||
| * | | Use rack-utf8_sanitizer gem | Louise Crow | 2014-11-18 | -8/+16 |
| | | | | | | | | | | | | This sanitises non utf-8 params before they're processed by Rails. | |||
* | | | Merge branch 'owasp-fixes' into rails-3-develop | Louise Crow | 2014-12-09 | -11/+35 |
|\ \ \ | ||||
| * | | | Don't display specific error messages in production. | Louise Crow | 2014-12-05 | -7/+1 |
| | | | | ||||
| * | | | Add secureheaders | Louise Crow | 2014-12-05 | -0/+30 |
| | | | | | | | | | | | | | | | | Issue some security-related headers by default. | |||
| * | | | Don't allow autocomplete. | Louise Crow | 2014-12-05 | -4/+4 |
| | | | | | | | | | | | | | | | | This prevents browsers from storing and filling passwords. | |||
* | | | | Merge remote-tracking branch ↵ | Louise Crow | 2014-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 Degan | 2014-12-09 | -5/+0 |
| | | | | | ||||
| * | | | | Merge branch '1666-related-requests-search' into rails-3-develop | Gareth Rees | 2014-12-08 | -25/+74 |
|/| | | | | ||||
| * | | | | Add slideUp/slideDown to related requests results | Gareth Rees | 2014-11-11 | -8/+17 |
| | | | | | ||||
| * | | | | Add close button to similar requests on /new/:body | Gareth Rees | 2014-11-11 | -3/+11 |
| | | | | |