summaryrefslogtreecommitdiffstats
path: root/lib/private/Mail/EMailTemplate.php
Commit message (Expand)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-051-1/+7
* changed order of methodsTomasz Paluszkiewicz2019-02-261-1/+1
* fix(EMailTemplate): malformed HTML in some casesTomasz Paluszkiewicz2019-02-241-0/+1
* Fix bug #12151: fix list formatting by correcting malformed htmlbrad20142018-10-301-2/+3
* Use index for format string parametersJulius Härtl2018-07-191-9/+9
* EMailTemplate: Move background color of buttons to the table to fix rendering...Julius Härtl2018-07-191-6/+6
* Fix commentsRoeland Jago Douma2018-03-051-3/+3
* Fix testsRoeland Jago Douma2018-03-051-1/+1
* Make \OCP\Mail strictRoeland Jago Douma2018-03-051-15/+16
* Allow custom HTML in HTML EmailsJoas Schilling2018-02-151-11/+17
* Fix email buttons for white themeMorris Jobke2017-12-111-4/+6
* Update license headersMorris Jobke2017-11-061-1/+3
* Allow templating of email subjectsJoas Schilling2017-10-181-0/+20
* Merge setMetaData into constructorJoas Schilling2017-09-041-11/+5
* Add meta information to emails for better customisationJoas Schilling2017-08-241-0/+16
* Stricter phan config fixesLukas Reschke2017-08-011-1/+1
* Remove unneeded stylesMorris Jobke2017-07-241-1/+1
* Adjust to height=120Lukas Reschke2017-07-241-1/+1
* Revert "Set max-width of image to 100px in Outlook as well"Lukas Reschke2017-07-241-3/+0
* Set max-width of image to 100px in Outlook as wellMorris Jobke2017-07-231-0/+3
* Add function to request SVG or regular fallback imageLukas Reschke2017-05-081-1/+1
* Allow meta info and iconsJoas Schilling2017-04-251-6/+26
* Add lists to HTML emailsJoas Schilling2017-04-241-22/+104
* Rename renderHTML to renderHtmlMorris Jobke2017-04-191-2/+2
* Fix translationsJoas Schilling2017-04-181-2/+2
* Update email template for lost password emailMorris Jobke2017-04-121-2/+13
* No newlines when heading is emptyJoas Schilling2017-04-121-2/+5
* make the plain text footer standard compliant and add a space after '--'. It ...Bjoern Schiessle2017-04-121-1/+1
* Use instance name as alt-textJoas Schilling2017-04-121-2/+2
* Don't duplicate the sentence with the headerJoas Schilling2017-04-121-2/+5
* Properly escape heading, body and button textMorris Jobke2017-04-121-5/+11
* Add addBodyButton to add a single button to email templatesMorris Jobke2017-04-121-0/+64
* Allow to set text versions for the plain text emailMorris Jobke2017-04-111-7/+24
* Add IEMailTemplate to public OCP APILukas Reschke2017-04-111-0/+1
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-091-5/+5
* Add support for themingLukas Reschke2017-04-071-20/+36
* New layout for welcome emailMorris Jobke2017-04-071-0/+392