aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/admin/user-form.html
Commit message (Collapse)AuthorAgeLines
* [Oxfordshire] Don't show user reputation on other cobrandsDave Arter2017-02-15-8/+0
|
* [Oxfordshire] Add initials field to admin user edit formDave Arter2017-02-15-0/+1
|
* Update has_body_permission_to to allow superusers.Matthew Somerville2017-01-10-2/+2
|
* Update translation files from source.Matthew Somerville2016-11-08-15/+15
|
* Add UI for assigning categories to a user in adminDave Arter2016-10-28-0/+13
| | | | | - A user can be assigned to any number of its body's categories - The category ids are stored as a list in the user's extra field
* Add all/none UI to user permissionsDave Arter2016-10-28-0/+4
|
* Show admin user edit errors.Matthew Somerville2016-10-26-3/+1
| | | | Fix title if error in adding user. Fixes #1510.
* Merge branch 'issues/forcouncils/36-mobile-inspector-improvements'Matthew Somerville2016-10-04-7/+7
|\
| * Add .btn and .form-control classes to inputsZarino Zappia2016-10-04-7/+7
| |
* | Show current reputation level on user edit pageDave Arter2016-09-23-0/+8
|/
* Add ‘trusted’ flag allowing users to make reports directlyDave Arter2016-09-20-1/+24
| | | | | When a trusted user makes a report in a category that requires inspection, it'll be sent immediately (i.e. without being inspected first).
* [Zurich] Restore admin user edit functionalityDave Arter2016-09-16-2/+2
| | | | | | - Zurich users don't need permission to access user_edit page - from_body can be set to any body by Zurich admin users, not just their own - Don't show the area field on user_edit form
* Improve look of permissions options in user admin.Matthew Somerville2016-09-09-4/+6
|
* Simplify some permissions logic with extra helper methodDave Arter2016-09-08-2/+2
|
* Allow user to have an area assigned in adminDave Arter2016-08-22-2/+23
|
* Allow user permissions to be granted/revoked in adminDave Arter2016-08-17-3/+27
|
* Restrict from_body editing to superusersDave Arter2016-08-17-18/+31
| | | | | | | Superusers can set a user's from_body to any value, but a normal staff user can only set another user's from_body to the same as their own or undefined. This is presented in the UI as a 'staff' tickbox.
* Use normal user authentication to control access to /adminMatthew Somerville2016-07-19-0/+11
| | | | | | | | | - Adds is_superuser flag to User - Logged-in user must be a superuser or have from_body set in order to access anything within /admin - has_permission_to on a superuser will always return true - Only superusers can create/grant superusers - New `createsuperuser` command for creating superusers
* Allow admin to edit user's phone number.Matthew Somerville2016-06-22-2/+6
|
* Improve CSRF tokens and add to more forms.Matthew Somerville2016-06-20-1/+1
|
* Mark users who have moderate permission.Matthew Somerville2015-07-30-1/+2
|
* Rename 'default' web directory to 'base'.Matthew Somerville2014-07-08-0/+56
This should reduce confusion with the Default cobrand and override order.