aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/signup/signup.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Refractor notification serviceChocobozzz2018-12-191-7/+3
| | | | Shorter name and use primeng component
* Auto login user on signupChocobozzz2018-11-161-6/+16
|
* Improve message visibility on signupChocobozzz2018-11-161-9/+11
|
* remove unused importsBO412018-09-221-2/+0
|
* add user account email verificiation (#977)Josh Morel2018-08-311-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Add features table on signupChocobozzz2018-08-281-43/+0
|
* Add ability to set a name to a channelChocobozzz2018-08-271-0/+4
|
* Add "agree to the terms" checkbox in registration formChocobozzz2018-07-251-1/+2
|
* Translate tab headsChocobozzz2018-06-051-1/+0
|
* Handle singular/plurial in signupChocobozzz2018-06-051-15/+16
|
* Add form validator translationsChocobozzz2018-06-051-5/+5
|
* Form validators refractoringChocobozzz2018-06-051-25/+7
|
* Fix i18n in componentsChocobozzz2018-06-051-4/+4
|
* Add frenchChocobozzz2018-06-051-1/+1
|
* Add i18n attributesChocobozzz2018-06-051-6/+13
|
* Prevent brute force login attackChocobozzz2018-03-291-1/+1
|
* Add initial video quota info in registration formChocobozzz2018-03-281-11/+46
|
* Design signup and login pagesChocobozzz2017-12-051-1/+2
|
* Fix error messages on client formsChocobozzz2017-11-041-1/+1
|
* err.text -> errChocobozzz2017-09-141-1/+1
|
* Better typescript typing for a better worldChocobozzz2017-07-101-3/+4
|
* Use typescript standard and lint all filesChocobozzz2017-06-161-25/+25
|
* Client: support signupChocobozzz2017-04-101-0/+72