PeerTube/client/src
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
..
app add user account email verificiation (#977) 2018-08-31 09:18:19 +02:00
assets Add features table on signup 2018-08-28 17:39:29 +02:00
environments Fix change detection in app component 2018-05-22 09:42:05 +02:00
locale Add portuguese and swedish languages 2018-08-27 11:20:06 +02:00
sass watch view visual tweaks and search/comment placeholder dismiss on focus (#983) 2018-08-30 11:15:22 +02:00
shims Replace angular-cli patch with something less risky (#742) 2018-06-28 15:53:04 +02:00
standalone Translate subtitle langs in player 2018-08-16 10:48:35 +02:00
hmr.ts Add hmr 2017-12-12 14:45:42 +01:00
index.html Render CSS/title/description tags on server side 2018-07-18 10:00:37 +02:00
main.ts Fix dev locale 2018-08-27 09:41:54 +02:00
manifest.json Register service worker 2018-02-22 14:15:23 +01:00
ngsw-config.json Fix refreshing oauth token 2018-05-29 17:16:20 +02:00
polyfills.ts Replace angular-cli patch with something less risky (#742) 2018-06-28 15:53:04 +02:00
tsconfig.app.json Add libs to tsconfig 2018-05-07 10:37:43 +02:00
typings.d.ts Move to angular cli 2017-12-12 10:58:16 +01:00