aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/UserBundle/Mailer/AuthCodeMailerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Use Twig 2.0Jeremy Benoist2019-06-211-1/+3
| | | | `mnapoli/piwik-twig-extension` locked Twig to the 1.10 version. The new version is compatible with Twig 2.0
* Enable OTP 2FAJeremy Benoist2019-01-231-1/+1
| | | | | | | | | - 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
* Enable PHPStanJeremy Benoist2019-01-181-16/+0
| | | | | - Fix error for level 0 & 1 (level 7 has 699 errors...) - Add `updated_at` to site_credential (so the `timestamps()` method applies correctly)
* php-cs-fixerKevin Decherf2018-09-051-1/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Use namespaced PHPUnit classesJeremy Benoist2017-12-181-1/+2
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-2/+2
|
* Fix testsJeremy Benoist2016-10-301-10/+2
|
* Some fixes about upgrade from 2.0.x -> 2.1.0Nicolas LÅ“uillet2016-09-281-1/+1
|
* Jump to Symfony 3.1Jeremy Benoist2016-06-221-0/+84