summaryrefslogtreecommitdiffstats
path: root/client/components/settings/peopleBody.js
Commit message (Collapse)AuthorAgeFilesLines
* Create New User in Admin Panel. Works, but does not save fullname yet,Lauri Ojansivu2020-02-221-0/+95
| | | | | | | | so currently it's needed to edit add fullname later. Thanks to xet7 ! Related #802
* Patch admin search featureguillaume2019-08-301-2/+2
|
* add popup to confirm deleting one accountguillaume2019-07-301-2/+2
|
* Prettier & eslint project style updateJustin Reynolds2019-06-281-51/+69
|
* Delete user featureguillaume2019-04-261-0/+9
|
* fix lintsguillaume2019-04-191-8/+7
|
* Number of usersguillaume2019-04-191-14/+28
|
* Search user in admin panelguillaume2019-04-191-1/+22
|
* Fix lint errors.Lauri Ojansivu2018-10-091-4/+4
|
* add ldap support | simplify authenticationsguillaume2018-10-091-0/+31
|
* Allow admin to change user password in admin panelThuan Pham Quoc2017-12-011-6/+8
|
* Added update all user profile from admin panelThuan Pham Quoc2017-11-081-15/+24
|
* Added pagination to people management in admin panelThuan Pham Quoc2017-11-081-1/+37
|
* Added edit user from admin panelThuan Pham Quoc2017-11-071-8/+93
|
* Added people list in admin panel , just raw data right now, will add more ↵Thuan Pham Quoc2017-11-071-0/+26
features soon