1
0
Fork 0
peertube/server/tests/utils/server
Josh Morel d9eaee3939 add user account email verificiation (#977)
* 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
2018-08-31 09:18:19 +02:00
..
activitypub.ts Tests directories refractor 2017-12-28 13:59:22 +01:00
clients.ts Try to improve production guide 2018-02-16 11:04:12 +01:00
config.ts add user account email verificiation (#977) 2018-08-31 09:18:19 +02:00
follows.ts Improve tests when waiting pending jobs 2018-06-13 10:22:53 +02:00
jobs.ts Bufferize videos views in redis 2018-08-30 15:03:18 +02:00
servers.ts Fix tests 2018-04-18 15:27:33 +02:00
stats.ts Add stats route 2018-02-28 18:04:55 +01:00