aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * Add warning message at top of staging site emails.Matthew Somerville2019-12-05-0/+15
| |
* | Switch to default-escaped in email templates.Matthew Somerville2019-12-09-82/+134
| | | | | | | | | | We add a way to process a template with no auto-escaping, that can be used for the text parts of emails, and mark various HTML output as safe.
* | Switch to default-escaped in templates.Matthew Somerville2019-12-09-455/+965
| | | | | | | | | | | | | | This means any variable used in a template is automatically HTML-escaped, unless it is marked as safe either in code by using a SafeString, or in the template with the `mark_safe` function or the `safe` filter.
* | Fix broken alert_type test.Matthew Somerville2019-12-08-12/+15
| |
* | [Peterborough] Add link tag referencing custom favicon.icoChris Mytton2019-12-06-0/+1
| | | | | | | | Without this it won't use the custom favicon.ico file.
* | [Peterborough] Update title tag textChris Mytton2019-12-05-0/+4
| |
* | [Peterborough] Add favicon.icoChris Mytton2019-12-05-0/+0
|/
* Merge branch 'issues/freshdesk/102-peterborough-title-limit'Struan Donald2019-12-04-1/+41
|\
| * [Peterborough] add title length restrictionStruan Donald2019-12-03-1/+41
| | | | | | | | Fixes mysociety/fixmystreet-freshdesk#102
* | [East Herts] New header and footerZarino Zappia2019-12-03-5/+366
| |
* | [East Herts] Remove old cobrand stylingZarino Zappia2019-12-03-341/+0
| |
* | [UK] Remove roadworks.Matthew Somerville2019-12-03-472/+0
|/
* [Cheshire East] Emergency message on report form.Matthew Somerville2019-12-03-4/+15
|
* Give change location block a bottom margin.Matthew Somerville2019-12-03-4/+2
| | | | | A couple of times now I have had an issue with the thing after it being too close, as it is not the default label.
* Warnfix for missing order in extra fields.Matthew Somerville2019-12-02-1/+1
|
* Merge branch 'mysociety-delivery' of git://github.com/Sambruk/fixmystreetMatthew Somerville2019-11-29-2/+140
|\
| * [FixaMinGata] Backwards-compatibility changes in our js.jsJoe Siltberg2019-11-29-2/+2
| |
| * [FixaMinGata] Adds accessibility declarationJoe Siltberg2019-11-26-0/+115
| |
| * [FixaMinGata] Workaround for Chrome autocomplete issueJoe Siltberg2019-11-26-0/+19
| |
| * [FixaMinGata] Configuration of new/changed functionality in v2.6Joe Siltberg2019-11-26-0/+4
| |
| * [FixaMinGata] Updates link to logotype package.Joe Siltberg2019-11-26-1/+1
| |
| * [FixaMinGata] Adds building extra field to email subjectJoe Siltberg2019-11-26-1/+1
| |
* | Merge branch 'peterborough-mastermap-intergration'Chris Mytton2019-11-28-29/+33
|\ \
| * | [Bexley] Switch to use MasterMap map typeChris Mytton2019-11-27-84/+1
| | | | | | | | | | | | | | | | | | Now that both Peterborough and Bexley are using MasterMap data we can combine them into a single "MasterMap" map type to reduce code duplication.
| * | [Peterborough] Add OS MasterMap map tilesChris Mytton2019-11-27-0/+87
| | | | | | | | | | | | | | | This adds a new "MasterMap" map type which uses tiles from Tilma to display MasterMap data.
* | | Merge branch 'configured-update-disallowed-message'Matthew Somerville2019-11-28-12/+46
|\ \ \ | |/ / |/| |
| * | [UK] Updates disallowed template work out message.Matthew Somerville2019-11-27-12/+46
| | |
* | | [BANES] Only allow Damage to pavement reports on pavementStruan Donald2019-11-27-1/+6
| | |
* | | [BANES] Only allow Damage to road reports on road.Matthew Somerville2019-11-27-0/+23
|/ /
* | add bodies_id to stash for around and report/newStruan Donald2019-11-26-4/+7
| | | | | | | | | | | | | | | | This resolved the problem of checking user body permissions on both around and report/new by adding a variable to stash specifically for this purpose. Previously staff users could not see the mark private tick if the report form was loaded via javascript from the around page as there was no bodies variable in the stash.
* | Merge branch 'issues/freshdesk/100-state-names-in-email'Struan Donald2019-11-26-1/+45
|\ \
| * | pass cobrand name to state display from alert scriptStruan Donald2019-11-26-1/+45
| |/ | | | | | | | | This was passing the cobrand object so the checks in State::display that were relying on the moniker were not working.
* / [UK,Zurich] Remove use of new window.Function.Matthew Somerville2019-11-26-2/+2
|/ | | | | This is so the file is not blocked by a Content-Security-Policy header. This has already been done in the other OpenLayer files.
* Merge branch 'peterborough-include-email-categories-on-cobrand'Struan Donald2019-11-25-13/+0
|\
| * [Peterborough] Include email categories on cobrandChris Mytton2019-11-22-13/+0
| | | | | | | | They've requested that these be added to the cobrand now.
* | [UK] Add nonce to all script tags lacking it.Matthew Somerville2019-11-25-15/+21
| |
* | Merge branch 'csp-uk'Matthew Somerville2019-11-25-13/+109
|\ \
| * | [UK] Uses a feature to allow per-cobrand CSP.Matthew Somerville2019-11-25-10/+29
| | |
| * | Add configuration for setting CSP header.Matthew Somerville2019-11-25-3/+80
| |/ | | | | | | | | | | This allows you to output a working Content-Security-Policy header, with optional third-party domains, by setting a new CONTENT_SECURITY_POLICY configuration option.
* | Merge branch 'qr-code-generator'Matthew Somerville2019-11-25-11/+46
|\ \
| * | Switch to internal QR code generator.Matthew Somerville2019-11-23-11/+46
| | |
* | | [Oxfordshire] re-enable inspector permissionsStruan Donald2019-11-22-34/+0
| | | | | | | | | | | | | | | Re-enable the inspector permissions that were disabled at a cobrand level
* | | script to update permissions of a body's usersStruan Donald2019-11-22-0/+70
|/ / | | | | | | | | Allows adding or removing a list of permissions to the users belonging to a body.
* | Rotate session ID after successful login.Matthew Somerville2019-11-22-15/+44
| |
* | Escape pager.current_page.Matthew Somerville2019-11-22-1/+3
| |
* | Replace use of FixMyStreet::App with DB in tests.Matthew Somerville2019-11-22-224/+213
|/
* [UK] Updates only by reporter on open reports confMatthew Somerville2019-11-19-4/+12
|
* Recheck cached front page details against databaseMatthew Somerville2019-11-18-4/+8
| | | | | It was only checking the cached details, so not spotting if a report had been hidden in the time since being cached.
* Remove cached photos before updating db field.Matthew Somerville2019-11-18-15/+37
| | | | | If the photo field is updated first, then the cache removal doesn't think there are any photos to remove.
* [Peterborough] Fix email link colour.Matthew Somerville2019-11-18-1/+3
|