Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | [Hackney] Add admin_user_domain | Dave Arter | 2020-07-02 | -0/+2 | |
| | | |||||
* | | [Hackney] Switch to OSM geocoder | Dave Arter | 2020-07-02 | -0/+5 | |
| | | |||||
* | | [Hackney] Use OpenStreetMap base map | Dave Arter | 2020-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 parameters | Struan Donald | 2020-07-02 | -0/+22 | |
| | | |||||
* | | [Hackney] Initial cobrand design & privacy policy amendment | Martin Wright | 2020-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 diff | Dave Arter | 2020-07-02 | -2/+3 | |
| | | |||||
* | | [Alloy] asset layers for Alloy V2 | Struan Donald | 2020-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 layers | Dave Arter | 2020-07-02 | -20/+23 | |
|/ | |||||
* | Merge branch 'fix-client-rotation' | Matthew Somerville | 2020-07-01 | -41/+317 | |
|\ | |||||
| * | Fix photo orientation in modern browsers. | Matthew Somerville | 2020-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 Somerville | 2020-07-01 | -1/+2 | |
| | | | | | | | | In my Firefox on Windows, .jpeg files are not otherwise shown. | ||||
* | | Merge remote-tracking branch 'Sambruk/internationalize_heatmap' | Matthew Somerville | 2020-07-01 | -9/+9 | |
|\ \ | |/ |/| | |||||
| * | Internationalization of the heatmap page. | Joe Siltberg | 2020-06-29 | -9/+9 | |
| | | | | | | | | Fixes #3096 | ||||
* | | [Docker] Specify MAPIT_URL. | M Somerville | 2020-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 Somerville | 2020-06-30 | -46/+46 | |
| | | |||||
* | | [BANES] Use HTTPS scheme for bathnes.gov.uk links/search form | Dave Arter | 2020-06-29 | -3/+3 | |
|/ | |||||
* | [Bromley] Use HTTPS scheme for bromley.gov.uk links/search form | Dave Arter | 2020-06-25 | -34/+34 | |
| | | | | Also updates the search form URL as the old one had stopped working. | ||||
* | Improve Bing geocoder results. | Matthew Somerville | 2020-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 Somerville | 2020-06-24 | -13/+26 | |
|\ | |||||
| * | [Open311] Use devolved data on update sending. | Matthew Somerville | 2020-06-23 | -13/+26 | |
| | | |||||
* | | Upgrades the Mozilla::CA module to 20200520. | Joe Siltberg | 2020-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 Somerville | 2020-06-22 | -1/+7 | |
| | | | | By default, devolved categories are not shown. | ||||
* | Change UKCOD to mySociety | abimysoc | 2020-06-22 | -2/+1 | |
| | | | Inevitably, missed one reference with first PR... | ||||
* | Change UKCOD to mySociety | abimysoc | 2020-06-22 | -16/+12 | |
| | |||||
* | [Hounslow] Closed as well as fixed on front page. | Matthew Somerville | 2020-06-18 | -2/+89 | |
| | |||||
* | Merge branch 'peterborough-zoom' | Matthew Somerville | 2020-06-18 | -5/+11 | |
|\ | |||||
| * | [Peterborough] Increase default map zoom. | Matthew Somerville | 2020-06-17 | -0/+1 | |
| | | |||||
| * | Map should respect cobrand default zoom, if set. | Dave Arter | 2020-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 Somerville | 2020-06-18 | -4/+6 | |
|\ \ | |||||
| * | | Prevent uninitialized value warnings. | Matthew Somerville | 2020-06-17 | -3/+5 | |
| | | | |||||
| * | | Include -p in systemd mkdir command. | Matthew Somerville | 2020-06-17 | -1/+1 | |
| |/ | |||||
* | | [East Sussex] Tidy up named select actions. | Matthew Somerville | 2020-06-16 | -35/+30 | |
| | | |||||
* | | [UK Councils] Config matches default. | Matthew Somerville | 2020-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 Somerville | 2020-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 Somerville | 2020-06-16 | -1/+1 | |
|/ | |||||
* | Add lazy image loading on list items. | Matthew Somerville | 2020-06-15 | -2/+226 | |
| | |||||
* | Merge branch 'skip-accounts-without-email' | Matthew Somerville | 2020-06-12 | -0/+2 | |
|\ | |||||
| * | Skip accounts without email for inactive emails. | Matthew Somerville | 2020-06-11 | -0/+2 | |
| | | |||||
* | | Merge branch 'issues/commercial/1778-private-photos-upload' | Matthew Somerville | 2020-06-12 | -0/+21 | |
|\ \ | |||||
| * | | [UK Councils] Enable private photo uploading on cobrands whose backend ↵ | Dave Arter | 2020-06-11 | -0/+21 | |
| |/ | | | | | | | | | | | supports it For https://github.com/mysociety/fixmystreet-commercial/issues/1778 | ||||
* | | Merge branch 'issues/freshdesk-470-bexley-redesign' | Matthew Somerville | 2020-06-12 | -6/+47 | |
|\ \ | |/ |/| | |||||
| * | [Bexley] Redesign. | Martin Wright | 2020-06-11 | -6/+47 | |
| | | | | | | | | Make sure spans in navbar are legible at all times. | ||||
* | | Merge branch 'issues/freshdesk/648-tfl-new-category' | Matthew Somerville | 2020-06-11 | -0/+2 | |
|\ \ | |||||
| * | | [TfL] Add new Streetspace category, TLRN-only. | Matthew Somerville | 2020-06-11 | -0/+2 | |
| |/ | |||||
* / | [Bath,Bristol] No need for special hidden overrides. | Matthew Somerville | 2020-06-11 | -14/+2 | |
|/ | |||||
* | Merge branch 'issues/commercial/1906-he-anon-all' | Matthew Somerville | 2020-06-10 | -28/+37 | |
|\ | |||||
| * | [Highways England] Anonymize all names on cobrand. | Matthew Somerville | 2020-06-09 | -7/+25 | |
| | | |||||
| * | [Open311] Return reports in all closed states. | Matthew Somerville | 2020-06-09 | -1/+2 | |
| | | |||||
| * | [Open311] Use indexed way of searching by body. | Matthew Somerville | 2020-06-09 | -18/+8 | |
| | | |||||
| * | Use problem name in reporting to match display. | Matthew Somerville | 2020-06-09 | -2/+2 | |
| | |