aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/Tests
Commit message (Collapse)AuthorAgeFilesLines
* Convert array + phpDocJeremy Benoist2016-04-121-2/+2
| | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
* Fix #1643: fix the way to load the HTML template in 2factor authNicolas LÅ“uillet2016-02-041-1/+1
|
* Fix testsJeremy Benoist2016-01-311-2/+10
|
* Update HTML 2FA templateJeremy Benoist2016-01-211-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)
* CSJeremy Benoist2016-01-211-2/+0
|
* Use HTML email for 2FAJeremy Benoist2016-01-211-10/+10
| | | | Related to #1490
* Use translator interface instead of final classJeremy Benoist2016-01-171-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 2FAJeremy Benoist2015-12-291-0/+78
Related #1490