aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/Controller
Commit message (Collapse)AuthorAgeFilesLines
* 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