summaryrefslogtreecommitdiffstats
path: root/client/components/settings/peopleBody.jade
Commit message (Collapse)AuthorAgeFilesLines
* - Fix critical and moderate security vulnerabilities reported at 2020-02-26 withLauri Ojansivu2020-03-011-2/+2
| | | | | | | | | | | | | responsible disclosure by [Dejan Zelic](https://twitter.com/dejandayoff), Justin Benjamin and others at [Offensive Security](https://twitter.com/offsectraining), that follow standard 90 days before public disclosure. Thanks to xet7. - Fix webhook error that prevented some card etc deleting from web UI of board. Thanks to xet7. - Add some more Font Awesome icons. Thanks to xet7. - Remove autofocus from many form input boxes so that they would not cause warnings. Thanks to xet7.
* Create New User in Admin Panel. Works, but does not save fullname yet,Lauri Ojansivu2020-02-221-0/+52
| | | | | | | | so currently it's needed to edit add fullname later. Thanks to xet7 ! Related #802
* Add more Font Awesome icons. This was originally addedLauri Ojansivu2020-01-031-3/+10
| | | | | | | at Wekan v3.58, removed at Wekan v3.60, and now added back at Wekan v3.61. Thanks to xet7 !
* Revert to Wekan v3.57 version of client and models directories,Lauri Ojansivu2020-01-031-10/+3
| | | | | | | removing Worker role temporarily, because Worker role changes broke saving card. Thanks to xet7 !
* Add Worker role.Lauri Ojansivu2020-01-031-3/+10
| | | | | | | | | Add more Font Awesome icons. Fix browser console errors when editing user profile name etc. Thanks to xet7 ! Closes #2788
* Visual difference for inactive user in Administration: strikethrough.Lauri Ojansivu2019-12-201-15/+44
| | | | | | Thanks to hever and xet7 ! Closes #2860
* Make Save button visible again at Admin Panel People Edit.Lauri Ojansivu2019-08-071-2/+2
| | | | | | Thanks to sclerc-chss and xet7 ! Related #2590
* Hide delete button until someone has time to fix it.Lauri Ojansivu2019-08-061-4/+4
|
* Delete user featureguillaume2019-04-261-1/+4
|
* Change enter => searchLauri Ojansivu2019-04-201-1/+1
|
* Number of usersguillaume2019-04-191-3/+6
|
* Search user in admin panelguillaume2019-04-191-2/+4
|
* add ldap support | simplify authenticationsguillaume2018-10-091-3/+19
|
* Allow admin to change user password in admin panelThuan Pham Quoc2017-12-011-3/+4
|
* Make Admin Panel People page text translateableLauri Ojansivu2017-11-191-14/+14
|
* Added pagination to people management in admin panelThuan Pham Quoc2017-11-081-4/+9
|
* Added edit user from admin panelThuan Pham Quoc2017-11-071-14/+62
|
* Added people list in admin panel , just raw data right now, will add more ↵Thuan Pham Quoc2017-11-071-0/+36
features soon