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