aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet
Commit message (Collapse)AuthorAgeLines
* [Westminster] Disallow TfL categories on cobrandDave Arter2019-08-18-1/+9
| | | | Also tidies up the categories_restriction query for Northamptonshire.
* Allow OIDC auth to provide its own ‘change password’ URIDave Arter2019-08-16-12/+40
|
* Add Open311::always_upload_photos flag to send all photos, not just privateDave Arter2019-08-16-0/+1
| | | | This is intended to be used by Westminster, but not quite yet.
* [Westminster] Server-side UPRN lookup for categories where it’s presentDave Arter2019-08-16-9/+26
| | | | Also updates client-side UPRN lookup config to handle renamed fields.
* [UK Councils] Allow lookup_site_code to handle Point geometriesDave Arter2019-08-16-3/+12
|
* [Westminster] Do not create any reporter alerts.Matthew Somerville2019-08-16-0/+3
|
* Preserve partial report if resetting password during OIDC loginDave Arter2019-08-16-1/+10
|
* [Westminster] Allow staff to leave updatesDave Arter2019-08-16-1/+10
|
* [Westminster] Lookup USRN for app reportsDave Arter2019-08-16-11/+63
|
* [Westminster] Disable all updates.Matthew Somerville2019-08-16-0/+2
|
* Tidy up closed_updates/updates_disallowed a bit.Matthew Somerville2019-08-16-2/+14
|
* [Westminster] Use OSM geocoderDave Arter2019-08-16-0/+4
|
* Add test for OIDC logout redirectionDave Arter2019-08-16-9/+27
|
* Improve checking of OIDC ID tokens, and handle OIDC forgotten password flow ↵Dave Arter2019-08-16-3/+25
| | | | 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
|
* [Westminster] Store user CRM ID when logging in via MyWestminsterDave Arter2019-08-16-0/+14
|
* Allow cobrand to store extra fields on user when logging in via oauthDave Arter2019-08-16-3/+34
|
* [Westminster] Anonymous submission.Matthew Somerville2019-08-16-1/+13
|
* Allow anonymous submission by a button.Matthew Somerville2019-08-16-3/+12
|
* Improve user-anonymous reporting.Matthew Somerville2019-08-16-7/+17
| | | | | Make it more like the staff-creation, with no confirmation email, and no messing with the user.
* [Westminster] Allow social login on cobrandDave Arter2019-08-16-0/+6
|
* Add OpenID Connect login functionalityDave Arter2019-08-16-39/+152
|
* DB changes to support OIDC authDave Arter2019-08-16-16/+36
|
* Set user’s name when creating user via OAuthDave Arter2019-08-16-0/+4
|
* [Westminster] Initial cobrand.Zarino Zappia2019-08-16-0/+29
| | | | | | | | | 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-0/+12
| | | | | | 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
* Make sure existing attribute answers set up.Matthew Somerville2019-08-09-1/+10
| | | | | | | 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.
* Merge branch 'westminster-report-dupe-bugs'Matthew Somerville2019-08-08-0/+60
|\
| * Hide category extras when dupe suggestions shown.Matthew Somerville2019-08-07-0/+60
| |
* | Redirect correctly after editing user to remove them from cobrandDave Arter2019-08-07-2/+15
|/
* [Bucks] Remove unneeded Aylesbury postcode.Matthew Somerville2019-08-05-4/+0
|
* prevent including email address in report titleStruan Donald2019-08-02-0/+3
| | | | | | | | 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
* [UK] Allow full email as well as domain in summary lookup.Matthew Somerville2019-07-17-1/+1
|
* Merge branch 'open311-receive-update'Matthew Somerville2019-07-16-9/+105
|\
| * [Open311] Receive update from external request.Matthew Somerville2019-07-15-0/+88
| |
| * [Open311] Improve JSON output of controller.Matthew Somerville2019-07-15-9/+17
| |
* | Merge branch 'admin_user_domains'Matthew Somerville2019-07-16-3/+5
|\ \
| * | [UK] Allow multiple admin user domains.Matthew Somerville2019-07-16-3/+5
| |/
* / [BANES] Move staff map code later.Matthew Somerville2019-07-16-12/+0
|/ | | | | Due to refactoring in 12d2346, this was loading prior to the main asset code and thus not activating.
* Merge branch '1456-do-not-store-display-only-attributes'Matthew Somerville2019-07-15-1/+11
|\
| * Do not store display-only extra fields on reports.Matthew Somerville2019-07-12-1/+11
| |
* | Merge branch 'issues/commercial/1458-dashboard-groups'Matthew Somerville2019-07-15-0/+36
|\ \
| * | [Bexley] Include subcategory in dashboard export.Matthew Somerville2019-07-12-0/+36
| |/
* / [Oxfordshire] turn on multi photo sending over open311Struan Donald2019-07-11-0/+1
|/
* [Greenwich] Add admin_user_domain.Matthew Somerville2019-07-11-0/+2
|
* Ignore cache-busting keyword on appcache.Matthew Somerville2019-07-11-1/+1
| | | | | | `params` changed in Catalyst 5.90116 to always include a sole keyword parameter (ie. with no equals sign) as a key with an undefined value; the changelog entry is only "improved test cases for query keywork".
* Merge branch 'defensive-js'Matthew Somerville2019-07-10-38/+1
|\