aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emailer.ts
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create send email typeChocobozzz2019-02-201-1/+11
* Fix from header in contact formChocobozzz2019-02-151-6/+12
* Cleanup reset user password by adminChocobozzz2019-02-111-18/+2
* 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
* add user account email verificiation (#977)Josh Morel2018-08-311-0/+17
* 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
* Don't start application until all components were initializedChocobozzz2018-04-041-0/+2
* Fix error loggingChocobozzz2018-03-261-1/+1
* Add option to disable starttlsChocobozzz2018-03-221-1/+1
* Disable starttls for emails on localhostChocobozzz2018-03-221-1/+1
* Add logging for emailsChocobozzz2018-03-221-1/+3
* Send an email on video abuse reportChocobozzz2018-02-011-0/+21
* Add tests for emailsChocobozzz2018-01-301-4/+10
* Add ability to reset our passwordChocobozzz2018-01-301-0/+106