aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+signup
Commit message (Collapse)AuthorAgeFilesLines
* Refactor form reactiveChocobozzz2022-10-074-11/+9
|
* Implement two factor in clientChocobozzz2022-10-071-1/+1
|
* Fix missing i18n on signup labelChocobozzz2022-09-201-1/+1
|
* Registrations typo and css fixesChocobozzz2022-06-282-6/+10
|
* Theme fixesChocobozzz2022-06-281-1/+1
|
* Registration css fixesChocobozzz2022-06-286-8/+13
|
* Handle input error in custom input textChocobozzz2022-06-201-3/+1
|
* Fix typoChocobozzz2022-06-201-1/+1
|
* Cleanup title-page CSSChocobozzz2022-06-163-21/+13
|
* Increase global font sizeChocobozzz2022-06-161-9/+0
|
* Improve login page UIChocobozzz2022-06-152-6/+3
|
* Lighter foreground font colorChocobozzz2022-06-152-2/+2
|
* Redesign register stepsChocobozzz2022-06-1530-362/+708
|
* Rename input toggle hidden to input textChocobozzz2022-06-101-2/+2
| | | | It's more than just an hidden toggle
* Migrate to bootstrap 5Chocobozzz2022-06-105-25/+5
|
* 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`
* Fix signup setp buttons on chromeChocobozzz2022-04-151-0/+6
|
* Split user serviceChocobozzz2022-01-218-24/+29
|
* Plugins can add custom instance infoboxChocobozzz2022-01-201-1/+4
|
* Add message if registration is disabledChocobozzz2021-10-293-48/+65
|
* Add account setup message to welcome alert after signupMs Kimsible2021-08-301-0/+4
|
* Migrate client to eslintChocobozzz2021-08-183-8/+11
|
* Fix client lintChocobozzz2021-08-173-20/+18
|
* Move to sass moduleChocobozzz2021-06-283-7/+8
|
* Move to sass @useChocobozzz2021-06-283-6/+6
|
* Bidi supportChocobozzz2021-06-071-2/+2
|
* Use HTML config when possibleChocobozzz2021-06-041-9/+3
|
* Implemented configurable minimum signup agePoslovitch2021-05-284-2/+8
| | | | | | | | | | | | | | 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
* Remove ngx-metaChocobozzz2021-05-272-5/+2
| | | | Unmaintained
* Move to stylelintChocobozzz2021-04-282-23/+1
|
* Use new doc website linksChocobozzz2021-02-121-1/+1
|
* Fix some accessibility issuesChocobozzz2020-12-221-1/+1
|
* add previous button to registration form, with alignmentRigel Kent2020-12-093-6/+16
|
* improvements to login and sign-up pages (#3357)Kimsible2020-12-0711-174/+153
| | | | | | | | | | | | | | | | | | * 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>
* unify inputs requiring buttons like password inputsRigel Kent2020-12-041-4/+4
|
* register: hide channel step if upload quota is 0kontrollanten2020-12-035-4/+15
| | | | fix #782
* adjust registration form width on mobile (#3274)test2a2020-11-252-6/+17
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* reword unclear sentences, check for grammarRigel Kent2020-11-122-3/+3
| | | | fixes #3222
* We don't need services anymore for validatorsChocobozzz2020-08-173-16/+22
|
* Use localize for page titlesChocobozzz2020-08-172-3/+3
|
* Migrate to $localizeChocobozzz2020-08-143-20/+10
| | | | | | | | | | | | * 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-239-49/+45
|
* Add explicit step and aria-current attribute in register formCaroline Chuong2020-06-101-2/+2
|
* `fitWidth` for `video-miniature`, fluid grid (#2830)Rigel Kent2020-06-092-7/+7
| | | | | | | | | | | | | | | * Fluid abstract video list * normalize timestamp display on miniatures * use grid for abstract-video-list - refactor scss function var to pvar to avoid overriding css variables - move fluid-grid margins to adapt-margin-content-width mixin for maintainability - fix video-miniature-name margin-top on small screen * move sceenratio function in a mixin * display no miniature avatar in channel videos view
* Fix rowsPerPage change, add filter clear button, update video-abuse-list ↵Rigel Kent2020-05-041-0/+4
| | | | search query param dynamically
* Switching to a named filters/single input on video-abuseRigel Kent2020-05-041-4/+0
|
* Use form-control to display box-shadow on form inputs/selects upon focusRigel Kent2020-04-022-4/+4
|
* Media queries to use variables when possibleRigel Kent2020-02-131-1/+1
|
* Rephrase account/channel signup descriptionRigel Kent2020-02-032-2/+2
|
* text rewording (2)DontUseGithub2020-02-031-1/+1
| | | | | | | | | > The channel name is a unique identifier of your channel on this and all the other instances. this is true if we consider "cats@domain.com" as "a channel". If by "a channel" you only mean "cats" then the text needs to be changed to something like: > The channel name is a unique identifier of your channel on this instance. Together with the domain name - it becomes unique across all instances. In any case, English native speakers I'm open to suggestions on how to improve this :)