aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emailer.ts
Commit message (Expand)AuthorAgeFilesLines
* Implement signup approval in serverChocobozzz2023-01-191-7/+47
* Prefer using Object.valuesChocobozzz2022-08-171-3/+2
* Prefer using our pick functionChocobozzz2022-08-171-4/+3
* Use bullmq job dependencyChocobozzz2022-08-091-5/+5
* Don't display errors when SMTP is not configuredChocobozzz2022-07-121-1/+2
* /!\ Use a dedicated config file for developmentChocobozzz2022-07-061-3/+3
* Fix various typosluz paz2022-06-071-1/+1
* Fix email text containing linksChocobozzz2022-04-151-1/+1
* Fix email links displayed twice as textChocobozzz2022-04-151-0/+6
* chore(refactor): remove shared folder dependencies to the serverlutangar2021-12-161-1/+2
* Fix email logger typingsChocobozzz2021-10-111-1/+1
* Refactor notifierChocobozzz2021-08-021-432/+8
* Add sendmail log in serverChocobozzz2021-04-211-1/+2
* render markdown and plainify descriptions on previewsRigel Kent2021-04-131-21/+1
* Add banners supportChocobozzz2021-04-081-1/+1
* Stricter email options typingsChocobozzz2021-03-241-29/+24
* Add new plugin/peertube version notifsChocobozzz2021-03-241-3/+39
* Fix sendmail emailerChocobozzz2021-01-261-48/+45
* emailer: use instance name instead of hostnamekontrollanten2020-12-141-6/+7
* do not crash if SMTP server is downGirish Ramakrishnan2020-12-121-5/+4
* Refactor markdown/sanitize html codeChocobozzz2020-11-171-29/+3
* Reorganize left menu and account menuChocobozzz2020-11-131-1/+1
* Fix email footerChocobozzz2020-11-101-1/+4
* render html/markdown for new comment notification email (#3255)Kimsible2020-11-071-0/+51
* Add migrations for abuse messagesChocobozzz2020-07-311-8/+22
* Add abuse messages/states notificationsChocobozzz2020-07-311-2/+51
* Add server API to abuse messagesChocobozzz2020-07-311-2/+2
* Merge branch 'release/2.3.0' into developChocobozzz2020-07-201-2/+4
|\
| * Fix: display username in password-reset and verify-email notifskimsible2020-07-201-2/+4
* | Add ability to report accountChocobozzz2020-07-101-1/+4
* | Add new abuses testsChocobozzz2020-07-101-0/+1
* | Add migrationsChocobozzz2020-07-101-1/+1
* | Use 3 tables to represent abusesChocobozzz2020-07-101-37/+73
|/
* Split types and typingsChocobozzz2020-06-181-3/+3
* Fix emailsChocobozzz2020-06-021-3/+3
* Switch emails to pug templates and provide richer html/text-only versionsRigel Kent2020-05-081-187/+205
* Avoir some circular dependenciesChocobozzz2020-05-041-12/+2
* Add video channel and video thumbnail, rework video appearance in rowRigel Kent2020-05-011-1/+1
* Fix lint for emailerRigel Kent2020-04-101-1/+1
* Add sendmailIsmaƫl Bouya2020-04-101-25/+41
* Fix emailerChocobozzz2020-02-181-1/+1
* Refactor email enabled functionChocobozzz2020-02-171-3/+3
* Creating a user with an empty password will send an email to let him set his ...John Livingston2020-02-171-0/+16
* Move to eslintcontainChocobozzz2020-02-031-50/+51
* Feature/password reset link expiration (#2305)Nassim Bounouas2019-12-181-1/+1
* Fix email to fieldChocobozzz2019-11-291-8/+10
* Add auto follow back support for instancesChocobozzz2019-09-041-5/+28
* Merge branch 'feature/strong-model-types' into developChocobozzz2019-08-221-21/+17
|\
| * Cleanup model typesChocobozzz2019-08-201-4/+2
| * Stronger model typingsChocobozzz2019-08-191-19/+17