aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/Controller/ManageController.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove unknown validation_groupsJeremy Benoist2017-05-301-3/+1
| | | | The Profile validation_groups does not exist and then for validation to be skipped (like password length)
* Merged list and search methodsNicolas Lœuillet2017-05-021-56/+16
|
* rename index to listThomas Citharel2017-05-021-1/+1
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add paginationThomas Citharel2017-05-021-7/+36
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add filter to users management pageThomas Citharel2017-05-021-0/+42
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add users management UIJeremy Benoist2016-10-021-0/+149
- remove the “add a user” from the config page - add a CRUD on user - fix some missing translations (+ bad indentation)