aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Command/ShowUserCommandTest.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
* Better rendering for all core commandsNicolas Hart2017-07-291-4/+4
|
* CSJeremy Benoist2017-06-071-2/+0
|
* Fix reviewThomas Citharel2017-06-041-1/+1
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add show user commandThomas Citharel2017-06-021-0/+95
Signed-off-by: Thomas Citharel <tcit@tcit.fr>