aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/emails
Commit message (Collapse)AuthorAgeFilesLines
* fix: emails tests after new design fixesskjnldsv2024-08-063-20/+20
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(mail): Fix big logos in mail templates for OutlookJoas Schilling2024-07-173-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix tests with email templatesCarl Schwan2022-01-182-4/+4
| | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* Fix vsprint parameterRoeland Jago Douma2020-12-031-1/+1
| | | | | | | %2\$; is not valid. On php7 this is just ignored but on php8 it gives an error. %2\$s; works. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix #23357medcloud2020-11-183-6/+6
| | | | Signed-off-by: medcloud <42641918+medcloud@users.noreply.github.com>
* Minor cleanup: php-cs-fixer, tests, interface consistencyBrad Rubenstein2020-09-023-0/+3
| | | | | | | | | | | IMipPlugin.php Removed blank lines to make php-cs-fixer happy. Minor cleanup: bugs found by Psalm static checker IEMailTemplate: The public interface to addBodyListItem also needs to include the new plainIndent parameter. IMipPlugin: Fixes an undefined variable for events that do not have DTEND. Also use explicit string conversion for parameters and properties in several places. The new email template adds an additional blank line before "button" links in plain text, so the tests were fixed to include that additional blank line. Signed-off-by: Brad Rubenstein <brad@wbr.tech>
* Adjust tests to new e-mail layoutSimon Spannagel2020-07-233-6/+6
| | | | Signed-off-by: Simon Spannagel <simonspa@kth.se>
* Fix notification mail testsJan-Christoph Borchardt2020-05-013-138/+117
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix mailer testRoeland Jago Douma2020-04-171-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix testsMorris Jobke2020-04-172-2/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix email template testsJulius Härtl2018-07-193-6/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Fix email buttons for white themeMorris Jobke2017-12-113-3/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix welcome text for better grammar in themed instancesMorris Jobke2017-11-097-7/+7
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Improve text: 'you have now' -> 'you now have'Leon Klingele2017-09-087-7/+7
| | | | Signed-off-by: Leon Klingele <leon@struktur.de>
* Remove unneeded stylesMorris Jobke2017-07-243-3/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Adjust to height=120Lukas Reschke2017-07-243-3/+3
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Revert "Set max-width of image to 100px in Outlook as well"Lukas Reschke2017-07-243-9/+0
|
* Set max-width of image to 100px in Outlook as wellMorris Jobke2017-07-233-0/+9
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix translationsJoas Schilling2017-04-182-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update email template for lost password emailMorris Jobke2017-04-121-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix unit testsMorris Jobke2017-04-124-4/+8
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Use instance name as alt-textJoas Schilling2017-04-123-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add addBodyButton to add a single button to email templatesMorris Jobke2017-04-122-0/+183
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Allow to set text versions for the plain text emailMorris Jobke2017-04-111-0/+11
| | | | | | * allows different texts for HTML and text version of the email Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-092-2/+2
| | | | | | | | | | | | | * currently there are two ways to access default values: OCP\Defaults or OC_Defaults (which is extended by OCA\Theming\ThemingDefaults) * our code used a mixture of both of them, which made it hard to work on theme values * this extended the public interface with the missing methods and uses them everywhere to only rely on the public interface Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add support for themingLukas Reschke2017-04-073-5/+202
| | | | | | Add support for theming in generated emails and simplify API Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* New layout for welcome emailMorris Jobke2017-04-072-0/+200
* thanks to @espina2 for make this nice design * the button says "Set password" if the admin didn't specified a password Signed-off-by: Morris Jobke <hey@morrisjobke.de>