aboutsummaryrefslogtreecommitdiffstats
path: root/t
Commit message (Collapse)AuthorAgeLines
...
* [TfL] Direct reports to email addresses on a per-borough basisDave Arter2019-12-09-2/+78
| | | | | | Adds a new cobrand feature that allows the destination email address for a report to be determined on its MapIt area IDs, not just the category it was made in.
* [TfL] Resend report upon category change.Matthew Somerville2019-12-09-0/+16
|
* [TfL] Highlight safety critical reports in email subjectDave Arter2019-12-09-4/+18
|
* [TfL] Include category extra fields in CSV export.Matthew Somerville2019-12-09-5/+14
| | | | If a category is selected.
* [TfL] Include extra columns in CSV export.Matthew Somerville2019-12-09-0/+31
| | | | | | | | | | Borough, safety critical, whensent, shortlisted user, delivered to, closure email at, reassigned at/by, category/subcategory. The ward column will contain the borough; the default 'acknowledged' is the timestamp of the first update to change the problem state. We also need to give each anonymous CSV row a unique ID.
* [TfL] Set safety critical flag on reportsDave Arter2019-12-09-0/+174
| | | | | | | Adds a cobrand feature that can mark entire categories or just specific answers to extra questions as safety critical. When reports are made in those categories or with those answers, marks the report as safety critical.
* [TfL] Send email to shortlisted user upon update.Matthew Somerville2019-12-09-0/+11
|
* [TfL] Mandate 2FA for non-internal-IP staff users.Matthew Somerville2019-12-09-2/+72
|
* Allow cobrands to skip 2FA requirement.Matthew Somerville2019-12-09-1/+19
|
* Record first time fixed/closed update sent to reporter in email.Matthew Somerville2019-12-09-0/+3
|
* [TfL] Use London Boroughs for inspector areas and wards on /reportsDave Arter2019-12-09-0/+21
| | | | Drops ‘Borough Council’ suffix from area names
* [TfL] Allow TfL staff to access adminDave Arter2019-12-09-0/+38
| | | | Also prevents TfL staff accessing other London cobrand admins
* [TfL] Apply pin colours & 6 weeks default age on mapDave Arter2019-12-09-0/+45
| | | | Connects https://github.com/mysociety/fixmystreet-commercial/issues/1628
* [TfL] Send acknowledgement email to reporter when report is sentDave Arter2019-12-09-0/+2
| | | | Connects mysociety/fixmystreet-commercial#1619
* [TfL] Reference number on site, emails and lookup.Dave Arter2019-12-09-0/+110
| | | | Front page lookup with FMS<id>.
* Include areas in query param for inspector post-login redirect to all reportsDave Arter2019-12-09-0/+68
| | | | | Performs a proper redirect instead of detaching to /my/inspector_redirect so any request params from sign-in (e.g. password!) aren't carried through.
* Pre-filter ‘all reports’ by area for inspectorsDave Arter2019-12-09-0/+2
|
* Group categories on response template edit page, if cobrand allowsDave Arter2019-12-09-0/+45
|
* [UK Councils] Ensure response templates owned by other bodies aren’t visibleDave Arter2019-12-09-6/+71
|
* Switch to default-escaped in email templates.Matthew Somerville2019-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 Somerville2019-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 Somerville2019-12-08-12/+15
|
* [Peterborough] add title length restrictionStruan Donald2019-12-03-1/+28
| | | | Fixes mysociety/fixmystreet-freshdesk#102
* [Cheshire East] Emergency message on report form.Matthew Somerville2019-12-03-1/+3
|
* Merge branch 'peterborough-mastermap-intergration'Chris Mytton2019-11-28-20/+23
|\
| * [Bexley] Switch to use MasterMap map typeChris Mytton2019-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 tilesChris Mytton2019-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 Somerville2019-11-27-0/+1
|/
* pass cobrand name to state display from alert scriptStruan Donald2019-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 Somerville2019-11-25-2/+53
|\
| * [UK] Uses a feature to allow per-cobrand CSP.Matthew Somerville2019-11-25-0/+24
| |
| * Add configuration for setting CSP header.Matthew Somerville2019-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 Somerville2019-11-25-1/+0
|\ \
| * | Switch to internal QR code generator.Matthew Somerville2019-11-23-1/+0
| | |
* | | [Oxfordshire] re-enable inspector permissionsStruan Donald2019-11-22-27/+0
|/ / | | | | | | | | Re-enable the inspector permissions that were disabled at a cobrand level
* | Rotate session ID after successful login.Matthew Somerville2019-11-22-12/+11
| |
* | 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-0/+2
|
* Remove cached photos before updating db field.Matthew Somerville2019-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 Donald2019-11-15-0/+51
|\
| * allow staff to submit in disabled categoriesStruan Donald2019-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 Somerville2019-11-15-2/+25
|\ \
| * | [UK] Fix Greenwich RSS feed.Matthew Somerville2019-11-15-2/+25
| |/
* / Add cobrand-specific XSL to RSS feeds.Matthew Somerville2019-11-15-0/+17
|/
* Merge branch 'bexley-reviewed'Matthew Somerville2019-11-13-7/+39
|\
| * [Bexley] Provide Confirm parameters required.Matthew Somerville2019-11-13-7/+39
| |
* | Merge branch 'cheshire-east-reviewed'Matthew Somerville2019-11-10-0/+125
|\ \ | |/ |/|
| * [Cheshire East] Initial cobrand.Matthew Somerville2019-11-10-0/+125
| |
* | Merge branch 'admin-auditing'Matthew Somerville2019-11-10-8/+62
|\ \
| * | Add user admin log page.Matthew Somerville2019-11-08-5/+54
| | |