Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | Add test for viewing existing reports when using social sign-in | Dave Arter | 2019-08-16 | -1/+11 | |
| | | |||||
| * | [Westminster] Remove stat from front page. | Matthew Somerville | 2019-08-16 | -0/+32 | |
| | | |||||
| * | [Westminster] Remove confirm/sign in by email. | Matthew Somerville | 2019-08-16 | -14/+11 | |
| | | |||||
| * | [Westminster] Move inline CSS to stylesheet. | Matthew Somerville | 2019-08-16 | -30/+31 | |
| | | |||||
| * | [Westminster] Warnfix. | Matthew Somerville | 2019-08-16 | -0/+1 | |
| | | |||||
| * | Hide one of two report headings by default, prevent flash. | Matthew Somerville | 2019-08-16 | -1/+1 | |
| | | |||||
| * | [Westminster] Lookup USRN for app reports | Dave Arter | 2019-08-16 | -11/+95 | |
| | | |||||
| * | Enable passing of ‘filter_group’ param to / to pre-filter /around map | Dave Arter | 2019-08-16 | -6/+16 | |
| | | |||||
| * | Enable passing of ‘filter_category’ param to / to pre-filter /around map | Dave Arter | 2019-08-16 | -3/+14 | |
| | | |||||
| * | [Westminster] Update FAQ text | Dave Arter | 2019-08-16 | -0/+94 | |
| | | |||||
| * | [Westminster] Update contact form header text | Dave Arter | 2019-08-16 | -1/+17 | |
| | | |||||
| * | [Westminster] Update report form placeholder text | Dave Arter | 2019-08-16 | -0/+4 | |
| | | |||||
| * | [Westminster] Hide duplicate suggestion update button. | Matthew Somerville | 2019-08-16 | -0/+4 | |
| | | |||||
| * | [Westminster] Disable all updates. | Matthew Somerville | 2019-08-16 | -0/+11 | |
| | | |||||
| * | Tidy up closed_updates/updates_disallowed a bit. | Matthew Somerville | 2019-08-16 | -4/+16 | |
| | | |||||
| * | [Westminster] Use OSM geocoder | Dave Arter | 2019-08-16 | -0/+4 | |
| | | |||||
| * | Add test for OIDC logout redirection | Dave Arter | 2019-08-16 | -9/+44 | |
| | | |||||
| * | Improve checking of OIDC ID tokens, and handle OIDC forgotten password flow ↵ | Dave Arter | 2019-08-16 | -4/+29 | |
| | | | | | | | | correctly | ||||
| * | Handle forgotten password OIDC flow | Dave Arter | 2019-08-16 | -3/+21 | |
| | | |||||
| * | Add support for OIDC logout | Dave Arter | 2019-08-16 | -0/+15 | |
| | | |||||
| * | [Westminster] Include CRM ID in Open311 POST Service Requests | Dave Arter | 2019-08-16 | -0/+8 | |
| | | |||||
| * | [Open311] Include account_id in POST Service Requests if present | Dave Arter | 2019-08-16 | -0/+33 | |
| | | |||||
| * | [Westminster] Store user CRM ID when logging in via MyWestminster | Dave Arter | 2019-08-16 | -1/+39 | |
| | | |||||
| * | Allow cobrand to store extra fields on user when logging in via oauth | Dave Arter | 2019-08-16 | -3/+34 | |
| | | |||||
| * | [Westminster] Ask for parent/child UPRN separately | Matthew Somerville | 2019-08-16 | -6/+29 | |
| | | |||||
| * | [Westminster] Add UPRN layer, asking for address. | Matthew Somerville | 2019-08-16 | -2/+119 | |
| | | |||||
| * | [Westminster] Message for road/pavement damage. | Matthew Somerville | 2019-08-16 | -0/+13 | |
| | | |||||
| * | [Westminster] Direct TfL reports to TfL. | Matthew Somerville | 2019-08-16 | -0/+25 | |
| | | |||||
| * | [Westminster] Add USRN layer. | Matthew Somerville | 2019-08-16 | -0/+18 | |
| | | |||||
| * | [Westminster] Message for burst water main. | Matthew Somerville | 2019-08-16 | -0/+6 | |
| | | |||||
| * | [Westminster] Initial asset code. | Matthew Somerville | 2019-08-16 | -0/+126 | |
| | | |||||
| * | Allow assets to appear based on group. | Matthew Somerville | 2019-08-16 | -4/+17 | |
| | | | | | | | | | | Instead of an asset_category list, you can supply an asset_group string, and the asset layer will appear as soon as the group is selected. | ||||
| * | Make sure asset unselected on layer hide. | Matthew Somerville | 2019-08-16 | -1/+2 | |
| | | |||||
| * | Make asset layer select/hover controls use arrays. | Matthew Somerville | 2019-08-16 | -24/+41 | |
| | | | | | | | | | | | | | | | | | | This way, we will then be able to pass in multiple layers for only one pair of select/hover controls. Storing the controls on the layer makes it easier to handle, but it does mean the controls need to be switched on/off with visibility, as otherwise the RootContainer layer is always present, making things unselectable. This also means the controls need to be added to the map first, otherwise control activation won't work. | ||||
| * | Factor out fixmystreet.assets.add into functions. | Matthew Somerville | 2019-08-16 | -173/+235 | |
| | | |||||
| * | [Westminster] Anonymous submission. | Matthew Somerville | 2019-08-16 | -1/+48 | |
| | | |||||
| * | Allow anonymous submission by a button. | Matthew Somerville | 2019-08-16 | -6/+92 | |
| | | |||||
| * | Improve user-anonymous reporting. | Matthew Somerville | 2019-08-16 | -7/+109 | |
| | | | | | | | | | | Make it more like the staff-creation, with no confirmation email, and no messing with the user. | ||||
| * | Add type=button to non-submit buttons. | Matthew Somerville | 2019-08-16 | -20/+20 | |
| | | |||||
| * | [Westminster] Allow social login on cobrand | Dave Arter | 2019-08-16 | -1/+111 | |
| | | |||||
| * | Add OpenID Connect login functionality | Dave Arter | 2019-08-16 | -85/+454 | |
| | | |||||
| * | DB changes to support OIDC auth | Dave Arter | 2019-08-16 | -16/+69 | |
| | | |||||
| * | Set user’s name when creating user via OAuth | Dave Arter | 2019-08-16 | -0/+4 | |
| | | |||||
| * | Add OIDC::Lite | Dave Arter | 2019-08-16 | -1/+313 | |
| | | |||||
| * | [Westminster] Initial cobrand. | Zarino Zappia | 2019-08-16 | -0/+984 | |
|/ | | | | | | | | | Include a demo fixture file that creates Westminster categories and two example users: bin/westminster/set-up-categories --commit Co-authored-by: Martin Wright <martin@mysociety.org> Co-authored-by: Matthew Somerville <matthew@mysociety.org> | ||||
* | [Rutland] update default map status to be open | Struan Donald | 2019-08-15 | -0/+2 | |
| | | | | Fixes mysociety/fixmystreet-commercial#1495 | ||||
* | [Northamptonshire] do not send comments on defects | Struan Donald | 2019-08-14 | -1/+69 | |
| | | | | | | There is no support for updates to defects so if a report was created from a defect (i.e. the user is the comment_user) then skip sending the comment | ||||
* | Merge branch 'report-extras-already-in-report' | Matthew Somerville | 2019-08-09 | -6/+40 | |
|\ | |||||
| * | Make sure existing attribute answers set up. | Matthew Somerville | 2019-08-09 | -6/+40 | |
| | | | | | | | | | | | | | | If you come to /report/new with a part-filled report (say you've gone via an OAuth flow), then the stash needs to get the category from the report, not a query parameter, and report_meta needs initializing, as that is what the template uses to fill in existing attribute answers. | ||||
* | | [fixmystreet.com] Improve fixmystreet.org link visibility in footer | Dave Arter | 2019-08-09 | -0/+4 | |
|/ |