Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |