Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Make clearing a profile photo a post-restricted action | Louise Crow | 2014-12-18 | -5/+1 |
| | ||||
* | Make logging in as a user a POST-constrained action. | Louise Crow | 2014-12-18 | -3/+5 |
| | ||||
* | RESTful route for destroying a track | Louise Crow | 2014-12-18 | -1/+1 |
| | ||||
* | RESTful route for clearing a bounce message | Louise Crow | 2014-12-18 | -1/+1 |
| | ||||
* | RESTful route for bounce message | Louise Crow | 2014-12-18 | -1/+1 |
| | ||||
* | Use RESTful route for banned user list | Louise Crow | 2014-12-18 | -3/+3 |
| | ||||
* | Use RESTful routes for CRUD admin user actions | Louise Crow | 2014-12-18 | -32/+28 |
| | ||||
* | Move outgoing message admin actions to RESTful model. | Louise Crow | 2014-12-18 | -7/+5 |
| | ||||
* | Move admin incoming message actions to use RESTful routes. | Louise Crow | 2014-12-18 | -8/+7 |
| | | | | | 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 | -7/+7 |
| | ||||
* | Use RESTful routing for importing the public bodies csv file | Louise Crow | 2014-12-18 | -1/+1 |
| | ||||
* | RESTful routing for missing_scheme and mass_tag_add | Louise Crow | 2014-12-18 | -1/+1 |
| | ||||
* | Move destroy action to RESTful routing | Louise Crow | 2014-12-18 | -2/+1 |
| | ||||
* | Move create to RESTful routing | Louise Crow | 2014-12-18 | -1/+1 |
| | ||||
* | Move edit and update to RESTful routing | Louise Crow | 2014-12-18 | -4/+4 |
| | ||||
* | Move new action to use RESTful routing. | Louise Crow | 2014-12-18 | -3/+3 |
| | ||||
* | Move show method to use RESTful routing | Louise Crow | 2014-12-18 | -10/+10 |
| | ||||
* | Use RESTful routing for index | Louise Crow | 2014-12-18 | -67/+63 |
| | ||||
* | Make downloading a raw email a RESTful route | Louise Crow | 2014-12-18 | -27/+28 |
| | ||||
* | Make marking an event as a clarification a RESTful route | Louise Crow | 2014-12-18 | -17/+25 |
| | ||||
* | Make hide a RESTful action accessed via POST | Louise Crow | 2014-12-12 | -2/+2 |
| | ||||
* | Make show_raw_email a RESTful action via GET | Louise Crow | 2014-12-12 | -34/+43 |
| | | | | | 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 | -4/+4 |
| | ||||
* | RESTful routing for editing and updating comments | Louise Crow | 2014-12-12 | -33/+45 |
| | ||||
* | Move generate_upload_url action to be RESTful | Louise Crow | 2014-12-12 | -2/+7 |
| | ||||
* | Make move a RESTful action | Louise Crow | 2014-12-12 | -4/+3 |
| | ||||
* | Use RESTful routing for destroy action | Louise Crow | 2014-12-12 | -2/+2 |
| | ||||
* | Use RESTful routing for resend action | Louise Crow | 2014-12-12 | -33/+34 |
| | ||||
* | Use RESTful routing for index and show actions | Louise Crow | 2014-12-12 | -35/+30 |
| | ||||
* | 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 | |||
* | | 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 'owasp-fixes' into rails-3-develop | Louise Crow | 2014-12-09 | -8/+8 |
|\ | ||||
| * | Don't display specific error messages in production. | Louise Crow | 2014-12-05 | -4/+1 |
| | | ||||
| * | Add secureheaders | Louise Crow | 2014-12-05 | -0/+3 |
| | | | | | | | | 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. | |||
* | | 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/+57 |
|\ \ | ||||
| * | | 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 |
| | | | ||||
| * | | Limit typeahead similar requests on /new/:body | Gareth Rees | 2014-11-11 | -1/+3 |
| | | | | | | | | | | | | | | | Only return 3 similar requests to prevent the suggestions swamping the page | |||
| * | | RequestController#search_typaahead limit results | Gareth Rees | 2014-11-11 | -1/+3 |
| | | | | | | | | | | | | Use the per_page parameter to limit the results returned | |||
| * | | Don’t render search ahead results if no results | Gareth Rees | 2014-11-11 | -6/+4 |
| | | | | | | | | | | | | | | | Only render the request_search_ahead_results div when a search has been made. | |||
| * | | Don’t render “search their website” if no results | Gareth Rees | 2014-11-11 | -3/+6 |
| | | | ||||
| * | | Only attempt to render results if there are any | Gareth Rees | 2014-11-11 | -5/+5 |
| | | | | | | | | | | | | No point trying to render the results if there aren’t any to render | |||
| * | | Refactor request/_search_ahead partial | Gareth Rees | 2014-11-11 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | | | Each instead of for Unless instead of if ! .any? instead of size > 0 Line length | |||
| * | | Filter related requests by body on /new/:body | Gareth Rees | 2014-11-11 | -1/+1 |
| | | | ||||
| * | | RequestController#search_typeahead filter by body | Gareth Rees | 2014-11-11 | -4/+10 |
| | | | | | | | | | | | | | | | Action now supports the `request_from` param as per the Xapian filtering system to filter search typeaheads by public body | |||
* | | | Don't translate validation messages for models created/edited in admin interfacerelease/0.20 | Louise Crow | 2014-12-02 | -8/+8 |
| | | |