aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/Controller/ManageController.php
Commit message (Collapse)AuthorAgeFilesLines
* CleanupJeremy Benoist2019-01-231-2/+0
|
* Fix testsJeremy Benoist2019-01-231-51/+19
|
* Enable OTP 2FAJeremy Benoist2019-01-231-10/+57
| | | | | | | | | - 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
* Jump to Symfony 3.4Jeremy Benoist2018-10-041-8/+4
| | | | | | | Thanks to the BC compatibility, almost nothing have to be changed. All changes are related to new bundle version of: - SensioFrameworkExtraBundle - DoctrineFixturesBundle
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-24/+24
|
* Remove unknown validation_groupsJeremy Benoist2017-05-301-3/+1
| | | | The Profile validation_groups does not exist and then for validation to be skipped (like password length)
* Merged list and search methodsNicolas Lœuillet2017-05-021-56/+16
|
* rename index to listThomas Citharel2017-05-021-1/+1
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add paginationThomas Citharel2017-05-021-7/+36
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add filter to users management pageThomas Citharel2017-05-021-0/+42
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add users management UIJeremy Benoist2016-10-021-0/+149
- remove the “add a user” from the config page - add a CRUD on user - fix some missing translations (+ bad indentation)