aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emailer.ts
Commit message (Collapse)AuthorAgeFilesLines
* render html/markdown for new comment notification email (#3255)Kimsible2020-11-071-0/+51
| | | | Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* 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
| | | | | | | | | | | | | | | | password (#2479) * Creating a user with an empty password will send an email to let him set his password * Consideration of Chocobozzz's comments * Tips for optional password * API documentation * Fix circular imports * Tests
* Move to eslintcontainChocobozzz2020-02-031-50/+51
|
* Feature/password reset link expiration (#2305)Nassim Bounouas2019-12-181-1/+1
| | | | | | | | | | | | | | | | * #1928 Add a sentence indicating the reset time limit on form and email * #1928 Customizable password reset lifetime * #1928 Add a route to verify reset link and call it on reset form init * Revert "#1928 Customizable password reset lifetime" This reverts commit 0ed97453f8e64e31a723cc6740b251a69a57d658. * #1928 Reset password lifetime hardcoded to one hour * Remove useless modifications for #1928
* 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
| |
* | email object -> email subjectChocobozzz2019-08-221-17/+17
|/
* Feature/subject in contact form (#1926)Nassim Bounouas2019-06-211-2/+2
| | | | | | | | * #1915 Add a subject to contact form and add it to email sent * #1915 Add subject to contact form tests * #1915 Contact form test corrected && tslint correction
* Allow to control emails prefix and signature with config (#1789)Yohan Boniface2019-05-171-33/+33
| | | | | | * Allow to control emails prefix and signature with config * Adapt email config according to @Chocobozzz review
* Move config in its own fileChocobozzz2019-04-111-21/+22
|
* Add notification on new instance follower (server side)Chocobozzz2019-04-081-0/+18
|
* add quarantine videos feature (#1637)Josh Morel2019-04-021-0/+23
| | | | | | | | | | | | | | | | | | | | * add quarantine videos feature * increase Notification settings test timeout to 20000ms. was completing 7000 locally but timing out after 10000 on travis * fix quarantine video test issues -propagate misspelling -remove skip from server/tests/client.ts * WIP use blacklist for moderator video approval instead of video.quarantine boolean * finish auto-blacklist feature
* Create send email typeChocobozzz2019-02-201-1/+11
| | | | Instead of using email job handler payload type
* Fix from header in contact formChocobozzz2019-02-151-6/+12
|
* Cleanup reset user password by adminChocobozzz2019-02-111-18/+2
| | | | And add some tests
* allow administration to change/reset a user's passwordRigel Kent2019-02-111-0/+16
|
* Implement contact form in the clientChocobozzz2019-01-101-7/+4
|
* Implement contact form on server sideChocobozzz2019-01-101-2/+21
|
* Add new follow, mention and user registered notifsChocobozzz2019-01-091-3/+60
|
* Add import finished and video published notifsChocobozzz2019-01-091-0/+61
|
* Add user notification base codeChocobozzz2019-01-091-42/+74
|
* Add error when email system is not configured and using the forgotChocobozzz2018-12-051-0/+7
| | | | password system
* add user account email verificiation (#977)Josh Morel2018-08-311-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * add user account email verificiation includes server and client code to: * enable verificationRequired via custom config * send verification email with registration * ask for verification email * verify via email * prevent login if not verified and required * conditional client links to ask for new verification email * allow login for verified=null these are users created when verification not required should still be able to login when verification is enabled * refactor email verifcation pr * change naming from verified to emailVerified * change naming from askVerifyEmail to askSendVerifyEmail * undo unrelated automatic prettier formatting on api/config * use redirectService for home * remove redundant success notification on email verified * revert test.yaml smpt host
* replace fs by fs-extra to prevent EMFILE errorRigel Kent2018-08-271-1/+1
|
* Add tests when getting a blacklisted videoChocobozzz2018-08-141-0/+2
|
* Add blacklist reason fieldChocobozzz2018-08-141-0/+49
|
* Add reason when banning a userChocobozzz2018-08-081-1/+22
|
* expliciting type checks and predicates (server only)Rigel Kent2018-07-251-1/+2
|
* Don't add a dot after the url in forgot password emailChocobozzz2018-04-151-1/+1
|