Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unknown validation_groups | Jeremy Benoist | 2017-05-30 | 1 | -3/+1 |
| | | | | The Profile validation_groups does not exist and then for validation to be skipped (like password length) | ||||
* | Merged list and search methods | Nicolas Lœuillet | 2017-05-02 | 1 | -56/+16 |
| | |||||
* | rename index to list | Thomas Citharel | 2017-05-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Add pagination | Thomas Citharel | 2017-05-02 | 1 | -7/+36 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Add filter to users management page | Thomas Citharel | 2017-05-02 | 1 | -0/+42 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Add users management UI | Jeremy Benoist | 2016-10-02 | 1 | -0/+149 |
| | | | | | | - remove the “add a user” from the config page - add a CRUD on user - fix some missing translations (+ bad indentation) | ||||
* | CS | Jeremy Benoist | 2016-08-23 | 2 | -2/+2 |
| | |||||
* | Proper parameter name, simplify logic & phpdoc | Thomas Citharel | 2016-08-23 | 2 | -5/+6 |
| | |||||
* | Add option to disable registration | Thomas Citharel | 2016-08-23 | 2 | -0/+38 |
| | |||||
* | Use FOSUserEvents instead of c/p a controller | Jeremy Benoist | 2016-01-21 | 1 | -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 FTW | Jeremy Benoist | 2016-01-15 | 1 | -3/+3 |
| | | | | symfony-upgrade-fixer fix src/Wallabag/ | ||||
* | material design for register/login/recover pages | Nicolas Lœuillet | 2015-10-05 | 1 | -0/+75 |