aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/Mailer
Commit message (Collapse)AuthorAgeFilesLines
* Inject parameter instead of serviceJeremy Benoist2016-10-301-5/+5
| | | | | We are injecting CraueConfig service when we only need to retrieve one or two values from it. Instead I discovered we can directly inject a value from a service in the service definition!
* Convert array + phpDocJeremy Benoist2016-04-121-1/+1
| | | | 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-2/+2
|
* CSJeremy Benoist2016-01-311-1/+1
|
* Add CraueConfig for internal settingsJeremy Benoist2016-01-311-5/+5
|
* Update HTML 2FA templateJeremy Benoist2016-01-211-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)
* CSJeremy Benoist2016-01-211-7/+6
|
* Use HTML email for 2FAJeremy Benoist2016-01-211-20/+27
| | | | Related to #1490
* Use translator interface instead of final classJeremy Benoist2016-01-171-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 2FAJeremy Benoist2015-12-291-0/+93
Related #1490