aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+signup/+register/register.component.html
Commit message (Collapse)AuthorAgeFilesLines
* Improve login page UIChocobozzz2022-06-151-2/+2
|
* Redesign register stepsChocobozzz2022-06-151-37/+94
|
* Fix various typosluz paz2022-06-071-1/+1
| | | Found via `codespell -q 3 -S ./CREDITS.md,./CHANGELOG.md,./client/src/locale,./yarn.lock,./client/yarn.lock -L doubleclick,followings,nd,ot,ro,serie,splitted,tread,truthy`
* Plugins can add custom instance infoboxChocobozzz2022-01-201-1/+4
|
* Add message if registration is disabledChocobozzz2021-10-291-48/+54
|
* Implemented configurable minimum signup agePoslovitch2021-05-281-0/+1
| | | | | | | | | | | | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3612 Fixed lint and removed debug Fixed another lint error Apply suggestions from code review Co-authored-by: Chocobozzz <chocobozzz@cpy.re> Add tests for min signup age config
* add previous button to registration form, with alignmentRigel Kent2020-12-091-3/+3
|
* improvements to login and sign-up pages (#3357)Kimsible2020-12-071-61/+16
| | | | | | | | | | | | | | | | | | * New login form ui * Move InstanceAboutAccordion to shared components * Update closed registration alert text * Add alert for opened registration and move them bellow login form * Adjust flex block on signup and login views * Replace toggle accordion with expand on links in signup and login + scrollTo * Improve display of login alerts * Fix missing Component suffix * Define min-width instance-information block sign-up and login for mobile screens * Add ability to select specific panels in instanceAboutAccorddion * Add instance title and short-description to common instanceAboutAccordion * Clarify title alert in login page * Add step terms for signup Co-authored-by: kimsible <kimsible@users.noreply.github.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* register: hide channel step if upload quota is 0kontrollanten2020-12-031-2/+4
| | | | fix #782
* Some language fixes (#2198)Filip Bengtsson2019-10-231-1/+1
| | | | | | | | | | | | | | * Fix preposition * Fix French colon spacing * Some grammar fixes * Preposition fix * Update signup-success.component.html After suggestion from @frankstrater.
* Merge branch 'release/1.4.0' into developChocobozzz2019-09-051-2/+2
|\
| * Rename signup stepsChocobozzz2019-09-041-2/+2
| |
* | Add about information in registration pageChocobozzz2019-09-051-6/+57
|/
* Improve registrationChocobozzz2019-06-071-0/+6
| | | | | | | * Add ability to set the user display name * Use display name to guess the username/channel name * Add explanations about what is the purpose of a username/channel name * Add a loader at the "done" step
* Add success icon on registrationChocobozzz2019-05-291-0/+41