Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | Use up-to-date Bing map URLs. | Matthew Somerville | 2020-07-10 | -31/+30 | |
| | | |||||
| * | [Bromley] Tidy up tilma URL bits. | Matthew Somerville | 2020-07-10 | -14/+12 | |
| | | |||||
* | | Merge branch 'peterborough-remove-link-repeat' | Matthew Somerville | 2020-07-13 | -19/+2 | |
|\ \ | |||||
| * | | [Peterborough,TfL] Remove unneeded CSS. | Matthew Somerville | 2020-07-10 | -19/+2 | |
| | | | |||||
* | | | [Northamptonshire] handle further investigation state | Struan Donald | 2020-07-13 | -4/+45 | |
|/ / | | | | | | | | | | | If an update has an external_status code of further we display 'Under futher investigation' on the site. This is for acknowledging comments from users. | ||||
* / | [Open311] Make exclude field list case-insensitive. | Matthew Somerville | 2020-07-10 | -1/+1 | |
|/ | |||||
* | [UK] Show data from StreetManager. | Matthew Somerville | 2020-07-09 | -109/+150 | |
| | |||||
* | Merge branch 'he-category-interactions' | Matthew Somerville | 2020-07-09 | -81/+48 | |
|\ | |||||
| * | Change that fixes test on Travis. | Matthew Somerville | 2020-07-08 | -1/+1 | |
| | | |||||
| * | [UK] Ignore Highways England extra data. | Matthew Somerville | 2020-07-08 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | If a report is made on a HE road, but it is not to be sent to HE (so the user has picked it's not on the HE road) and the category name is shared between council and HE, then the extra HE data (area, road, & sector) is still saved on the report, and our open311-adapter rejects it due to the additionnal information present. So make sure we remove this data before sending. | ||||
| * | [UK] More consistent use of open311_extra_data. | Matthew Somerville | 2020-07-08 | -78/+27 | |
| | | | | | | | | | | Have function call two functions set in subclasses, clearer and fewer overrides needed. | ||||
| * | [Buckinghamshire] Handle HE flytipping reports. | Matthew Somerville | 2020-07-08 | -1/+18 | |
| | | | | | | | | | | We do not want to recategorise a report into the off-road category if it is going to be sent to Highways England. | ||||
* | | [fixmystreet.com] Advertise webinars in _submit_footer.html | MyfanwyNixon | 2020-07-08 | -5/+7 | |
|/ | | | | | Change the dashboard promo to a webinar promo, in the email sent to councils. | ||||
* | Merge branch 'hibp' | Matthew Somerville | 2020-07-08 | -14/+62 | |
|\ | |||||
| * | Add option to check password on Have I Been Pwned. | Matthew Somerville | 2020-07-07 | -14/+62 | |
| | | | | | | | | | | | | | | If switched on, sends first five letters of the SHA1 hash of the entered password to HIBP's API, which then returns all matching hashes in their database of breached passwords. If we find a match, tell the user they need to pick a different password. | ||||
* | | Merge branch 'fix-moderation-diff-display' | Matthew Somerville | 2020-07-08 | -4/+21 | |
|\ \ | |||||
| * | | Provide list of keys to ignore in moderation diff. | Matthew Somerville | 2020-07-07 | -1/+16 | |
| | | | | | | | | | | | | | | | This is a current full list of extra keys that could be set on a report that could confuse the moderation diff display. | ||||
| * | | Only show removed in moderation diff if non-blank. | Matthew Somerville | 2020-07-07 | -1/+1 | |
| | | | |||||
| * | | Handle arrayrefs in moderation extra diff display. | Matthew Somerville | 2020-07-07 | -1/+3 | |
| | | | |||||
| * | | Make sure string_diff does not return undef. | Matthew Somerville | 2020-07-07 | -1/+1 | |
| |/ | | | | | | | | | As string_diff is used in hash values, it must always return something, otherwise you could end up with e.g. category => 'extra'. | ||||
* / | Better sort admin user table. | Matthew Somerville | 2020-07-07 | -14/+10 | |
|/ | | | | | Sort the table when showing search results, and show users without name at the bottom, rather than at the top. | ||||
* | Merge branch 'fix-duplicate-asset-selection-message' | Matthew Somerville | 2020-07-07 | -3/+8 | |
|\ | |||||
| * | Fix duplicate message after dismissing suggestions | Matthew Somerville | 2020-07-06 | -2/+7 | |
| | | | | | | | | | | | | | | | | If we create one category_meta_message for each category, removing when not relevant, then duplicat suggestion showing leads to duplicate messages because the layer is still relevant, just not visible, and so the old layer message is not removed. Instead, repurpose the ID of any existing category_meta_message, so there is only ever one in existence. | ||||
| * | [Buckinghamshire] Default unknown types to street light. | Matthew Somerville | 2020-07-06 | -1/+1 | |
| | | |||||
* | | Merge branch 'rewrite-open311-update-reports' | Matthew Somerville | 2020-07-07 | -494/+392 | |
|\ \ | |||||
| * | | Factor out/default Open311 construction object. | Matthew Somerville | 2020-07-06 | -44/+23 | |
| | | | | | | | | | | | | This simplifies the code wherever used. | ||||
| * | | Rewrite open311-update-reports to share code. | Matthew Somerville | 2020-07-06 | -465/+384 | |
| |/ | | | | | | | | | Make GetUpdates and GetServiceRequestUpdates share a common base; spot all visible states. | ||||
* | | [Hackney] skip hackney categories for TfL red routes | Struan Donald | 2020-07-06 | -2/+36 | |
| | | | | | | | | | | | | Because Hackney doesn't have any matching categories for TfL red routes skip sending the body, otherwise you get a "no contact details" message when you click on a red route in Hackney | ||||
* | | Merge branch 'issues/commercial/1934-bristol-cobrand-categories' | Struan Donald | 2020-07-06 | -1/+12 | |
|\ \ | |/ |/| | |||||
| * | [Bristol] Ensure categories edited via the admin are visible on cobrand | Dave Arter | 2020-07-03 | -1/+12 | |
| | | |||||
* | | [Hackney] Add Google Analytics | Dave Arter | 2020-07-03 | -1/+11 | |
| | | |||||
* | | [Hackney] Use cobrand feature config for email envelope domain | Dave Arter | 2020-07-02 | -1/+27 | |
| | | |||||
* | | Allow cobrand to provide custom domain for VERP addresses | Dave Arter | 2020-07-02 | -4/+14 | |
| | | |||||
* | | [Hackney] Add geocoder override for Teale Street | Dave Arter | 2020-07-02 | -1/+9 | |
| | | |||||
* | | [Hackney] Query WFS server differently when finding park/estate | Dave Arter | 2020-07-02 | -12/+17 | |
| | | | | | | | | | | | | | | | | For some reason the BBOX query would return results that weren’t actually intersecting the BBOX causing false positives and misdirected reports. This change uses the Intersects query instead which is more accurate. | ||||
* | | [Hackney] Refine geocoder results display | Dave Arter | 2020-07-02 | -0/+21 | |
| | | |||||
* | | Allow cobrands to manipulate OSM query params directly | Dave Arter | 2020-07-02 | -0/+1 | |
| | | |||||
* | | Display contents of lists in report extra data in admin | Dave Arter | 2020-07-02 | -5/+30 | |
| | | |||||
* | | Add allowed_domains OIDC config to limit logins to specific domains | Dave Arter | 2020-07-02 | -0/+8 | |
| | | |||||
* | | [Hackney] Add staff sign-in link to login forms | Dave Arter | 2020-07-02 | -1/+123 | |
| | | |||||
* | | [Hackney] Enable OIDC social login | Dave Arter | 2020-07-02 | -8/+108 | |
| | | |||||
* | | Include redirect URI when fetching OIDC access token | Dave Arter | 2020-07-02 | -0/+1 | |
| | | |||||
* | | OIDC scope/token parsing improvements | Dave Arter | 2020-07-02 | -5/+17 | |
| | | | | | | | | | | | | | | - Cobrand config can now specify custom scope and other params e.g. G Suite supports per-domain customisation and the ‘prompt’ param to always ask the user to select the account they want to login with. - Token may have an ‘name’ claim instead of needing to concat given_/family_name claims | ||||
* | | Rename O::L::C::W::Azure to O::L::C::W::AuthCodeFlow | Dave Arter | 2020-07-02 | -7/+10 | |
| | | | | | | | | Turns out there’s nothing strictly Azure-specific about it. | ||||
* | | [Hackney] Special destination handling. | Matthew Somerville | 2020-07-02 | -29/+133 | |
| | | |||||
* | | Improve category import script | Dave Arter | 2020-07-02 | -2/+3 | |
| | | | | | | | | | | Adds ability for categories to be marked as devolved with their own send_method, and for the open311_protect flag to be set. | ||||
* | | [Hackney] Extend open311_protect flag to entire contact, not just name/group | Dave Arter | 2020-07-02 | -1/+24 | |
| | | |||||
* | | [Hackney] Include TfL assets on map | Dave Arter | 2020-07-02 | -1/+1 | |
| | | |||||
* | | [Hackney] Add initial asset layers & config | Struan Donald | 2020-07-02 | -0/+253 | |
| | | |||||
* | | [Hackney] Enable anonymous reporting | Dave Arter | 2020-07-02 | -0/+8 | |
| | |