summaryrefslogtreecommitdiffstats
path: root/lib/private/Mail/EMailTemplate.php
Commit message (Expand)AuthorAgeFilesLines
* Use the default primary color instead of "randomly" the color of the user tri...Joas Schilling2023-01-301-3/+3
* Use {$var} instead of ${var} for PHP 8.2 compatibilityCôme Chilliet2022-06-141-1/+1
* Increase email main buttons width for non-english languagesacsfer2022-01-131-2/+2
* fix parameter type hint in phpdocArthur Schiwon2021-09-091-1/+1
* mail-template - don't show hyphen if slogan is emptyszaimen2021-06-221-1/+5
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Fix vsprint parameterRoeland Jago Douma2020-12-031-1/+1
* Fix #23357medcloud2020-11-181-2/+2
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-071-0/+1
* Merge pull request #17456 from brad2014/feature/brad2014/12391-improve-imip-m...John Molakvoæ2020-09-041-10/+30
|\
| * Minor cleanup: php-cs-fixer, tests, interface consistencyBrad Rubenstein2020-09-021-5/+7
| * iMIP email improvements (take 2)brad20142020-08-201-6/+24
* | Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-1/+2
|/
* Fix header logo size in notification mailsSimon Spannagel2020-07-231-2/+3
* Fix notification mail testsJan-Christoph Borchardt2020-05-011-1/+2
* Notification mails: Fix some alignment details and remove shadowJan-Christoph Borchardt2020-04-301-4/+4
* Notification mails: Change font to native font stackJan-Christoph Borchardt2020-04-301-42/+42
* Notification mails: Logo bar/box to circle so it stands nicely on its ownJan-Christoph Borchardt2020-04-301-6/+6
* Notification mails: Adjust vertical spacingJan-Christoph Borchardt2020-04-301-8/+1
* Fix notification mails height issue in Nextcloud MailJan-Christoph Borchardt2020-04-301-1/+1
* Update license headers for 19Christoph Wurst2020-04-291-0/+2
* Merge pull request #20447 from liamjack/fix/13287/welcome_emailJohn Molakvoæ2020-04-171-2/+2
|\
| * Fix #13287 - Increase max-height on button in welcome email templateLiam JACK2020-04-121-2/+2
* | Provide the proper language to the mailerRoeland Jago Douma2020-04-161-14/+8
|/
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-4/+2
* 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