Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #1643: fix the way to load the HTML template in 2factor auth | Nicolas LÅ“uillet | 2016-02-04 | 1 | -1/+1 |
| | |||||
* | Fix tests | Jeremy Benoist | 2016-01-31 | 1 | -2/+10 |
| | |||||
* | Update HTML 2FA template | Jeremy Benoist | 2016-01-21 | 1 | -6/+9 |
| | | | | | | Split paragraph in translation Inject wallabag_url for image in HTML template Remove username & password from config_dev.yml (null are already the default value) | ||||
* | CS | Jeremy Benoist | 2016-01-21 | 1 | -2/+0 |
| | |||||
* | Use HTML email for 2FA | Jeremy Benoist | 2016-01-21 | 1 | -10/+10 |
| | | | | Related to #1490 | ||||
* | Use translator interface instead of final class | Jeremy Benoist | 2016-01-17 | 1 | -8/+5 |
| | | | | | | | | | Symfony use a different class when in dev mode and prod mode. Prod loads `Symfony\Bundle\FrameworkBundle\Translation\Translator`. Dev loads `Symfony\Component\Translation\DataCollectorTranslator` to gather information for the debug bar. Fix #1585 | ||||
* | Add custom email for 2FA | Jeremy Benoist | 2015-12-29 | 1 | -0/+78 |
Related #1490 |