aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+signup/+register/register.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Implement two factor in clientChocobozzz2022-10-071-1/+1
|
* Registration css fixesChocobozzz2022-06-281-2/+2
|
* Redesign register stepsChocobozzz2022-06-151-17/+36
|
* Split user serviceChocobozzz2022-01-211-4/+5
|
* Add message if registration is disabledChocobozzz2021-10-291-0/+7
|
* Migrate client to eslintChocobozzz2021-08-181-4/+7
|
* Fix client lintChocobozzz2021-08-171-10/+10
|
* Implemented configurable minimum signup agePoslovitch2021-05-281-0/+4
| | | | | | | | | | | | | | 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-2/+3
|
* improvements to login and sign-up pages (#3357)Kimsible2020-12-071-28/+34
| | | | | | | | | | | | | | | | | | * 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-1/+5
| | | | fix #782
* Migrate to $localizeChocobozzz2020-08-141-6/+4
| | | | | | | | | | | | * Remove i18n polyfill to translate things in components * Reduce bundle sizes * Improve runtime perf * Reduce a lot the time to make a full client build * Reduce client build complexity * We don't need a service to translate things anymore (so we will be able to translate title pages etc) Unfortunately we may loose some translations in the migration process. I'll put a message on weblate to notify translators
* Reorganize client shared modulesChocobozzz2020-06-231-10/+6
|
* Lazy load static objectsChocobozzz2019-12-181-2/+8
|
* Fix buildChocobozzz2019-12-061-0/+1
|
* (plugins) adding signup scope and init hook, modifying ↵Rigel Kent2019-11-251-2/+9
| | | | ensureUserRegistrationAllowed allowedParams
* Add about information in registration pageChocobozzz2019-09-051-2/+38
|
* Add success icon on registrationChocobozzz2019-05-291-0/+89