aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeLines
* Make clearing a profile photo a post-restricted actionLouise Crow2014-12-18-5/+1
|
* Make logging in as a user a POST-constrained action.Louise Crow2014-12-18-3/+5
|
* RESTful route for destroying a trackLouise Crow2014-12-18-1/+1
|
* RESTful route for clearing a bounce messageLouise Crow2014-12-18-1/+1
|
* RESTful route for bounce messageLouise Crow2014-12-18-1/+1
|
* Use RESTful route for banned user listLouise Crow2014-12-18-3/+3
|
* Use RESTful routes for CRUD admin user actionsLouise Crow2014-12-18-32/+28
|
* Move outgoing message admin actions to RESTful model.Louise Crow2014-12-18-7/+5
|
* Move admin incoming message actions to use RESTful routes.Louise Crow2014-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 Crow2014-12-18-7/+7
|
* Use RESTful routing for importing the public bodies csv fileLouise Crow2014-12-18-1/+1
|
* RESTful routing for missing_scheme and mass_tag_addLouise Crow2014-12-18-1/+1
|
* Move destroy action to RESTful routingLouise Crow2014-12-18-2/+1
|
* Move create to RESTful routingLouise Crow2014-12-18-1/+1
|
* Move edit and update to RESTful routingLouise Crow2014-12-18-4/+4
|
* Move new action to use RESTful routing.Louise Crow2014-12-18-3/+3
|
* Move show method to use RESTful routingLouise Crow2014-12-18-10/+10
|
* Use RESTful routing for indexLouise Crow2014-12-18-67/+63
|
* Make downloading a raw email a RESTful routeLouise Crow2014-12-18-27/+28
|
* Make marking an event as a clarification a RESTful routeLouise Crow2014-12-18-17/+25
|
* Make hide a RESTful action accessed via POSTLouise Crow2014-12-12-2/+2
|
* Make show_raw_email a RESTful action via GETLouise Crow2014-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 Crow2014-12-12-4/+4
|
* RESTful routing for editing and updating commentsLouise Crow2014-12-12-33/+45
|
* Move generate_upload_url action to be RESTfulLouise Crow2014-12-12-2/+7
|
* Make move a RESTful actionLouise Crow2014-12-12-4/+3
|
* Use RESTful routing for destroy actionLouise Crow2014-12-12-2/+2
|
* Use RESTful routing for resend actionLouise Crow2014-12-12-33/+34
|
* Use RESTful routing for index and show actionsLouise Crow2014-12-12-35/+30
|
* 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
* | 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 'owasp-fixes' into rails-3-developLouise Crow2014-12-09-8/+8
|\
| * Don't display specific error messages in production.Louise Crow2014-12-05-4/+1
| |
| * Add secureheadersLouise Crow2014-12-05-0/+3
| | | | | | | | 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.
* | 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/+57
|\ \
| * | 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
| | |
| * | Limit typeahead similar requests on /new/:bodyGareth Rees2014-11-11-1/+3
| | | | | | | | | | | | | | | Only return 3 similar requests to prevent the suggestions swamping the page
| * | RequestController#search_typaahead limit resultsGareth Rees2014-11-11-1/+3
| | | | | | | | | | | | Use the per_page parameter to limit the results returned
| * | Don’t render search ahead results if no resultsGareth Rees2014-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 resultsGareth Rees2014-11-11-3/+6
| | |
| * | Only attempt to render results if there are anyGareth Rees2014-11-11-5/+5
| | | | | | | | | | | | No point trying to render the results if there aren’t any to render
| * | Refactor request/_search_ahead partialGareth Rees2014-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/:bodyGareth Rees2014-11-11-1/+1
| | |
| * | RequestController#search_typeahead filter by bodyGareth Rees2014-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.20Louise Crow2014-12-02-8/+8
| | |