Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor form reactive | Chocobozzz | 2022-10-07 | 4 | -11/+9 |
| | |||||
* | Implement two factor in client | Chocobozzz | 2022-10-07 | 1 | -1/+1 |
| | |||||
* | Fix missing i18n on signup label | Chocobozzz | 2022-09-20 | 1 | -1/+1 |
| | |||||
* | Registrations typo and css fixes | Chocobozzz | 2022-06-28 | 2 | -6/+10 |
| | |||||
* | Theme fixes | Chocobozzz | 2022-06-28 | 1 | -1/+1 |
| | |||||
* | Registration css fixes | Chocobozzz | 2022-06-28 | 6 | -8/+13 |
| | |||||
* | Handle input error in custom input text | Chocobozzz | 2022-06-20 | 1 | -3/+1 |
| | |||||
* | Fix typo | Chocobozzz | 2022-06-20 | 1 | -1/+1 |
| | |||||
* | Cleanup title-page CSS | Chocobozzz | 2022-06-16 | 3 | -21/+13 |
| | |||||
* | Increase global font size | Chocobozzz | 2022-06-16 | 1 | -9/+0 |
| | |||||
* | Improve login page UI | Chocobozzz | 2022-06-15 | 2 | -6/+3 |
| | |||||
* | Lighter foreground font color | Chocobozzz | 2022-06-15 | 2 | -2/+2 |
| | |||||
* | Redesign register steps | Chocobozzz | 2022-06-15 | 30 | -362/+708 |
| | |||||
* | Rename input toggle hidden to input text | Chocobozzz | 2022-06-10 | 1 | -2/+2 |
| | | | | It's more than just an hidden toggle | ||||
* | Migrate to bootstrap 5 | Chocobozzz | 2022-06-10 | 5 | -25/+5 |
| | |||||
* | Fix various typos | luz paz | 2022-06-07 | 1 | -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 chrome | Chocobozzz | 2022-04-15 | 1 | -0/+6 |
| | |||||
* | Split user service | Chocobozzz | 2022-01-21 | 8 | -24/+29 |
| | |||||
* | Plugins can add custom instance infobox | Chocobozzz | 2022-01-20 | 1 | -1/+4 |
| | |||||
* | Add message if registration is disabled | Chocobozzz | 2021-10-29 | 3 | -48/+65 |
| | |||||
* | Add account setup message to welcome alert after signup | Ms Kimsible | 2021-08-30 | 1 | -0/+4 |
| | |||||
* | Migrate client to eslint | Chocobozzz | 2021-08-18 | 3 | -8/+11 |
| | |||||
* | Fix client lint | Chocobozzz | 2021-08-17 | 3 | -20/+18 |
| | |||||
* | Move to sass module | Chocobozzz | 2021-06-28 | 3 | -7/+8 |
| | |||||
* | Move to sass @use | Chocobozzz | 2021-06-28 | 3 | -6/+6 |
| | |||||
* | Bidi support | Chocobozzz | 2021-06-07 | 1 | -2/+2 |
| | |||||
* | Use HTML config when possible | Chocobozzz | 2021-06-04 | 1 | -9/+3 |
| | |||||
* | Implemented configurable minimum signup age | Poslovitch | 2021-05-28 | 4 | -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-meta | Chocobozzz | 2021-05-27 | 2 | -5/+2 |
| | | | | Unmaintained | ||||
* | Move to stylelint | Chocobozzz | 2021-04-28 | 2 | -23/+1 |
| | |||||
* | Use new doc website links | Chocobozzz | 2021-02-12 | 1 | -1/+1 |
| | |||||
* | Fix some accessibility issues | Chocobozzz | 2020-12-22 | 1 | -1/+1 |
| | |||||
* | add previous button to registration form, with alignment | Rigel Kent | 2020-12-09 | 3 | -6/+16 |
| | |||||
* | improvements to login and sign-up pages (#3357) | Kimsible | 2020-12-07 | 11 | -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 inputs | Rigel Kent | 2020-12-04 | 1 | -4/+4 |
| | |||||
* | register: hide channel step if upload quota is 0 | kontrollanten | 2020-12-03 | 5 | -4/+15 |
| | | | | fix #782 | ||||
* | adjust registration form width on mobile (#3274) | test2a | 2020-11-25 | 2 | -6/+17 |
| | | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> | ||||
* | reword unclear sentences, check for grammar | Rigel Kent | 2020-11-12 | 2 | -3/+3 |
| | | | | fixes #3222 | ||||
* | We don't need services anymore for validators | Chocobozzz | 2020-08-17 | 3 | -16/+22 |
| | |||||
* | Use localize for page titles | Chocobozzz | 2020-08-17 | 2 | -3/+3 |
| | |||||
* | Migrate to $localize | Chocobozzz | 2020-08-14 | 3 | -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 modules | Chocobozzz | 2020-06-23 | 9 | -49/+45 |
| | |||||
* | Add explicit step and aria-current attribute in register form | Caroline Chuong | 2020-06-10 | 1 | -2/+2 |
| | |||||
* | `fitWidth` for `video-miniature`, fluid grid (#2830) | Rigel Kent | 2020-06-09 | 2 | -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 Kent | 2020-05-04 | 1 | -0/+4 |
| | | | | search query param dynamically | ||||
* | Switching to a named filters/single input on video-abuse | Rigel Kent | 2020-05-04 | 1 | -4/+0 |
| | |||||
* | Use form-control to display box-shadow on form inputs/selects upon focus | Rigel Kent | 2020-04-02 | 2 | -4/+4 |
| | |||||
* | Media queries to use variables when possible | Rigel Kent | 2020-02-13 | 1 | -1/+1 |
| | |||||
* | Rephrase account/channel signup description | Rigel Kent | 2020-02-03 | 2 | -2/+2 |
| | |||||
* | text rewording (2) | DontUseGithub | 2020-02-03 | 1 | -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 :) |