aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* [Westminster] Update report form placeholder textDave Arter2019-08-16-0/+4
|
* [Westminster] Hide duplicate suggestion update button.Matthew Somerville2019-08-16-0/+4
|
* [Westminster] Disable all updates.Matthew Somerville2019-08-16-0/+11
|
* Tidy up closed_updates/updates_disallowed a bit.Matthew Somerville2019-08-16-4/+16
|
* [Westminster] Use OSM geocoderDave Arter2019-08-16-0/+4
|
* Add test for OIDC logout redirectionDave Arter2019-08-16-9/+44
|
* Improve checking of OIDC ID tokens, and handle OIDC forgotten password flow ↵Dave Arter2019-08-16-4/+29
| | | | correctly
* Handle forgotten password OIDC flowDave Arter2019-08-16-3/+21
|
* Add support for OIDC logoutDave Arter2019-08-16-0/+15
|
* [Westminster] Include CRM ID in Open311 POST Service RequestsDave Arter2019-08-16-0/+8
|
* [Open311] Include account_id in POST Service Requests if presentDave Arter2019-08-16-0/+33
|
* [Westminster] Store user CRM ID when logging in via MyWestminsterDave Arter2019-08-16-1/+39
|
* Allow cobrand to store extra fields on user when logging in via oauthDave Arter2019-08-16-3/+34
|
* [Westminster] Ask for parent/child UPRN separatelyMatthew Somerville2019-08-16-6/+29
|
* [Westminster] Add UPRN layer, asking for address.Matthew Somerville2019-08-16-2/+119
|
* [Westminster] Message for road/pavement damage.Matthew Somerville2019-08-16-0/+13
|
* [Westminster] Direct TfL reports to TfL.Matthew Somerville2019-08-16-0/+25
|
* [Westminster] Add USRN layer.Matthew Somerville2019-08-16-0/+18
|
* [Westminster] Message for burst water main.Matthew Somerville2019-08-16-0/+6
|
* [Westminster] Initial asset code.Matthew Somerville2019-08-16-0/+126
|
* Allow assets to appear based on group.Matthew Somerville2019-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 Somerville2019-08-16-1/+2
|
* Make asset layer select/hover controls use arrays.Matthew Somerville2019-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 Somerville2019-08-16-173/+235
|
* [Westminster] Anonymous submission.Matthew Somerville2019-08-16-1/+48
|
* Allow anonymous submission by a button.Matthew Somerville2019-08-16-6/+92
|
* Improve user-anonymous reporting.Matthew Somerville2019-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 Somerville2019-08-16-20/+20
|
* [Westminster] Allow social login on cobrandDave Arter2019-08-16-1/+111
|
* Add OpenID Connect login functionalityDave Arter2019-08-16-85/+454
|
* DB changes to support OIDC authDave Arter2019-08-16-16/+69
|
* Set user’s name when creating user via OAuthDave Arter2019-08-16-0/+4
|
* Add OIDC::LiteDave Arter2019-08-16-1/+313
|
* [Westminster] Initial cobrand.Zarino Zappia2019-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 openStruan Donald2019-08-15-0/+2
| | | | Fixes mysociety/fixmystreet-commercial#1495
* [Northamptonshire] do not send comments on defectsStruan Donald2019-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 Somerville2019-08-09-6/+40
|\
| * Make sure existing attribute answers set up.Matthew Somerville2019-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 footerDave Arter2019-08-09-0/+4
|/
* Merge branch 'issues/commercial/1480-asset-duplicate-interaction'Matthew Somerville2019-08-08-6/+24
|\
| * Have duplicate suggestion & assets coexist better.Matthew Somerville2019-08-07-1/+18
| |
| * Do not pass category element into change event.Matthew Somerville2019-08-07-5/+6
| |
* | Merge branch 'westminster-report-dupe-bugs'Matthew Somerville2019-08-08-9/+132
|\ \
| * | Hide dupe suggestions signing in during reporting.Matthew Somerville2019-08-07-1/+24
| | |
| * | Retain extra data if signing in during reporting.Matthew Somerville2019-08-07-1/+24
| | |
| * | Hide category extras when dupe suggestions shown.Matthew Somerville2019-08-07-2/+78
| | |
| * | Set default mock area to default browser test areaMatthew Somerville2019-08-07-5/+6
| | | | | | | | | | | | | | | | | | This should make it easier to add browser tests as you won't have to get the click precisely on the right pixel in order to have it match the correct area.
* | | [Warwickshire] New cobrand designZarino Zappia2019-08-07-6/+322
| | |
* | | [Warwickshire] Remove old cobrand filesZarino Zappia2019-08-07-16190/+54
| | |
* | | Redirect correctly after editing user to remove them from cobrandDave Arter2019-08-07-2/+58
| | |