Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Clear any categories from user when unsetting from_body | Dave Arter | 2020-01-06 | -0/+24 |
| | | | | This was most likely the cause of #2815. | |||
* | Replace use of FixMyStreet::App with DB in tests. | Matthew Somerville | 2019-11-22 | -6/+6 |
| | ||||
* | Add user admin log page. | Matthew Somerville | 2019-11-08 | -0/+22 |
| | ||||
* | Remove unused inspection required/reputation code. | Matthew Somerville | 2019-10-28 | -1/+0 |
| | ||||
* | Per-test file email addresses. | Matthew Somerville | 2019-10-03 | -4/+4 |
| | ||||
* | Redirect correctly after editing user to remove them from cobrand | Dave Arter | 2019-08-07 | -0/+43 |
| | ||||
* | Add role to users from admin user list page. | Matthew Somerville | 2019-05-28 | -0/+8 |
| | ||||
* | Add role search to users page. | Matthew Somerville | 2019-05-28 | -3/+21 |
| | ||||
* | Show field entries if error on add user form | Matthew Somerville | 2019-05-28 | -0/+1 |
| | ||||
* | Refactor admin body/user functions to own files. | Matthew Somerville | 2019-02-22 | -19/+19 |
| | ||||
* | Allow user to be associated with multiple areas. | Matthew Somerville | 2019-02-14 | -7/+7 |
| | | | | | | Update database to store an array of IDs rather than only one; consequential changes to the admin and the dashboard to allow selection. | |||
* | add report_prefill user permission | Struan Donald | 2018-11-19 | -0/+1 |
| | | | | | | | If set then when the user creates a new body report it will prefill the report title and description with some basic text. For mysociety/freshdesk#23 | |||
* | add default_to_body permission | Struan Donald | 2018-11-19 | -0/+1 |
| | | | | | | | If a user has this permission then the report_as dropdown will default to reporting as the body. For mysociety/freshdesk#23 | |||
* | add report_mark_private permission | Struan Donald | 2018-11-12 | -0/+1 |
| | | | | | | | | Allows user's to see the inspector panel to mark reports as Private, and also to view those non-public reports. Useful for call centre staff who want to record private reports but don't need to other permissions. Fixes mysociety/fixmystreet-commercial#1213 | |||
* | add alert editing to user edit page in admin | Struan Donald | 2018-10-19 | -0/+58 |
| | | | | disable, enable and delete for user alerts on user_edit page | |||
* | add a send login email button to user edit page | Struan Donald | 2018-06-25 | -0/+65 |
| | | | | | | | | | Add a button to the user edit page that sends a login token email to the user. Helpful for user support situations where someone is having trouble logging in. Also for situations where you have added a user and want to get them logged in. Fixes #2041 | |||
* | Use correct created column in problem timeline. | Matthew Somerville | 2018-06-13 | -0/+4 |
| | | | | The User model now also has a created column. | |||
* | Don’t require SMS_AUTHENTICATION to view/edit user email/phone_verified | Dave Arter | 2018-02-07 | -0/+14 |
| | | | | | | | Previously this would force phone_verified to false for all user edits, as well as forcing email_verified to true - which would be the wrong thing to do if the user had been created/verified via the ‘report as another user’ flow. | |||
* | Admin ability to remove user account details. | Matthew Somerville | 2018-02-06 | -0/+16 |
| | ||||
* | Add admin ability to log user out. | Matthew Somerville | 2018-02-06 | -0/+10 |
| | ||||
* | Split up admin test file into many separate files. | Matthew Somerville | 2018-01-31 | -0/+413 |