Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | php-cs-fixer | Kevin Decherf | 2018-09-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Use namespaced PHPUnit classes | Jeremy Benoist | 2017-12-18 | 3 | -3/+6 |
| | |||||
* | Add a real configuration for CS-Fixer | Jeremy Benoist | 2017-07-01 | 4 | -14/+14 |
| | |||||
* | Use a listener to catch auth failure | Jeremy Benoist | 2017-06-09 | 1 | -0/+66 |
| | |||||
* | Remove unknown validation_groups | Jeremy Benoist | 2017-05-30 | 1 | -2/+2 |
| | | | | The Profile validation_groups does not exist and then for validation to be skipped (like password length) | ||||
* | rename index to list | Thomas Citharel | 2017-05-02 | 1 | -5/+5 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Fix tests | Thomas Citharel | 2017-05-02 | 1 | -4/+22 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Add default value for list_mode | Jeremy Benoist | 2016-12-12 | 1 | -0/+2 |
| | |||||
* | Removed FOSUser attributes removed in alpha4 | Nicolas Lœuillet | 2016-11-28 | 1 | -1/+0 |
| | | | | See https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Upgrade.md\#200-alpha3-to-200-alpha4 | ||||
* | Fix tests | Jeremy Benoist | 2016-10-30 | 1 | -10/+2 |
| | |||||
* | Fixed two-factor checkbox display in user admin panel | Nicolas Lœuillet | 2016-10-07 | 1 | -1/+1 |
| | | | | Fix #2380 | ||||
* | Create config even if user is disabled | Jeremy Benoist | 2016-10-04 | 1 | -20/+0 |
| | | | | | When a user register itself AND the wallabag instance is configured to send a confirmation email, the user is disabled when the listener (which create the config) receive the event. There were a check (don't know why) if the user is enabled we create the config. But the user is disabled when confirmation email is actived. | ||||
* | Disabled delete button for the logged user | Jeremy Benoist | 2016-10-02 | 1 | -0/+11 |
| | | | | To avoid some bad things to happen… | ||||
* | Add users management UI | Jeremy Benoist | 2016-10-02 | 1 | -0/+71 |
| | | | | | | - remove the “add a user” from the config page - add a CRUD on user - fix some missing translations (+ bad indentation) | ||||
* | Create user config in one place | Jeremy Benoist | 2016-09-30 | 1 | -0/+93 |
| | | | | | | | | Using a listener, user config is now created when a user: - is created from the command line - register (with or without email confirmation) - is created from the config panel | ||||
* | Some fixes about upgrade from 2.0.x -> 2.1.0 | Nicolas Lœuillet | 2016-09-28 | 1 | -1/+1 |
| | |||||
* | Jump to Symfony 3.1 | Jeremy Benoist | 2016-06-22 | 1 | -0/+84 |