aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Mail/IEMailTemplate.php
Commit message (Expand)AuthorAgeFilesLines
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* fix parameter type hint in phpdocArthur Schiwon2021-09-091-1/+1
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+1
* Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-071-0/+1
* Minor cleanup: php-cs-fixer, tests, interface consistencyBrad Rubenstein2020-09-021-1/+2
* Provide the proper language to the mailerRoeland Jago Douma2020-04-161-1/+2
* Update license headersChristoph Wurst2019-12-051-2/+4
* Fix commentsRoeland Jago Douma2018-03-051-3/+3
* Fix testsRoeland Jago Douma2018-03-051-1/+1
* Make \OCP\Mail strictRoeland Jago Douma2018-03-051-10/+11
* Add info also to public interfaceJoas Schilling2018-02-161-6/+6
* Fix welcome text for better grammar in themed instancesMorris Jobke2017-11-091-1/+1
* Update license headersMorris Jobke2017-11-061-0/+3
* Allow templating of email subjectsJoas Schilling2017-10-181-0/+18
* Improve text: 'you have now' -> 'you now have'Leon Klingele2017-09-081-1/+1
* Merge setMetaData into constructorJoas Schilling2017-09-041-6/+0
* Add meta information to emails for better customisationJoas Schilling2017-08-241-0/+7
* Stricter phan config fixesLukas Reschke2017-08-011-1/+1
* Allow meta info and iconsJoas Schilling2017-04-251-2/+6
* Add lists to HTML emailsJoas Schilling2017-04-241-0/+10
* Rename renderHTML to renderHtmlMorris Jobke2017-04-191-2/+2
* Fix translationsJoas Schilling2017-04-181-1/+1
* Update email template for lost password emailMorris Jobke2017-04-121-1/+3
* No newlines when heading is emptyJoas Schilling2017-04-121-1/+2
* Don't duplicate the sentence with the headerJoas Schilling2017-04-121-1/+2
* Properly escape heading, body and button textMorris Jobke2017-04-121-1/+1
* Add addBodyButton to add a single button to email templatesMorris Jobke2017-04-121-0/+10
* Allow to set text versions for the plain text emailMorris Jobke2017-04-111-3/+7
* Remove constructor from interfaceLukas Reschke2017-04-111-11/+0
* Add IEMailTemplate to public OCP APILukas Reschke2017-04-111-0/+128