aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/signup
Commit message (Collapse)AuthorAgeFilesLines
* Add success icon on registrationChocobozzz2019-05-2916-636/+0
|
* Multi step registrationChocobozzz2019-05-2914-88/+481
|
* Wait config before loading login/signupChocobozzz2019-04-251-2/+4
|
* Refractor notification serviceChocobozzz2018-12-191-7/+3
| | | | Shorter name and use primeng component
* Put features table in about pageChocobozzz2018-12-051-1/+1
|
* Auto login user on signupChocobozzz2018-11-161-6/+16
|
* Improve message visibility on signupChocobozzz2018-11-162-10/+13
|
* adding minimum signup age conforming to ceiling GPDR ageRigel Kent2018-10-181-1/+1
| | | | | It is not yet configurable and should be made so as GDPR (or other regulations for that matter) can specify other minimum age requirements.
* 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
* replacing placeholder and feature table display improvementRigel Kent2018-08-292-43/+56
|
* Add features table on signupChocobozzz2018-08-283-64/+6
|
* Add ability to set a name to a channelChocobozzz2018-08-273-4/+24
|
* Add "agree to the terms" checkbox in registration formChocobozzz2018-07-253-1/+16
|
* Translate tab headsChocobozzz2018-06-051-1/+0
|
* Handle singular/plurial in signupChocobozzz2018-06-052-19/+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-052-17/+24
|
* Prevent brute force login attackChocobozzz2018-03-291-1/+1
|
* Add initial video quota info in registration formChocobozzz2018-03-283-11/+74
|
* Remove bootstrap effects in register formChocobozzz2018-01-081-3/+3
|
* Move to angular cliChocobozzz2017-12-121-0/+3
|
* Fix dropdown menu in video watchChocobozzz2017-12-071-0/+1
|
* Better error messagesChocobozzz2017-12-061-6/+6
|
* Fix client searchChocobozzz2017-12-051-1/+1
|
* Design signup and login pagesChocobozzz2017-12-053-6/+15
|
* Fix error display on signup pageChocobozzz2017-11-291-1/+1
|
* Display error message in signup page (#128)Andréas Livet2017-11-281-1/+1
|
* 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
|
* Fix page titlesChocobozzz2017-07-061-0/+3
|
* Use typescript standard and lint all filesChocobozzz2017-06-164-36/+36
|
* Client: beautiful watch pageChocobozzz2017-04-261-32/+38
|
* Client: support signupChocobozzz2017-04-105-0/+161