aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/Controller
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)
* CSJeremy Benoist2016-08-232-2/+2
|
* Proper parameter name, simplify logic & phpdocThomas Citharel2016-08-232-5/+6
|
* Add option to disable registrationThomas Citharel2016-08-232-0/+38
|
* Use FOSUserEvents instead of c/p a controllerJeremy Benoist2016-01-211-75/+0
| | | | | The `resetAction` was overriden to redirect user to the homepage instead of `fos_user_profile_show`. Instead of copying the whole method we can simply use FOSUserEvents to handle that.
* Symfony Upgrade Fixer FTWJeremy Benoist2016-01-151-3/+3
| | | | symfony-upgrade-fixer fix src/Wallabag/
* material design for register/login/recover pagesNicolas Lœuillet2015-10-051-0/+75