aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/Resources/views/Manage
Commit message (Collapse)AuthorAgeFilesLines
* Remove secret from adminJeremy Benoist2019-01-231-6/+0
|
* Enable OTP 2FAJeremy Benoist2019-01-231-3/+14
| | | | | | | | | - 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
* Merged list and search methodsNicolas Lœuillet2017-05-022-16/+13
|
* Fix testsThomas Citharel2017-05-021-1/+1
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add paginationThomas Citharel2017-05-021-1/+7
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add filter to users management pageThomas Citharel2017-05-022-28/+48
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Removed FOSUser attributes removed in alpha4Nicolas Lœuillet2016-11-282-10/+0
| | | | See https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Upgrade.md\#200-alpha3-to-200-alpha4
* Fixed two-factor checkbox display in user admin panelNicolas Lœuillet2016-10-071-1/+1
| | | | Fix #2380
* Disabled delete button for the logged userJeremy Benoist2016-10-021-1/+1
| | | | To avoid some bad things to happen…
* Add users management UIJeremy Benoist2016-10-023-0/+195
- remove the “add a user” from the config page - add a CRUD on user - fix some missing translations (+ bad indentation)