aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+signup/+register
Commit message (Collapse)AuthorAgeFilesLines
* 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