Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
| * | 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 | |
|/ | |||||
* | Merge branch 'issues/commercial/1480-asset-duplicate-interaction' | Matthew Somerville | 2019-08-08 | -6/+24 | |
|\ | |||||
| * | Have duplicate suggestion & assets coexist better. | Matthew Somerville | 2019-08-07 | -1/+18 | |
| | | |||||
| * | Do not pass category element into change event. | Matthew Somerville | 2019-08-07 | -5/+6 | |
| | | |||||
* | | Merge branch 'westminster-report-dupe-bugs' | Matthew Somerville | 2019-08-08 | -9/+132 | |
|\ \ | |||||
| * | | Hide dupe suggestions signing in during reporting. | Matthew Somerville | 2019-08-07 | -1/+24 | |
| | | | |||||
| * | | Retain extra data if signing in during reporting. | Matthew Somerville | 2019-08-07 | -1/+24 | |
| | | | |||||
| * | | Hide category extras when dupe suggestions shown. | Matthew Somerville | 2019-08-07 | -2/+78 | |
| | | | |||||
| * | | Set default mock area to default browser test area | Matthew Somerville | 2019-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 design | Zarino Zappia | 2019-08-07 | -6/+322 | |
| | | | |||||
* | | | [Warwickshire] Remove old cobrand files | Zarino Zappia | 2019-08-07 | -16190/+54 | |
| | | | |||||
* | | | Redirect correctly after editing user to remove them from cobrand | Dave Arter | 2019-08-07 | -2/+58 | |
| | | | |||||
* | | | Disable ‘add user’ form on admin user search when role selected | Dave Arter | 2019-08-07 | -1/+1 | |
| |/ |/| | | | | | Fixes mysociety/fixmystreet-commercial#1485 | ||||
* | | Add confirmation to state delete action in admin | Dave Arter | 2019-08-06 | -1/+1 | |
|/ | |||||
* | [Bucks] Remove unneeded Aylesbury postcode. | Matthew Somerville | 2019-08-05 | -4/+0 | |
| | |||||
* | [Travis] Pin to trusty distribution. | Matthew Somerville | 2019-08-05 | -0/+2 | |
| | |||||
* | prevent including email address in report title | Struan Donald | 2019-08-02 | -2/+31 | |
| | | | | | | | | If autofill on Chrome is turned on and has saved the user's login it can autofill the user's email address in the report title, so add validation to make sure the title does not look like an email. Fixes #2570 | ||||
* | set autocomplete to off for report title | Struan Donald | 2019-08-02 | -1/+3 | |
| | | | | | Some browsers seem to be autocompleting title with the user's email address so try turning this off to see if it helps. | ||||
* | [open311] unset the external_status_code if blank | Struan Donald | 2019-07-31 | -0/+33 | |
| | | | | | | If an update with a blank external_status_code is fetched then unset it otherwise we will always a detect a change in the external_status_code which might mean phantom updates. | ||||
* | Fix GoogleOL library to include GeoJSON, not KML. | Matthew Somerville | 2019-07-21 | -389/+308 | |
| | | | | | The area display code was switched from KML to GeoJSON in 30426bc0 but this library was missed being updated to match. | ||||
* | Tidy up OpenLayers config files. | Matthew Somerville | 2019-07-21 | -817/+0 | |
| | |||||
* | Include visually-hidden "Error" in all JS messages | Matthew Somerville | 2019-07-19 | -0/+8 | |
| | |||||
* | Make sure invalid focuses on split form. | Matthew Somerville | 2019-07-19 | -1/+3 | |
| | |||||
* | Upgrade jquery-validation. | Matthew Somerville | 2019-07-19 | -782/+1198 | |
| | |||||
* | Add some issue/PR references in changelog. | Matthew Somerville | 2019-07-19 | -15/+15 | |
| | |||||
* | Merge branch 'master' of git://github.com/tobias-brunner/fixmystreet | Matthew Somerville | 2019-07-17 | -21/+22 | |
|\ | |||||
| * | added translations for ZWN | Tobias Brunner | 2019-07-17 | -21/+22 | |
| | | |||||
* | | [UK] Allow full email as well as domain in summary lookup. | Matthew Somerville | 2019-07-17 | -1/+1 | |
|/ | |||||
* | [Docs] Add bit about cobrand in vagrant. | Matthew Somerville | 2019-07-16 | -1/+32 | |
| | |||||
* | Merge branch 'open311-receive-update' | Matthew Somerville | 2019-07-16 | -169/+434 | |
|\ | |||||
| * | [Open311] Receive update from external request. | Matthew Somerville | 2019-07-15 | -0/+188 | |
| | | |||||
| * | [Open311] Refactor GetServiceRequestUpdates a bit. | Matthew Somerville | 2019-07-15 | -155/+223 | |
| | | |||||
| * | [Open311] Improve JSON output of controller. | Matthew Somerville | 2019-07-15 | -14/+23 | |
| | | |||||
* | | Merge branch 'bristol-move-streetlight-wfs' | Matthew Somerville | 2019-07-16 | -60/+17 | |
|\ \ | |||||
| * | | [Bristol] Switch street lights to other WFS server | Matthew Somerville | 2019-07-15 | -60/+17 | |
| |/ | |||||
* | | Merge branch 'admin_user_domains' | Matthew Somerville | 2019-07-16 | -4/+18 | |
|\ \ | |||||
| * | | [UK] Allow multiple admin user domains. | Matthew Somerville | 2019-07-16 | -4/+18 | |
| |/ |