PeerTube/server/helpers/custom-validators
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 Refractor user quota SQL queries 2018-08-28 18:29:48 +02:00
accounts.ts Add ability to set a name to a channel 2018-08-27 09:41:54 +02:00
feeds.ts feature: initial syndication feeds support 2018-04-17 01:09:06 +02:00
jobs.ts Migrate to bull 2018-07-11 14:00:17 +02:00
misc.ts expliciting type checks and predicates (server only) 2018-07-25 22:01:25 +02:00
search.ts Add advanced search in client 2018-07-24 14:04:05 +02:00
servers.ts Rename Pod -> Server 2017-11-27 19:40:51 +01: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 blacklist reason field 2018-08-14 09:27:18 +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 Add comments controller 2017-12-22 11:29:12 +01:00
video-imports.ts Import torrents with webtorrent 2018-08-08 09:30:31 +02:00
videos.ts Refractor user quota SQL queries 2018-08-28 18:29:48 +02:00
webfinger.ts Add subscriptions endpoints to REST API 2018-08-27 09:41:54 +02:00