Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Feature/subject in contact form (#1926) | Nassim Bounouas | 2019-06-21 | 1 | -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 Boniface | 2019-05-17 | 1 | -33/+33 |
| | | | | | | * Allow to control emails prefix and signature with config * Adapt email config according to @Chocobozzz review | ||||
* | Move config in its own file | Chocobozzz | 2019-04-11 | 1 | -21/+22 |
| | |||||
* | Add notification on new instance follower (server side) | Chocobozzz | 2019-04-08 | 1 | -0/+18 |
| | |||||
* | add quarantine videos feature (#1637) | Josh Morel | 2019-04-02 | 1 | -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 type | Chocobozzz | 2019-02-20 | 1 | -1/+11 |
| | | | | Instead of using email job handler payload type | ||||
* | Fix from header in contact form | Chocobozzz | 2019-02-15 | 1 | -6/+12 |
| | |||||
* | Cleanup reset user password by admin | Chocobozzz | 2019-02-11 | 1 | -18/+2 |
| | | | | And add some tests | ||||
* | allow administration to change/reset a user's password | Rigel Kent | 2019-02-11 | 1 | -0/+16 |
| | |||||
* | Implement contact form in the client | Chocobozzz | 2019-01-10 | 1 | -7/+4 |
| | |||||
* | Implement contact form on server side | Chocobozzz | 2019-01-10 | 1 | -2/+21 |
| | |||||
* | Add new follow, mention and user registered notifs | Chocobozzz | 2019-01-09 | 1 | -3/+60 |
| | |||||
* | Add import finished and video published notifs | Chocobozzz | 2019-01-09 | 1 | -0/+61 |
| | |||||
* | Add user notification base code | Chocobozzz | 2019-01-09 | 1 | -42/+74 |
| | |||||
* | Add error when email system is not configured and using the forgot | Chocobozzz | 2018-12-05 | 1 | -0/+7 |
| | | | | password system | ||||
* | add user account email verificiation (#977) | Josh Morel | 2018-08-31 | 1 | -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 error | Rigel Kent | 2018-08-27 | 1 | -1/+1 |
| | |||||
* | Add tests when getting a blacklisted video | Chocobozzz | 2018-08-14 | 1 | -0/+2 |
| | |||||
* | Add blacklist reason field | Chocobozzz | 2018-08-14 | 1 | -0/+49 |
| | |||||
* | Add reason when banning a user | Chocobozzz | 2018-08-08 | 1 | -1/+22 |
| | |||||
* | expliciting type checks and predicates (server only) | Rigel Kent | 2018-07-25 | 1 | -1/+2 |
| | |||||
* | Don't add a dot after the url in forgot password email | Chocobozzz | 2018-04-15 | 1 | -1/+1 |
| | |||||
* | Don't start application until all components were initialized | Chocobozzz | 2018-04-04 | 1 | -0/+2 |
| | |||||
* | Fix error logging | Chocobozzz | 2018-03-26 | 1 | -1/+1 |
| | |||||
* | Add option to disable starttls | Chocobozzz | 2018-03-22 | 1 | -1/+1 |
| | |||||
* | Disable starttls for emails on localhost | Chocobozzz | 2018-03-22 | 1 | -1/+1 |
| | |||||
* | Add logging for emails | Chocobozzz | 2018-03-22 | 1 | -1/+3 |
| | |||||
* | Send an email on video abuse report | Chocobozzz | 2018-02-01 | 1 | -0/+21 |
| | |||||
* | Add tests for emails | Chocobozzz | 2018-01-30 | 1 | -4/+10 |
| | |||||
* | Add ability to reset our password | Chocobozzz | 2018-01-30 | 1 | -0/+106 |