Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-16Update all license headers for Nextcloud 21Christoph Wurst
2020-12-03Fix vsprint parameterRoeland Jago Douma
2020-11-19Fix #23357medcloud
2020-10-31Merge pull request #22373 from nextcloud/fix-example-usage-for-mailerJohn Molakvoæ
2020-10-05Format code to a single space around binary operatorsChristoph Wurst
2020-09-07Update license headers for Nextcloud 20 (again)Christoph Wurst
2020-09-04Merge pull request #17456 from brad2014/feature/brad2014/12391-improve-imip-m...John Molakvoæ
2020-09-02Minor cleanup: php-cs-fixer, tests, interface consistencyBrad Rubenstein
2020-08-24Update the license headers for Nextcloud 20Christoph Wurst
2020-08-23Fix example usagekevin147147
2020-08-20iMIP email improvements (take 2)brad2014
2020-07-23Fix header logo size in notification mailsSimon Spannagel
2020-05-01Fix notification mail testsJan-Christoph Borchardt
2020-04-30Notification mails: Fix some alignment details and remove shadowJan-Christoph Borchardt
2020-04-30Notification mails: Change font to native font stackJan-Christoph Borchardt
2020-04-30Notification mails: Logo bar/box to circle so it stands nicely on its ownJan-Christoph Borchardt
2020-04-30Notification mails: Adjust vertical spacingJan-Christoph Borchardt
2020-04-30Fix notification mails height issue in Nextcloud MailJan-Christoph Borchardt
2020-04-29Update license headers for 19Christoph Wurst
2020-04-25Adhere to EMailTemplate interface in constructor call.Tekhnee
2020-04-17Merge pull request #20447 from liamjack/fix/13287/welcome_emailJohn Molakvoæ
2020-04-16Provide the proper language to the mailerRoeland Jago Douma
2020-04-12Fix #13287 - Increase max-height on button in welcome email templateLiam JACK
2020-04-10Format control structures, classes, methods and functionChristoph Wurst
2020-04-09Make sure there is exactly one newline after importsChristoph Wurst
2020-03-31Update the license headers for Nextcloud 19Christoph Wurst
2020-03-24Added Hook before Message is sendArne Hamann
2020-03-12Do not use the instance name as user part of from mail addressesJulius Härtl
2019-12-05Update license headersChristoph Wurst
2019-11-22Some php-cs fixesRoeland Jago Douma
2019-02-26changed order of methodsTomasz Paluszkiewicz
2019-02-24fix(EMailTemplate): malformed HTML in some casesTomasz Paluszkiewicz
2018-12-18Addressing comments, array() to []Branko Kokanovic
2018-12-17Addressing comments, count to emptyBranko Kokanovic
2018-12-01Expose Swift Mailer streaming options in config, fixes #12702Branko Kokanovic
2018-11-29Apply patch from @cwiedmann but drop -oi option for pipeCarsten Wiedmann
2018-11-02Fallback to default path is sendmail can't be foundRoeland Jago Douma
2018-11-02Mailer: discover sendmail path instead of hardcoding it to /usr/sbin/sendmailFlorian Klink
2018-10-31Fix bug #12151: fix list formatting by correcting malformed htmlbrad2014
2018-07-19Use index for format string parametersJulius Härtl
2018-07-19EMailTemplate: Move background color of buttons to the table to fix rendering...Julius Härtl
2018-07-04Swift to \Swift_Mailer as abstractionRoeland Jago Douma
2018-07-04Make swift 6 compatibleRoeland Jago Douma
2018-04-16Provide an option to disable HTML emailsMorris Jobke
2018-04-06Do not convert email addresses with idn_to_ascii if INTL_IDNA_VARIANT_UTS46 i...Jared Boone
2018-03-05Fix commentsRoeland Jago Douma
2018-03-05Fix testsRoeland Jago Douma
2018-03-05Make \OCP\Mail strictRoeland Jago Douma
2018-02-15Allow custom HTML in HTML EmailsJoas Schilling
2017-12-11Fix email buttons for white themeMorris Jobke