aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/emailer.ts
Commit message (Collapse)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
| | | | | | | | | | | | | | | | | | | | * 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
|
* 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