Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | Group categories on response template edit page, if cobrand allows | Dave Arter | 2019-12-09 | -0/+45 | |
| | |||||
* | [UK Councils] Ensure response templates owned by other bodies aren’t visible | Dave Arter | 2019-12-09 | -6/+71 | |
| | |||||
* | Switch to default-escaped in email templates. | Matthew Somerville | 2019-12-09 | -3/+11 | |
| | | | | | 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 Somerville | 2019-12-09 | -10/+44 | |
| | | | | | | | 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 Somerville | 2019-12-08 | -12/+15 | |
| | |||||
* | [Peterborough] add title length restriction | Struan Donald | 2019-12-03 | -1/+28 | |
| | | | | Fixes mysociety/fixmystreet-freshdesk#102 | ||||
* | [Cheshire East] Emergency message on report form. | Matthew Somerville | 2019-12-03 | -1/+3 | |
| | |||||
* | Merge branch 'peterborough-mastermap-intergration' | Chris Mytton | 2019-11-28 | -20/+23 | |
|\ | |||||
| * | [Bexley] Switch to use MasterMap map type | Chris Mytton | 2019-11-27 | -20/+0 | |
| | | | | | | | | | | | | 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 tiles | Chris Mytton | 2019-11-27 | -0/+23 | |
| | | | | | | | | | | This adds a new "MasterMap" map type which uses tiles from Tilma to display MasterMap data. | ||||
* | | [UK] Updates disallowed template work out message. | Matthew Somerville | 2019-11-27 | -0/+1 | |
|/ | |||||
* | pass cobrand name to state display from alert script | Struan Donald | 2019-11-26 | -0/+44 | |
| | | | | | This was passing the cobrand object so the checks in State::display that were relying on the moniker were not working. | ||||
* | Merge branch 'csp-uk' | Matthew Somerville | 2019-11-25 | -2/+53 | |
|\ | |||||
| * | [UK] Uses a feature to allow per-cobrand CSP. | Matthew Somerville | 2019-11-25 | -0/+24 | |
| | | |||||
| * | Add configuration for setting CSP header. | Matthew Somerville | 2019-11-25 | -2/+29 | |
| | | | | | | | | | | | | 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 Somerville | 2019-11-25 | -1/+0 | |
|\ \ | |||||
| * | | Switch to internal QR code generator. | Matthew Somerville | 2019-11-23 | -1/+0 | |
| | | | |||||
* | | | [Oxfordshire] re-enable inspector permissions | Struan Donald | 2019-11-22 | -27/+0 | |
|/ / | | | | | | | | | Re-enable the inspector permissions that were disabled at a cobrand level | ||||
* | | Rotate session ID after successful login. | Matthew Somerville | 2019-11-22 | -12/+11 | |
| | | |||||
* | | Replace use of FixMyStreet::App with DB in tests. | Matthew Somerville | 2019-11-22 | -224/+213 | |
|/ | |||||
* | [UK] Updates only by reporter on open reports conf | Matthew Somerville | 2019-11-19 | -0/+2 | |
| | |||||
* | Remove cached photos before updating db field. | Matthew Somerville | 2019-11-18 | -13/+34 | |
| | | | | | If the photo field is updated first, then the cache removal doesn't think there are any photos to remove. | ||||
* | Merge branch 'issues/freshdesk/98-staff-ignore-emergency-message' | Struan Donald | 2019-11-15 | -0/+51 | |
|\ | |||||
| * | allow staff to submit in disabled categories | Struan Donald | 2019-11-15 | -0/+51 | |
| | | | | | | | | | | | | | | If a user belongs to a body override the disabled form check upon submission as mostly staff users can submit in those categories. Fixes mysociety/fixmystreet-freshdesk#98 | ||||
* | | Merge branch 'rss-fix-greenwich' | Matthew Somerville | 2019-11-15 | -2/+25 | |
|\ \ | |||||
| * | | [UK] Fix Greenwich RSS feed. | Matthew Somerville | 2019-11-15 | -2/+25 | |
| |/ | |||||
* / | Add cobrand-specific XSL to RSS feeds. | Matthew Somerville | 2019-11-15 | -0/+17 | |
|/ | |||||
* | Merge branch 'bexley-reviewed' | Matthew Somerville | 2019-11-13 | -7/+39 | |
|\ | |||||
| * | [Bexley] Provide Confirm parameters required. | Matthew Somerville | 2019-11-13 | -7/+39 | |
| | | |||||
* | | Merge branch 'cheshire-east-reviewed' | Matthew Somerville | 2019-11-10 | -0/+125 | |
|\ \ | |/ |/| | |||||
| * | [Cheshire East] Initial cobrand. | Matthew Somerville | 2019-11-10 | -0/+125 | |
| | | |||||
* | | Merge branch 'admin-auditing' | Matthew Somerville | 2019-11-10 | -8/+62 | |
|\ \ | |||||
| * | | Add user admin log page. | Matthew Somerville | 2019-11-08 | -5/+54 | |
| | | | |||||
| * | | Store a moderation history on admin report edit. | Matthew Somerville | 2019-11-08 | -0/+7 | |
| | | | |||||
| * | | Add admin log entry for more objects and things. | Matthew Somerville | 2019-11-08 | -1/+1 | |
| | | | | | | | | | | | | | | | Namely templates, roles, bodies, categories, various user edits, and when using the inspect form and changing category. | ||||
| * | | Factor out admin template code to own controller. | Matthew Somerville | 2019-11-08 | -2/+0 | |
| |/ | |||||
* / | Store email addresses report sent to on the report | Matthew Somerville | 2019-11-10 | -0/+3 | |
|/ | |||||
* | Fix password reset on 2FA accounts again. | Matthew Somerville | 2019-11-05 | -0/+5 | |
| | | | | | | Just after fixing it, 3d593bc68 broke it again, because it took anyone who must have 2FA switched on to the must-have-2FA sign up flow, even if they already had 2FA set up. | ||||
* | Merge branch 'password-expiry' | Matthew Somerville | 2019-11-05 | -1/+31 | |
|\ | |||||
| * | Add optional enforced password expiry. | Matthew Somerville | 2019-11-04 | -0/+28 | |
| | | |||||
| * | Record time of password change. | Matthew Somerville | 2019-11-04 | -1/+3 | |
| | | |||||
* | | Merge branch 'remove-extra-cat-heading' | Matthew Somerville | 2019-10-31 | -2/+1 | |
|\ \ | |/ |/| | |||||
| * | Sort reporting categories in display order. | Matthew Somerville | 2019-10-31 | -2/+1 | |
| | | |||||
* | | Merge branch '2fa-improvements' | Matthew Somerville | 2019-10-31 | -151/+222 | |
|\ \ | |/ |/| | |||||
| * | If 2FA enforced, do it for an email login as well. | Matthew Somerville | 2019-10-30 | -0/+34 | |
| | | |||||
| * | Fix password reset on 2FA accounts. | Matthew Somerville | 2019-10-30 | -0/+23 | |
| | | |||||
| * | [UK] Mandate 2FA on superusers. | Matthew Somerville | 2019-10-30 | -10/+32 | |
| | | |||||
| * | Allow enforcement of 2FA for staff users. | Matthew Somerville | 2019-10-30 | -15/+111 | |
| | | |||||
| * | Require code to be entered when activating 2FA. | Matthew Somerville | 2019-10-28 | -6/+15 | |
| | | |||||
| * | Allow non-superusers to store 2FA secrets. | Matthew Somerville | 2019-10-28 | -4/+9 | |
| | |