1
0
Fork 0
peertube/server/tests/api/check-params
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
..
accounts.ts Only use account name in routes 2018-05-25 10:41:07 +02:00
config.ts add user account email verificiation (#977) 2018-08-31 09:18:19 +02:00
follows.ts Increase tests timeout 2018-01-18 18:10:45 +01:00
index.ts Add subscriptions endpoints to REST API 2018-08-27 09:41:54 +02:00
jobs.ts Move job queue to redis 2018-01-25 18:41:17 +01:00
search.ts Search video channel handle/uri 2018-08-27 09:41:54 +02:00
services.ts Improve check users parameters tests 2017-12-28 15:25:31 +01:00
user-subscriptions.ts Add ability to search video channels 2018-08-27 09:41:54 +02:00
users.ts add user account email verificiation (#977) 2018-08-31 09:18:19 +02:00
video-abuses.ts Add state and moderationComment for abuses on server side 2018-08-10 16:54:01 +02:00
video-blacklist.ts Add tests when getting a blacklisted video 2018-08-14 09:27:19 +02:00
video-captions.ts Fix caption upload on Mac OS 2018-08-06 11:45:24 +02:00
video-channels.ts Add ability to set a name to a channel 2018-08-27 09:41:54 +02:00
video-comments.ts Fix check comments params unit tests 2018-03-26 09:48:20 +02:00
video-imports.ts Fix tests 2018-08-27 09:41:54 +02:00
videos.ts Add ability to search a video with an URL 2018-08-27 09:41:54 +02:00