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 | -2/+2 |
| | |||||
* | CS | Jeremy Benoist | 2016-01-31 | 1 | -1/+1 |
| | |||||
* | Add CraueConfig for internal settings | Jeremy Benoist | 2016-01-31 | 1 | -5/+5 |
| | |||||
* | Update HTML 2FA template | Jeremy Benoist | 2016-01-21 | 1 | -3/+13 |
| | | | | | | 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 | -7/+6 |
| | |||||
* | Use HTML email for 2FA | Jeremy Benoist | 2016-01-21 | 1 | -20/+27 |
| | | | | Related to #1490 | ||||
* | Use translator interface instead of final class | Jeremy Benoist | 2016-01-17 | 1 | -8/+8 |
| | | | | | | | | | 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/+93 |
Related #1490 |