aboutsummaryrefslogtreecommitdiffstats
path: root/t
Commit message (Collapse)AuthorAgeLines
...
* | [IsleOfWight] tests for closing fetched closed updatesStruan Donald2019-09-27-1/+52
| |
* | [IsleOfWight] include FMS prefix on updates sent over open311Struan Donald2019-09-27-1/+2
| |
* | [IsleOfWight] fix all reports linkStruan Donald2019-09-27-0/+13
| | | | | | | | | | | | The area name does not match the council name so it redirects to the national site, so check for the all_reports_single_body and use that as the matching instead.
* | [IsleOfWight] Open311 fixed update includes message.Matthew Somerville2019-09-27-3/+51
| |
* | [IsleOfWight] Initial cobrand.Struan Donald2019-09-27-20/+65
|/ | | | | | | | | Co-authored-by: Matthew Somerville <matthew@mysociety.org> Configured to allow: - updates only from original reporter - close updates from fetch reports - use OSM geocoder
* [Open311] Spot <groups> parameter rather than CSV.Matthew Somerville2019-09-20-46/+3
|
* [Northamptonshire] No updates on some reports.Matthew Somerville2019-09-20-0/+11
| | | | Fixed, closed, or reports by the body user.
* Merge branch 'bexley-map-tiles'Matthew Somerville2019-09-19-2/+58
|\
| * [Bexley] Add specific geocoder.Matthew Somerville2019-09-19-0/+36
| |
| * Switch geocoders to be pluggable.Matthew Somerville2019-09-19-2/+2
| |
| * [Bexley] Add new map tiles.Matthew Somerville2019-09-19-0/+20
| |
* | Merge branch 'westminster-com-emails'Matthew Somerville2019-09-17-14/+16
|\ \
| * | [Westminster] No email alerts on .com reports.Matthew Somerville2019-09-10-14/+16
| | |
* | | [Hounslow] Send report to inbox after first Open311 send attemptDave Arter2019-09-16-0/+41
| |/ |/|
* | Merge branch 'fix-contact-form-auto-bug'Matthew Somerville2019-09-13-1/+14
|\ \
| * | Make sure determine_contact_type called later.Matthew Somerville2019-09-12-1/+14
| |/ | | | | | | | | | | | | The request cobrand is set on the schema during the app's setup_request(), which is called by the root auto action. So anything in a controller's begin action will access an incorrect cobrand (if one has already been set).
* / do not reproject uk wmts map if no coordinatesStruan Donald2019-09-13-0/+10
|/ | | | | | | | If the coordinates are (0,0) then return that straight back as trying to reproject causes Geography::NationalGrid::GB to fall over as 0 lat is outside UK Fixes #2617
* Improve user flow when JavaScript is not availableMatthew Somerville2019-09-05-0/+47
| | | | | | | This improves the reporting journey to only ask for category, and then category extra questions if appropriate, first, so that if the choice would lead to the form being disabled, this can be shown immediately.
* Slightly simplify new report category handling.Matthew Somerville2019-09-05-9/+0
|
* Allow contact send method to be unset always.Matthew Somerville2019-09-05-0/+18
| | | | | | If a body was set to Open311, and a contact set to Email, it was impossible to unset the contact's send method and set an Open311 code, because it would always demaned a valid email address.
* [UK Councils] Config specifying of update closure.Matthew Somerville2019-08-30-0/+55
| | | | | A cobrand feature flag can be used to only allow updates on open reports, by the original reporter, to staff only, or to no-one.
* Merge branch 'issues/1515-disable-form-flag'Matthew Somerville2019-08-29-0/+33
|\
| * Allow form-disabling per Open311 question answer.Matthew Somerville2019-08-29-1/+9
| |
| * Add admin to disable reporting form per category.Dave Arter2019-08-29-0/+25
| | | | | | | | | | Remove all existing hard-coded register_category calls, and have a new way of implementing staff_ignore.
* | Make sure anonymous reports are marked anon irrespective of permissionsDave Arter2019-08-29-0/+55
|/ | | | | | | | | | | | | | There was a small bug where the 'default_to_body' permission would override the 'report anonymously' button when staff users were adding reports to the site. The result of this was that the name of the anonymous user record would be shown. No harm done, as that user's name would likely be set to "Anonymous user" in config, but it resulted in reports pages showing the slightly odd wording along the lines of: Reported in the Bin bags category by Anonymous user at 14:57 today This commit ensures the contributing_as_body flag is mutually exclusive with the 'report_anonymously' request parameter.
* Merge branch 'issues/commercial/1514-extra-data-protected'Matthew Somerville2019-08-29-0/+134
|\
| * [Open311] Add 'protected' category extra flag.Struan Donald2019-08-23-0/+134
| | | | | | | | | | If an extra field on a category has a protected flag then do not overwrite or remove it when populating categories.
* | [Buckinghamshire] Fix road placement question bug.Matthew Somerville2019-08-27-3/+3
|/ | | | | The question was being asked for even when it should not, because the error key had been changed to start with an 'x' in 120b57d1.
* Merge branch 'bucks-email-change'Matthew Somerville2019-08-23-4/+10
|\
| * [Buckinghamshire] Update email addresses.Matthew Somerville2019-08-23-4/+10
| |
* | Include user admin links in contact form emailsZarino Zappia2019-08-23-0/+64
|/ | | | | | | | | | | | | | | If a message is sent via the contact form, with a stated email address matching a user in the database, the resulting email will now include quick links to: - Admin page for editing the user - Admin page for viewing the user’s reports And if the user has made at least one report, also: - Admin page for the user’s most recent report This should speed up admin email triage considerably.
* [Westminster] Switch assets to live tilmaDave Arter2019-08-19-2/+2
|
* Don’t reveal private report lat/lon in ‘report another’ linkDave Arter2019-08-19-0/+6
|
* [Westminster] Disallow TfL categories on cobrandDave Arter2019-08-18-1/+1
| | | | Also tidies up the categories_restriction query for Northamptonshire.
* Allow OIDC auth to provide its own ‘change password’ URIDave Arter2019-08-16-0/+5
|
* [Westminster] Server-side UPRN lookup for categories where it’s presentDave Arter2019-08-16-2/+52
| | | | Also updates client-side UPRN lookup config to handle renamed fields.
* [Westminster] Do not create any reporter alerts.Matthew Somerville2019-08-16-0/+16
|
* [Westminster] Allow staff to leave updatesDave Arter2019-08-16-5/+44
|
* Add test for viewing existing reports when using social sign-inDave Arter2019-08-16-1/+11
|
* [Westminster] Remove confirm/sign in by email.Matthew Somerville2019-08-16-2/+2
|
* [Westminster] Warnfix.Matthew Somerville2019-08-16-0/+1
|
* [Westminster] Lookup USRN for app reportsDave Arter2019-08-16-0/+32
|
* Enable passing of ‘filter_group’ param to / to pre-filter /around mapDave Arter2019-08-16-2/+3
|
* Enable passing of ‘filter_category’ param to / to pre-filter /around mapDave Arter2019-08-16-0/+6
|
* [Westminster] Disable all updates.Matthew Somerville2019-08-16-0/+9
|
* Add test for OIDC logout redirectionDave Arter2019-08-16-0/+17
|
* Improve checking of OIDC ID tokens, and handle OIDC forgotten password flow ↵Dave Arter2019-08-16-1/+4
| | | | correctly
* [Open311] Include account_id in POST Service Requests if presentDave Arter2019-08-16-0/+30
|
* [Westminster] Store user CRM ID when logging in via MyWestminsterDave Arter2019-08-16-1/+25
|
* Allow anonymous submission by a button.Matthew Somerville2019-08-16-0/+72
|