Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [TfL] Server-side red route lookup for new report categories | Dave Arter | 2019-12-12 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | This commit checks the RedRoutes WFS layer on tilma to determine if the point at which a new report is being made is on a TfL red route. The returned categories are then adjusted accordingly: - If on a red route, all TfL categories as well as borough categories specific to street cleaning are returned. - If not on a red route, all borough categories as well as TfL categories that don't require a red route are returned. - This category tweaking doesn't happen on the TfL cobrand, as the JS handles it by signposting users to fixmystreet.com for borough reports. Doing the lookup server side means the app always shows the right categories to the user and prevents them e.g. sending a borough flytipping report to TfL. Fixes https://github.com/mysociety/fixmystreet-commercial/issues/1716 | |||
* | [TfL] Restrict reports on cobrand to post go-live. | Matthew Somerville | 2019-12-09 | -8/+1 |
| | ||||
* | [TfL] Mandate 2FA for non-internal-IP staff users. | Matthew Somerville | 2019-12-09 | -0/+1 |
| | ||||
* | Group categories on response template edit page, if cobrand allows | Dave Arter | 2019-12-09 | -0/+45 |
| | ||||
* | [UK Councils] Ensure response templates owned by other bodies aren’t visible | Dave Arter | 2019-12-09 | -0/+65 |
| | ||||
* | Replace use of FixMyStreet::App with DB in tests. | Matthew Somerville | 2019-11-22 | -1/+1 |
| | ||||
* | Add user admin log page. | Matthew Somerville | 2019-11-08 | -2/+7 |
| | ||||
* | Factor out admin template code to own controller. | Matthew Somerville | 2019-11-08 | -2/+0 |
| | ||||
* | Prevent creation of two templates with same title. | Matthew Somerville | 2019-05-07 | -0/+24 |
| | ||||
* | Add external_status_code to ResponseTemplate admin editing forms | Dave Arter | 2018-03-29 | -0/+51 |
| | ||||
* | Split up admin test file into many separate files. | Matthew Somerville | 2018-01-31 | -0/+183 |