aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/UserBundle/Controller
Commit message (Collapse)AuthorAgeFilesLines
* Remove unknown validation_groupsJeremy Benoist2017-05-301-2/+2
| | | | The Profile validation_groups does not exist and then for validation to be skipped (like password length)
* rename index to listThomas Citharel2017-05-021-5/+5
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Fix testsThomas Citharel2017-05-021-4/+22
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Removed FOSUser attributes removed in alpha4Nicolas Lœuillet2016-11-281-1/+0
| | | | See https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Upgrade.md\#200-alpha3-to-200-alpha4
* Fixed two-factor checkbox display in user admin panelNicolas Lœuillet2016-10-071-1/+1
| | | | Fix #2380
* Disabled delete button for the logged userJeremy Benoist2016-10-021-0/+11
| | | | To avoid some bad things to happen…
* Add users management UIJeremy Benoist2016-10-021-0/+71
- remove the “add a user” from the config page - add a CRUD on user - fix some missing translations (+ bad indentation)