Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Merge branch 'admin-auditing' | Matthew Somerville | 2019-11-10 | -682/+852 |
|\ | ||||
| * | Add user admin log page. | Matthew Somerville | 2019-11-08 | -0/+107 |
| | | ||||
| * | Store a moderation history on admin report edit. | Matthew Somerville | 2019-11-08 | -1/+16 |
| | | ||||
| * | Add admin log entry for more objects and things. | Matthew Somerville | 2019-11-08 | -17/+21 |
| | | | | | | | | | | Namely templates, roles, bodies, categories, various user edits, and when using the inspect form and changing category. | |||
| * | Ignore empty paragraphs in html_para. | Matthew Somerville | 2019-11-08 | -2/+3 |
| | | | | | | | | And do not generate them needlessly. | |||
| * | Refactor user controller to use chained action. | Matthew Somerville | 2019-11-08 | -9/+14 |
| | | ||||
| * | Factor out admin reports code to own controller. | Matthew Somerville | 2019-11-08 | -495/+517 |
| | | ||||
| * | Factor out admin template code to own controller. | Matthew Somerville | 2019-11-08 | -160/+176 |
| | | ||||
* | | Store email addresses report sent to on the report | Matthew Somerville | 2019-11-10 | -0/+7 |
|/ | ||||
* | Fix about template name being passed as username. | Matthew Somerville | 2019-11-06 | -1/+1 |
| | | | | | As this detach() comes from an action with an argument, that argument then got picked up as the override username. | |||
* | Fix password reset on 2FA accounts again. | Matthew Somerville | 2019-11-05 | -2/+5 |
| | | | | | | Just after fixing it, 3d593bc68 broke it again, because it took anyone who must have 2FA switched on to the must-have-2FA sign up flow, even if they already had 2FA set up. | |||
* | Merge branch 'password-expiry' | Matthew Somerville | 2019-11-05 | -3/+53 |
|\ | ||||
| * | Add optional enforced password expiry. | Matthew Somerville | 2019-11-04 | -2/+43 |
| | | ||||
| * | Record time of password change. | Matthew Somerville | 2019-11-04 | -1/+10 |
| | | ||||
* | | [Peterborough] Disable questionnaires | Chris Mytton | 2019-11-01 | -0/+2 |
| | | ||||
* | | Merge branch 'remove-extra-cat-heading' | Matthew Somerville | 2019-10-31 | -14/+44 |
|\ \ | |/ |/| | ||||
| * | Sort reporting categories in display order. | Matthew Somerville | 2019-10-31 | -13/+43 |
| | | ||||
| * | Do not output empty disable_form hash in ajax call. | Matthew Somerville | 2019-10-29 | -1/+1 |
| | | ||||
* | | Merge branch '2fa-improvements' | Matthew Somerville | 2019-10-31 | -115/+110 |
|\ \ | ||||
| * | | If 2FA enforced, do it for an email login as well. | Matthew Somerville | 2019-10-30 | -0/+31 |
| | | | ||||
| * | | Fix password reset on 2FA accounts. | Matthew Somerville | 2019-10-30 | -4/+21 |
| | | | ||||
| * | | [UK] Mandate 2FA on superusers. | Matthew Somerville | 2019-10-30 | -0/+6 |
| | | | ||||
| * | | Allow enforcement of 2FA for staff users. | Matthew Somerville | 2019-10-30 | -0/+6 |
| | | | ||||
| * | | Require code to be entered when activating 2FA. | Matthew Somerville | 2019-10-28 | -10/+42 |
| | | | ||||
| * | | Allow non-superusers to store 2FA secrets. | Matthew Somerville | 2019-10-28 | -6/+6 |
| | | | ||||
| * | | Remove unused inspection required/reputation code. | Matthew Somerville | 2019-10-28 | -97/+0 |
| | | | ||||
* | | | [Mobile] Make sure disable message findable by app | Matthew Somerville | 2019-10-30 | -5/+17 |
| |/ |/| | | | | | | | | | | | | | | | | | The mobile app is looking at the old extra.datatype_description location rather than the new disable_form location for per-question disabling (it does look there for all-category disabling). So we need to make sure the JSON includes the message in the place where it will be looking. Note if an extra data question has two answers that disable the form and they have different messaging, the app will only take one of them. | |||
* | | [UK] Fix couple of test warnings. | Matthew Somerville | 2019-10-28 | -2/+2 |
| | | | | | | | | Confirm phone validation, Westminster test name, BANES undef. | |||
* | | [UK] Factor out Confirm open311_config to role. | Matthew Somerville | 2019-10-28 | -157/+58 |
|/ | ||||
* | Merge remote-tracking branch 'origin/master' | Matthew Somerville | 2019-10-28 | -0/+20 |
|\ | ||||
| * | add a get_extra_field method to Extra role | Struan Donald | 2019-10-28 | -0/+20 |
| | | | | | | | | | | accepts name or code for finding the field. Useful for checking for individual open311 fields that don't have a value. | |||
* | | [BANES] Override category display name. | Matthew Somerville | 2019-10-25 | -2/+16 |
| | | ||||
* | | Allow cobrands to override category display. | Matthew Somerville | 2019-10-25 | -20/+25 |
| | | ||||
* | | Allow editing of category name. | Matthew Somerville | 2019-10-25 | -1/+17 |
| | | ||||
* | | Make contact edit note optional on staging sites. | Matthew Somerville | 2019-10-25 | -1/+1 |
| | | ||||
* | | Refactor admin body creation/editing together. | Matthew Somerville | 2019-10-25 | -153/+154 |
|/ | ||||
* | [Peterborough] Exclude email categories from cobrand | Dave Arter | 2019-10-21 | -0/+13 |
| | ||||
* | [Peterborough] Add USRN/site_code lookup | Dave Arter | 2019-10-21 | -0/+22 |
| | ||||
* | [Peterborough] Confirm-specific configuration | Dave Arter | 2019-10-21 | -0/+31 |
| | | | | | | - Apply Confirm validation rules - Add admin_user_domain and Confirm-required open311 fields - Prefix Open311 updates with notice that it’s come from FMS | |||
* | [Peterborough] Initial cobrand | Martin Wright | 2019-10-21 | -0/+33 |
| | ||||
* | [fixmystreet.com] Generalise emergency message script. | Matthew Somerville | 2019-10-21 | -0/+2 |
| | ||||
* | [IsleOfWight] do not mention council in not responsible | Struan Donald | 2019-10-18 | -0/+1 |
| | | | | | | Use Island Roads in place of council in not responsible message. Fixes mysociety/fixmystreet-freshdesk#93 | |||
* | Merge branch 'issues/commercial/1538-heatmap' | Matthew Somerville | 2019-10-15 | -154/+190 |
|\ | ||||
| * | Generalise heatmap code to be under /dashboard. | Matthew Somerville | 2019-10-15 | -101/+118 |
| | | ||||
| * | Default dashboard users to cobrand they are on. | Matthew Somerville | 2019-10-14 | -7/+12 |
| | | ||||
| * | Refactor Reports controller a bit. | Matthew Somerville | 2019-10-14 | -54/+76 |
| | | | | | | | | | | Split load_and_group_problems in two, split out category list/map setup, and factor out sort stash setting. No actual changes. | |||
| * | [Isle of Wight] Allow pagination of triaged categories. | Matthew Somerville | 2019-10-14 | -10/+2 |
| | | ||||
* | | Test warnfix on confirmed comments lacking time. | Matthew Somerville | 2019-10-14 | -0/+1 |
| | | ||||
* | | [Bexley] No P1 email on lighting, allow multiple. | Matthew Somerville | 2019-10-11 | -3/+4 |
|/ | ||||
* | [Oxfordshire] Remove defect type front end code. | Matthew Somerville | 2019-10-10 | -21/+0 |
| |