aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet
Commit message (Collapse)AuthorAgeLines
* [TfL] Passwords expire after one year.Matthew Somerville2019-12-09-0/+6
|
* [TfL] Use London Boroughs for inspector areas and wards on /reportsDave Arter2019-12-09-0/+14
| | | | Drops ‘Borough Council’ suffix from area names
* Add cobrand hook for overriding areas on /reports wardsDave Arter2019-12-09-8/+17
|
* [TfL] Disable questionnaires.Matthew Somerville2019-12-09-0/+10
|
* [UK Councils] Factor out redirect to fms.com in area_checkDave Arter2019-12-09-2/+7
|
* [TfL] Allow TfL staff to access adminDave Arter2019-12-09-0/+9
| | | | Also prevents TfL staff accessing other London cobrand admins
* [TfL] Apply pin colours & 6 weeks default age on mapDave Arter2019-12-09-0/+10
| | | | Connects https://github.com/mysociety/fixmystreet-commercial/issues/1628
* [TfL] Send acknowledgement email to reporter when report is sentDave Arter2019-12-09-0/+2
| | | | Connects mysociety/fixmystreet-commercial#1619
* [TfL] Reference number on site, emails and lookup.Dave Arter2019-12-09-0/+14
| | | | Front page lookup with FMS<id>.
* [TfL] Only display TfL as the destination body when making reports.Dave Arter2019-12-09-0/+11
|
* [TfL] Initial cobrand design & set upMatthew Somerville2019-12-09-0/+64
| | | | | Co-Authored-By: Dave Arter <davea@mysociety.org> Co-Authored-By: Chris Mytton <chrism@mysociety.org>
* Do not include disable-form message in extras listMatthew Somerville2019-12-09-5/+11
| | | | | | | | | If the disable form message is being shown, the normal list is hidden, so there's no point in outputting the same message there. (This also helps with a TfL issue where we want to show a disable form on a red route, but not elsewhere, and this means it won't show the disable form message as a normal extra question.)
* Include areas in query param for inspector post-login redirect to all reportsDave Arter2019-12-09-18/+5
| | | | | Performs a proper redirect instead of detaching to /my/inspector_redirect so any request params from sign-in (e.g. password!) aren't carried through.
* Pre-filter ‘all reports’ by area for inspectorsDave Arter2019-12-09-0/+28
|
* Group categories on response template edit page, if cobrand allowsDave Arter2019-12-09-0/+2
|
* Group categories on user edit page, if cobrand has grouping enabledDave Arter2019-12-09-16/+30
|
* [UK Councils] Ensure response templates owned by other bodies aren’t visibleDave Arter2019-12-09-5/+18
|
* Merge branch 'staging-banner-email'Matthew Somerville2019-12-09-0/+2
|\
| * Add warning message at top of staging site emails.Matthew Somerville2019-12-05-0/+2
| |
* | Switch to default-escaped in email templates.Matthew Somerville2019-12-09-6/+50
| | | | | | | | | | We add a way to process a template with no auto-escaping, that can be used for the text parts of emails, and mark various HTML output as safe.
* | Switch to default-escaped in templates.Matthew Somerville2019-12-09-24/+485
|/ | | | | | | This means any variable used in a template is automatically HTML-escaped, unless it is marked as safe either in code by using a SafeString, or in the template with the `mark_safe` function or the `safe` filter.
* [Peterborough] add title length restrictionStruan Donald2019-12-03-0/+8
| | | | Fixes mysociety/fixmystreet-freshdesk#102
* Merge branch 'mysociety-delivery' of git://github.com/Sambruk/fixmystreetMatthew Somerville2019-11-29-0/+4
|\
| * [FixaMinGata] Configuration of new/changed functionality in v2.6Joe Siltberg2019-11-26-0/+4
| |
* | Merge branch 'peterborough-mastermap-intergration'Chris Mytton2019-11-28-5/+6
|\ \
| * | [Bexley] Switch to use MasterMap map typeChris Mytton2019-11-27-40/+1
| | | | | | | | | | | | | | | | | | Now that both Peterborough and Bexley are using MasterMap data we can combine them into a single "MasterMap" map type to reduce code duplication.
| * | [Peterborough] Add OS MasterMap map tilesChris Mytton2019-11-27-0/+40
| | | | | | | | | | | | | | | This adds a new "MasterMap" map type which uses tiles from Tilma to display MasterMap data.
* | | [UK] Updates disallowed template work out message.Matthew Somerville2019-11-27-4/+11
|/ /
* | add bodies_id to stash for around and report/newStruan Donald2019-11-26-0/+2
| | | | | | | | | | | | | | | | This resolved the problem of checking user body permissions on both around and report/new by adding a variable to stash specifically for this purpose. Previously staff users could not see the mark private tick if the report form was loaded via javascript from the around page as there was no bodies variable in the stash.
* | pass cobrand name to state display from alert scriptStruan Donald2019-11-26-1/+1
|/ | | | | This was passing the cobrand object so the checks in State::display that were relying on the moniker were not working.
* Merge branch 'peterborough-include-email-categories-on-cobrand'Struan Donald2019-11-25-13/+0
|\
| * [Peterborough] Include email categories on cobrandChris Mytton2019-11-22-13/+0
| | | | | | | | They've requested that these be added to the cobrand now.
* | Merge branch 'csp-uk'Matthew Somerville2019-11-25-11/+23
|\ \
| * | [UK] Uses a feature to allow per-cobrand CSP.Matthew Somerville2019-11-25-10/+5
| | |
| * | Add configuration for setting CSP header.Matthew Somerville2019-11-25-1/+18
| |/ | | | | | | | | | | This allows you to output a working Content-Security-Policy header, with optional third-party domains, by setting a new CONTENT_SECURITY_POLICY configuration option.
* | Merge branch 'qr-code-generator'Matthew Somerville2019-11-25-6/+33
|\ \
| * | Switch to internal QR code generator.Matthew Somerville2019-11-23-6/+33
| | |
* | | [Oxfordshire] re-enable inspector permissionsStruan Donald2019-11-22-7/+0
|/ / | | | | | | | | Re-enable the inspector permissions that were disabled at a cobrand level
* / Rotate session ID after successful login.Matthew Somerville2019-11-22-3/+6
|/
* [UK] Updates only by reporter on open reports confMatthew Somerville2019-11-19-4/+10
|
* Recheck cached front page details against databaseMatthew Somerville2019-11-18-4/+7
| | | | | It was only checking the cached details, so not spotting if a report had been hidden in the time since being cached.
* Remove cached photos before updating db field.Matthew Somerville2019-11-18-2/+2
| | | | | If the photo field is updated first, then the cache removal doesn't think there are any photos to remove.
* Merge branch 'issues/freshdesk/98-staff-ignore-emergency-message'Struan Donald2019-11-15-0/+13
|\
| * allow staff to submit in disabled categoriesStruan Donald2019-11-15-0/+13
| | | | | | | | | | | | | | If a user belongs to a body override the disabled form check upon submission as mostly staff users can submit in those categories. Fixes mysociety/fixmystreet-freshdesk#98
* | Merge branch 'rss-fix-greenwich'Matthew Somerville2019-11-15-5/+5
|\ \
| * | [UK] Fix Greenwich RSS feed.Matthew Somerville2019-11-15-5/+5
| |/
* / Add cobrand-specific XSL to RSS feeds.Matthew Somerville2019-11-15-0/+15
|/
* Merge branch 'bexley-reviewed'Matthew Somerville2019-11-13-13/+32
|\
| * [Bexley] Provide Confirm parameters required.Matthew Somerville2019-11-13-13/+32
| |
* | Merge branch 'cheshire-east-reviewed'Matthew Somerville2019-11-10-0/+139
|\ \ | |/ |/|