aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+signup/+register
Commit message (Collapse)AuthorAgeFilesLines
* Move to sass moduleChocobozzz2021-06-282-5/+6
|
* Move to sass @useChocobozzz2021-06-282-4/+4
|
* Bidi supportChocobozzz2021-06-071-2/+2
|
* 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-271-2/+1
| | | | Unmaintained
* Move to stylelintChocobozzz2021-04-281-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-121-1/+1
| | | | fixes #3222
* We don't need services anymore for validatorsChocobozzz2020-08-172-13/+19
|
* Use localize for page titlesChocobozzz2020-08-171-1/+1
|
* 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-235-32/+26
|
* 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-021-3/+3
|
* 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 :)
* text rewordingDontUseGithub2020-02-031-1/+1
| | | | | | | | | > The username is a unique identifier of your account on this and all the other instances. this is true if we consider "john@domain.com" as "an account". If by "an account" you only mean "john" then the text needs to be changed to something like: > The username is a unique identifier of your account on this instances. 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 :)
* Accessibility fixes for #2149Rigel Kent2020-01-211-1/+1
|
* Lazy load static objectsChocobozzz2019-12-182-3/+9
|
* Fix buildChocobozzz2019-12-061-0/+1
|
* (plugins) adding signup scope and init hook, modifying ↵Rigel Kent2019-11-251-2/+9
| | | | ensureUserRegistrationAllowed allowedParams
* 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.
* Add missing translation tagsChocobozzz2019-09-181-1/+1
|
* 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-056-22/+153
|/
* Use ::ng-deep instead of /deep/Chocobozzz2019-07-251-1/+1
|
* Improve registrationChocobozzz2019-06-076-23/+108
| | | | | | | * 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-2912-0/+540