Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'version-2.3.1'v2.3.1 | Matthew Somerville | 2018-02-12 | -6/+8 |
|\ | ||||
| * | Version 2.3.1. | Matthew Somerville | 2018-02-12 | -6/+8 |
| | | ||||
* | | Merge branch 'banes-improvements-grab-bag' | Matthew Somerville | 2018-02-12 | -0/+3 |
|\ \ | |/ |/| | ||||
| * | Cobrands can pass `components` to Google Geocoder. | Dave Arter | 2018-02-12 | -0/+2 |
| | | | | | | | | | | | | This allows more fine grained control over the geocoder search, e.g. to specify the administrative area or town. See the geocoder api docs: https://developers.google.com/maps/documentation/geocoding/intro#ComponentFiltering | |||
| * | Display report extra fields on inspect form | Dave Arter | 2018-02-08 | -0/+1 |
| | | | | | | | | | | | | | | This commit restores display of report extra fields on the inspect form, previously missing because of a typo. Also improves the compactness of the form by hiding ‘notice’ extras and any extra guidance attached to each field. | |||
* | | Script to remove expired sessions. | Matthew Somerville | 2018-02-09 | -0/+1 |
| | | | | | | | | | | This also can set up users so that the admin "Log user out" function works correctly. | |||
* | | prevent timezone related util test failure | Struan Donald | 2018-02-09 | -0/+1 |
|/ | | | | | | | | Make sure that the prettify_dt tests use the same timezone as FMS otherwise the test can fail if now in the local timezone is actually yesterday/tomorrow in the FMS timezone. Fixes #1984 | |||
* | Show loading spinner on map for assets as well as markers | Dave Arter | 2018-02-08 | -0/+1 |
| | ||||
* | Allow ‘report as another user’ to only provide a phone number | Dave Arter | 2018-02-07 | -0/+1 |
| | ||||
* | Merge branch '2fa-superuser' | Matthew Somerville | 2018-02-07 | -0/+1 |
|\ | ||||
| * | Add two-factor authentication for superusers. | Matthew Somerville | 2018-02-07 | -0/+1 |
| | | ||||
* | | Merge branch '1944-admin-remove-account' | Matthew Somerville | 2018-02-07 | -0/+2 |
|\ \ | ||||
| * | | Admin ability to remove user account details. | Matthew Somerville | 2018-02-06 | -0/+1 |
| | | | ||||
| * | | Add admin ability to log user out. | Matthew Somerville | 2018-02-06 | -0/+1 |
| |/ | ||||
* | | Merge branch 'password-tests' | Matthew Somerville | 2018-02-06 | -0/+1 |
|\ \ | ||||
| * | | Add length/common password checking. | Matthew Somerville | 2018-02-06 | -0/+1 |
| |/ | ||||
* | | Upgrade Number::Phone. | Matthew Somerville | 2018-02-05 | -0/+1 |
| | | | | | | | | | | This brings in my new format_for_country function which allows for nicer display of phone numbers to people. | |||
* | | Ask for current pw/send email on password change. | Matthew Somerville | 2018-02-01 | -0/+1 |
|/ | | | | | If they have a current password, ask for it; if they don't, send a confirmation email. | |||
* | Merge branch '1942-admin-anonymize' | Matthew Somerville | 2018-01-31 | -0/+2 |
|\ | ||||
| * | Admin ability to hide a user's reports/updates. | Matthew Somerville | 2018-01-31 | -1/+1 |
| | | ||||
| * | Admin ability to make user anonymous. | Matthew Somerville | 2018-01-31 | -0/+2 |
| | | ||||
* | | Show loading message on /around page load | Dave Arter | 2018-01-30 | -1/+2 |
| | | | | | | | | | | | | | | | | The map and sidebar are empty on /around when the page loads, and JS is used to pull in the relevant reports and populate the page. The previous message indicated that there were no reports at all, but in fact they were being loaded asynchronously. This commit shows a more helpful message whilst the pins are being loaded. | |||
* | | Never skip sending reports with --debug flag | Dave Arter | 2018-01-29 | -0/+1 |
| | | | | | | | | | | | | | | It’s a little annoying to have to fiddle with the database between runs of send-reports when debugging a stuck/failing report or working on a new Open311 integration. This commit disables skipping of reports when the --debug flag is used. | |||
* | | Remove SameSite=Lax from cookies. | Matthew Somerville | 2018-01-23 | -1/+0 |
| | | ||||
* | | Merge branch '1958-adjust-zoom-mobile' | Matthew Somerville | 2018-01-18 | -0/+1 |
|\ \ | |/ |/| | ||||
| * | Zoom out as much as necessary, even on mobile. | Matthew Somerville | 2018-01-15 | -0/+1 |
| | | | | | | | | | | This also fixes an inconsistency between what you can see on the map and the list of reports underneath. | |||
* | | Fix error sending `requires_inspection` reports. | Matthew Somerville | 2018-01-16 | -0/+1 |
|/ | | | | | has_permission_to() is called in Reports.pm and requires the cobrand to be set on the schema. The test was manually doing this which hid the problem. | |||
* | Only work out bounds/resolution on BBOX strategies | Matthew Somerville | 2018-01-10 | -1/+2 |
| | | | | The /my page uses a Fixed strategy which cannot do this. | |||
* | Switch on monotone cubic interpolation. | Matthew Somerville | 2018-01-09 | -0/+1 |
| | | | | This prevents e.g. the all reports graph dipping down. | |||
* | Update string on /reports to match same string lower down. | Matthew Somerville | 2018-01-09 | -0/+1 |
| | ||||
* | Add missing class on last questionnaire question. | Matthew Somerville | 2018-01-08 | -0/+1 |
| | | | | This was somehow missed from 163c65cf. | |||
* | Merge branch '1907-stop-tile-load-on-mappage' | Matthew Somerville | 2018-01-05 | -0/+2 |
|\ | ||||
| * | [fixmystreet.com] Lazy load images in the footer. | Matthew Somerville | 2018-01-05 | -0/+2 |
| | | | | | | | | | | This uses an IntersectionObserver, which currently works in Chrome, Edge, and Firefox. | |||
* | | Merge branch 'add-samesite-lax-cookie' | Matthew Somerville | 2018-01-05 | -0/+2 |
|\ \ | ||||
| * | | Include "SameSite=Lax" with all set cookies. | Matthew Somerville | 2018-01-04 | -0/+2 |
| |/ | | | | | | | | | This prevents FixMyStreet cookies from being sent from third-party <img>s and the like, in supporting browsers. | |||
* | | Fix bug with multiple select-multiples on a page. | Matthew Somerville | 2018-01-04 | -0/+1 |
| | | | | | | | | | | They would all use the settings of the first, leading to e.g. potentially incorrect all/none messages. | |||
* | | Fix bug specifying category in URL on /around. | Matthew Somerville | 2018-01-04 | -0/+1 |
|/ | | | | The list of existing categories wasn't being checked correctly. | |||
* | Ignore deleted/area-less bodies in dashboard list. | Matthew Somerville | 2018-01-03 | -0/+1 |
| | ||||
* | Prefetch translations in /reports list of bodies. | Matthew Somerville | 2018-01-03 | -0/+1 |
| | ||||
* | Fix colour wrapping bug, where it only added red. | Matthew Somerville | 2017-12-19 | -0/+1 |
| | | | | | As colours.length increased as colours were added, it would always return the first entry. | |||
* | Force dashboard filters onto a single line | Zarino Zappia | 2017-12-19 | -0/+2 |
| | | | | Fixes part of mysociety/fixmystreet-commercial#965. | |||
* | Version 2.3. | Matthew Somerville | 2017-12-18 | -25/+27 |
| | ||||
* | Merge branch 'yodenuncio' | Matthew Somerville | 2017-12-13 | -0/+3 |
|\ | ||||
| * | Include JSON of extra fields in category_extras. | Dave Arter | 2017-12-13 | -0/+1 |
| | | ||||
| * | Add template hook for content before .wrapper. | Zarino Zappia | 2017-12-13 | -0/+2 |
| | | ||||
* | | Fix issues with send method category change. | Matthew Somerville | 2017-12-13 | -0/+1 |
| | | | | | | | | | | | | Use the send method recorded at the time of sending, not the current one (it may have changed since), and only resend if the new send methods are not a subset of the old. | |||
* | | Store all successful send methods. | Matthew Somerville | 2017-12-13 | -0/+1 |
|/ | ||||
* | Merge branch 'issues/forcouncils/264-stop-csv-human-dates' | Matthew Somerville | 2017-12-05 | -0/+1 |
|\ | ||||
| * | Stop using 'readable' dates in CSV export. | Matthew Somerville | 2017-12-01 | -0/+1 |
| | | | | | | | | We want machine-readable dates in a data export. | |||
* | | Group categories on new report form | Dave Arter | 2017-12-05 | -0/+1 |
| | | | | | | | | Ensures ‘Other’ group is last in the list, if it exists. |