aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Command/ShowUserCommand.php
Commit message (Collapse)AuthorAgeFilesLines
* Enable OTP 2FAJeremy Benoist2019-01-231-1/+2
| | | | | | | | | - Update SchebTwoFactorBundle to version 3 - Enable Google 2fa on the bundle - Disallow ability to use both email and google as 2fa - Update Ocramius Proxy Manager to handle typed function & attributes (from PHP 7) - use `$this->addFlash` shortcut instead of `$this->get('session')->getFlashBag()->add` - update admin to be able to create/reset the 2fa
* CSJeremy Benoist2017-10-091-1/+1
|
* Better rendering for all core commandsNicolas Hart2017-07-291-5/+5
|
* Merge pull request #3291 from nclsHart/show-user-ioJérémy Benoist2017-07-281-10/+13
|\ | | | | Better rendering for show user command using symfony style
| * Better rendering for show user command using symfony styleNicolas Hart2017-07-271-10/+13
| |
* | Remove unused method getDoctrine in several commandsNicolas Hart2017-07-271-5/+0
|/
* Fix getContainer in commandJeremy Benoist2017-06-211-1/+1
|
* User existing service instead of getDoctrineJeremy Benoist2017-06-211-1/+1
|
* Fix reviewThomas Citharel2017-06-041-3/+3
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add show user commandThomas Citharel2017-06-021-0/+77
Signed-off-by: Thomas Citharel <tcit@tcit.fr>