PeerTube/server/controllers/api
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
..
server Add subscriptions endpoints to REST API 2018-08-27 09:41:54 +02:00
users add user account email verificiation (#977) 2018-08-31 09:18:19 +02:00
videos Bufferize videos views in redis 2018-08-30 15:03:18 +02:00
accounts.ts Fetch outbox when searching an actor 2018-08-27 09:41:54 +02:00
config.ts add user account email verificiation (#977) 2018-08-31 09:18:19 +02:00
index.ts Begin advanced search 2018-07-24 14:04:05 +02:00
jobs.ts Migrate to bull 2018-07-11 14:00:17 +02:00
oauth-clients.ts Propagate old comment on new follow 2017-12-28 11:16:08 +01:00
search.ts Fetch outbox when searching an actor 2018-08-27 09:41:54 +02:00
video-channel.ts Fetch outbox when searching an actor 2018-08-27 09:41:54 +02:00