Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Increase global font size | Chocobozzz | 2022-06-16 | 2 | -2/+0 |
| | |||||
* | Redesign register steps | Chocobozzz | 2022-06-15 | 3 | -5/+11 |
| | |||||
* | Better icon names | Chocobozzz | 2022-06-13 | 1 | -1/+1 |
| | |||||
* | Replace all glyphicon icons | Chocobozzz | 2022-06-13 | 5 | -29/+29 |
| | |||||
* | Migrate to bootstrap 5 | Chocobozzz | 2022-06-10 | 3 | -25/+5 |
| | |||||
* | Support ICU in TS components | Chocobozzz | 2022-06-08 | 1 | -6/+12 |
| | |||||
* | Remove confusing P2P info in instance features | Chocobozzz | 2022-05-02 | 1 | -12/+0 |
| | | | | | It's confusing because it depends on user and admin settings We already display messages in player and watch page if P2P is enabled | ||||
* | Improve stat labels | Chocobozzz | 2022-02-28 | 1 | -14/+14 |
| | |||||
* | Plugins can add custom instance infobox | Chocobozzz | 2022-01-20 | 2 | -4/+20 |
| | |||||
* | Remove unnecessary function | Chocobozzz | 2022-01-18 | 1 | -20/+5 |
| | |||||
* | Fix lint | Chocobozzz | 2021-11-09 | 1 | -1/+1 |
| | |||||
* | Add available themes and plugins in feature table | Chocobozzz | 2021-11-09 | 2 | -2/+29 |
| | |||||
* | Hide live transcoding features if disabled | Chocobozzz | 2021-10-21 | 1 | -2/+2 |
| | |||||
* | Migrate client to eslint | Chocobozzz | 2021-08-18 | 5 | -12/+13 |
| | |||||
* | Fix client lint | Chocobozzz | 2021-08-17 | 1 | -4/+4 |
| | |||||
* | Add ability for instances to follow any actor | Chocobozzz | 2021-07-21 | 1 | -5/+8 |
| | |||||
* | Move to sass module | Chocobozzz | 2021-06-28 | 3 | -11/+6 |
| | |||||
* | Move to sass @use | Chocobozzz | 2021-06-28 | 3 | -9/+9 |
| | |||||
* | Bidi support | Chocobozzz | 2021-06-07 | 1 | -1/+2 |
| | |||||
* | Use HTML config when possible | Chocobozzz | 2021-06-04 | 2 | -2/+1 |
| | |||||
* | Remove unused code | Chocobozzz | 2021-05-31 | 1 | -2/+1 |
| | |||||
* | Add ability to set custom markdown in description | Chocobozzz | 2021-05-31 | 3 | -3/+3 |
| | |||||
* | Move to stylelint | Chocobozzz | 2021-04-28 | 2 | -3/+3 |
| | |||||
* | Minimal PeertubeModalService to open settings from "can be redefined..." (#3923) | aschaap | 2021-04-06 | 2 | -2/+10 |
| | | | | | | | * Minimal PeertubeModalService to open settings from "can be redefined..." * Linter changes * Removed unused parameter, made Subject type reflect this, and formatting | ||||
* | Theme breaking: --submenuColor becomes --submenuBackgroundColor | Chocobozzz | 2021-03-31 | 1 | -1/+1 |
| | |||||
* | Fix about follows page | Chocobozzz | 2020-12-16 | 1 | -1/+1 |
| | |||||
* | Fix password input in edit user | Chocobozzz | 2020-12-15 | 1 | -1/+1 |
| | |||||
* | Simplify a little bit about follows more logic | Chocobozzz | 2020-12-14 | 1 | -1/+1 |
| | |||||
* | improvements to login and sign-up pages (#3357) | Kimsible | 2020-12-07 | 5 | -1/+177 |
| | | | | | | | | | | | | | | | | | | * 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> | ||||
* | Added Markdown formatting in all the fields of the "About" page (#3371) | Florian CUNY | 2020-11-30 | 1 | -0/+3 |
| | | | | | | | | | | | | | * Added Markdown formatting in all the fields of the "About" page Fixes https://github.com/Chocobozzz/PeerTube/issues/3368 * Fixed compilation error in AboutInstanceComponent Moved creationReason, maintenanceLifetime and businessModel into the html dict * Removed textareaHeight for all md textareas in EditCustomConfig HTML * Fixed failing bundlewatch | ||||
* | Add max lives limit | Chocobozzz | 2020-11-09 | 2 | -0/+21 |
| | |||||
* | Live streaming implementation first step | Chocobozzz | 2020-11-09 | 1 | -0/+18 |
| | |||||
* | Fix css lint | Chocobozzz | 2020-08-17 | 1 | -1/+1 |
| | |||||
* | removed minimum width css to fit mobile devices with lesser width (#3090) | test2a | 2020-08-17 | 1 | -3/+1 |
| | | | | | | | | | * Update instance-features-table.component.scss removed this minimum width option because on mobile phones this resulted in page being larger than the phone width * Update instance-features-table.component.scss removed blank lines as requested | ||||
* | Migrate to $localize | Chocobozzz | 2020-08-14 | 1 | -13/+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 shared models | Chocobozzz | 2020-08-07 | 1 | -1/+2 |
| | |||||
* | Upgrade to angular 10 | Chocobozzz | 2020-08-07 | 1 | -1/+1 |
| | |||||
* | Reorganize client shared modules | Chocobozzz | 2020-06-23 | 13 | -0/+656 |