aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
| * Add test for viewing existing reports when using social sign-inDave Arter2019-08-16-1/+11
| |
| * [Westminster] Remove stat from front page.Matthew Somerville2019-08-16-0/+32
| |
| * [Westminster] Remove confirm/sign in by email.Matthew Somerville2019-08-16-14/+11
| |
| * [Westminster] Move inline CSS to stylesheet.Matthew Somerville2019-08-16-30/+31
| |
| * [Westminster] Warnfix.Matthew Somerville2019-08-16-0/+1
| |
| * Hide one of two report headings by default, prevent flash.Matthew Somerville2019-08-16-1/+1
| |
| * [Westminster] Lookup USRN for app reportsDave Arter2019-08-16-11/+95
| |
| * Enable passing of ‘filter_group’ param to / to pre-filter /around mapDave Arter2019-08-16-6/+16
| |
| * Enable passing of ‘filter_category’ param to / to pre-filter /around mapDave Arter2019-08-16-3/+14
| |
| * [Westminster] Update FAQ textDave Arter2019-08-16-0/+94
| |
| * [Westminster] Update contact form header textDave Arter2019-08-16-1/+17
| |
| * [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
|/