aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/Form
Commit message (Collapse)AuthorAgeFilesLines
* Enable OTP 2FAJeremy Benoist2019-01-231-2/+7
| | | | | | | | | - 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
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-5/+5
|
* Add filter to users management pageThomas Citharel2017-05-021-0/+29
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Removed FOSUser attributes removed in alpha4Nicolas Lœuillet2016-11-281-4/+0
| | | | See https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Upgrade.md\#200-alpha3-to-200-alpha4
* Add users management UIJeremy Benoist2016-10-022-0/+119
- remove the “add a user” from the config page - add a CRUD on user - fix some missing translations (+ bad indentation)