1
0
Fork 0
peertube/server/middlewares/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 Improve video torrent AP object validator 2018-05-11 08:48:20 +02:00
account.ts Only use account name in routes 2018-05-25 10:41:07 +02:00
avatar.ts Cleanup utils helper 2018-08-14 15:28:30 +02:00
config.ts Add import.video.torrent configuration 2018-08-08 09:30:31 +02:00
feeds.ts Add ability to set a name to a channel 2018-08-27 09:41:54 +02:00
follows.ts Add ability to search video channels 2018-08-27 09:41:54 +02: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
oembed.ts Propagate old comment on new follow 2017-12-28 11:16:08 +01:00
pagination.ts Propagate old comment on new follow 2017-12-28 11:16:08 +01:00
search.ts Add ability to search video channels 2018-08-27 09:41:54 +02:00
sort.ts Add ability to search video channels 2018-08-27 09:41:54 +02: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
utils.ts Move sort middleware utils in utils file 2018-03-13 11:28:37 +01: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 Cleanup utils helper 2018-08-14 15:28:30 +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 Handle line feeds in comments 2018-02-20 10:41:11 +01:00
video-imports.ts Cleanup utils helper 2018-08-14 15:28:30 +02:00
videos.ts Add get subscription endpoint 2018-08-27 09:41:54 +02:00
webfinger.ts Add subscriptions endpoints to REST API 2018-08-27 09:41:54 +02:00