aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* | [Hackney] Add admin_user_domainDave Arter2020-07-02-0/+2
| |
* | [Hackney] Switch to OSM geocoderDave Arter2020-07-02-0/+5
| |
* | [Hackney] Use OpenStreetMap base mapDave Arter2020-07-02-0/+5
| | | | | | | | | | | | Also bumps up default zoom level a couple of notches For https://github.com/mysociety/fixmystreet-commercial/issues/1760
* | [Hackney] set extra open311 parametersStruan Donald2020-07-02-0/+22
| |
* | [Hackney] Initial cobrand design & privacy policy amendmentMartin Wright2020-07-02-2/+763
| | | | | | | | | | | | Co-Authored-By: Struan Donald <struan@exo.org.uk> For https://github.com/mysociety/fixmystreet-commercial/issues/1808
* | Don’t show `sent_to` on moderation diffDave Arter2020-07-02-2/+3
| |
* | [Alloy] asset layers for Alloy V2Struan Donald2020-07-02-13/+80
| | | | | | | | | | Mostly inherits from original Alloy code, with addition of a new format as Alloy no longer returns a native geoJSON collection.
* | [Northamptonshire] Factor out code to add multiple Alloy asset layersDave Arter2020-07-02-20/+23
|/
* Merge branch 'fix-client-rotation'Matthew Somerville2020-07-01-41/+317
|\
| * Fix photo orientation in modern browsers.Matthew Somerville2020-07-01-40/+315
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We use Dropzone (the photo upload library) to shrink photos client-side before uploading in the background and display thumbnails. For the resized upload, Dropzone restores the original Exif data, including orientation, so it can be correctly oriented server-side; for a thumbnail, it orients the image itself for immediate display. Recently, browsers have started honouring Exif orientation much more widely (Chrome 81+ and Firefox 77+ both now do it by default). This means the data Dropzone gets from a resize has already been oriented according to the Exif orientation data. Then Dropzone either looks at the orientation to correct for display (thumbnail), or adds back the Exif orientation data (upload) – in both cases, this leads to a double implementation of the orientation, and an incorrect display. To fix this, if we detect we are on a modern browser, we do not try and fix orientation ourself [1], and in all cases we do not add any Exif data back in (we only strip it server-side anyway). Conversely, that means on a non-modern browser, we always perform a manual orientation because no Exif data will be being sent server-side. Also includes a fix to the orientation code [2] which wouldn't be noticed in thumbnail generation as they are square, but could be now we may be orienting full size photos. [1] https://gitlab.com/meno/dropzone/-/merge_requests/80 [2] https://gitlab.com/meno/dropzone/-/merge_requests/45
| * Include file extensions in Dropzone acceptedFiles.Matthew Somerville2020-07-01-1/+2
| | | | | | | | In my Firefox on Windows, .jpeg files are not otherwise shown.
* | Merge remote-tracking branch 'Sambruk/internationalize_heatmap'Matthew Somerville2020-07-01-9/+9
|\ \ | |/ |/|
| * Internationalization of the heatmap page.Joe Siltberg2020-06-29-9/+9
| | | | | | | | Fixes #3096
* | [Docker] Specify MAPIT_URL.M Somerville2020-06-30-1/+1
| | | | | | | | | | Letting the code pick a default MAPIT_URL means it picks port 8000, which will not work with the current Docker container setup.
* | Only show access tokens once, and store hashed.Matthew Somerville2020-06-30-46/+46
| |
* | [BANES] Use HTTPS scheme for bathnes.gov.uk links/search formDave Arter2020-06-29-3/+3
|/
* [Bromley] Use HTTPS scheme for bromley.gov.uk links/search formDave Arter2020-06-25-34/+34
| | | | Also updates the search form URL as the old one had stopped working.
* Improve Bing geocoder results.Matthew Somerville2020-06-25-1/+64
| | | | | Add a couple of parameters to hopefully improve results, and make sure the returned locality is included in the summary address.
* Merge branch 'open311-post-devolved-update'Matthew Somerville2020-06-24-13/+26
|\
| * [Open311] Use devolved data on update sending.Matthew Somerville2020-06-23-13/+26
| |
* | Upgrades the Mozilla::CA module to 20200520.Joe Siltberg2020-06-24-3/+7
|/ | | | | | | LWP::UserAgent (used by MapIt and Open311 integrations) uses this cert bundle by default to verify peers. Fixes #3088
* [Hounslow] Allow two email categories to be shown.Matthew Somerville2020-06-22-1/+7
| | | | By default, devolved categories are not shown.
* Change UKCOD to mySocietyabimysoc2020-06-22-2/+1
| | | Inevitably, missed one reference with first PR...
* Change UKCOD to mySocietyabimysoc2020-06-22-16/+12
|
* [Hounslow] Closed as well as fixed on front page.Matthew Somerville2020-06-18-2/+89
|
* Merge branch 'peterborough-zoom'Matthew Somerville2020-06-18-5/+11
|\
| * [Peterborough] Increase default map zoom.Matthew Somerville2020-06-17-0/+1
| |
| * Map should respect cobrand default zoom, if set.Dave Arter2020-06-17-5/+10
| | | | | | | | | | This brings the behaviour of the code in line with the comment on Cobrand:Default::default_map_zoom
* | Merge branch 'tiny-bobs'Matthew Somerville2020-06-18-4/+6
|\ \
| * | Prevent uninitialized value warnings.Matthew Somerville2020-06-17-3/+5
| | |
| * | Include -p in systemd mkdir command.Matthew Somerville2020-06-17-1/+1
| |/
* | [East Sussex] Tidy up named select actions.Matthew Somerville2020-06-16-35/+30
| |
* | [UK Councils] Config matches default.Matthew Somerville2020-06-16-6/+2
| | | | | | | | | | With the refactor to make sure asset message always uses the default, no need for these specific config lines any more.
* | Small refactor of asset message display.Matthew Somerville2020-06-16-39/+45
| | | | | | | | | | Wherever asset_item_message is checked/used, make sure it does the text replacement and falls back to the default.
* | [Buckinghamshire] Spot lights e.g. ending with "A"Matthew Somerville2020-06-16-1/+1
|/
* Add lazy image loading on list items.Matthew Somerville2020-06-15-2/+226
|
* Merge branch 'skip-accounts-without-email'Matthew Somerville2020-06-12-0/+2
|\
| * Skip accounts without email for inactive emails.Matthew Somerville2020-06-11-0/+2
| |
* | Merge branch 'issues/commercial/1778-private-photos-upload'Matthew Somerville2020-06-12-0/+21
|\ \
| * | [UK Councils] Enable private photo uploading on cobrands whose backend ↵Dave Arter2020-06-11-0/+21
| |/ | | | | | | | | | | supports it For https://github.com/mysociety/fixmystreet-commercial/issues/1778
* | Merge branch 'issues/freshdesk-470-bexley-redesign'Matthew Somerville2020-06-12-6/+47
|\ \ | |/ |/|
| * [Bexley] Redesign.Martin Wright2020-06-11-6/+47
| | | | | | | | Make sure spans in navbar are legible at all times.
* | Merge branch 'issues/freshdesk/648-tfl-new-category'Matthew Somerville2020-06-11-0/+2
|\ \
| * | [TfL] Add new Streetspace category, TLRN-only.Matthew Somerville2020-06-11-0/+2
| |/
* / [Bath,Bristol] No need for special hidden overrides.Matthew Somerville2020-06-11-14/+2
|/
* Merge branch 'issues/commercial/1906-he-anon-all'Matthew Somerville2020-06-10-28/+37
|\
| * [Highways England] Anonymize all names on cobrand.Matthew Somerville2020-06-09-7/+25
| |
| * [Open311] Return reports in all closed states.Matthew Somerville2020-06-09-1/+2
| |
| * [Open311] Use indexed way of searching by body.Matthew Somerville2020-06-09-18/+8
| |
| * Use problem name in reporting to match display.Matthew Somerville2020-06-09-2/+2
| |