Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix lint | Chocobozzz | 2023-05-24 | 1 | -1/+1 |
| | |||||
* | Update angular | Chocobozzz | 2023-05-23 | 1 | -2/+1 |
| | |||||
* | Fix basic linter issues | Wicklow | 2023-02-20 | 1 | -1/+1 |
| | |||||
* | Change bootstrap helpers and variables | Wicklow | 2023-02-20 | 1 | -1/+1 |
| | |||||
* | Refactoring style for about component | Wicklow | 2023-02-20 | 2 | -42/+12 |
| | |||||
* | Fix stats anchor link | Chocobozzz | 2023-02-15 | 6 | -22/+203 |
| | |||||
* | Support mailto links for custom markup | Chocobozzz | 2023-01-19 | 3 | -51/+55 |
| | |||||
* | Refactor form reactive | Chocobozzz | 2022-10-07 | 1 | -2/+2 |
| | |||||
* | Cleanup title-page CSS | Chocobozzz | 2022-06-16 | 1 | -1/+1 |
| | |||||
* | Increase global font size | Chocobozzz | 2022-06-16 | 2 | -4/+1 |
| | |||||
* | Migrate to bootstrap 5 | Chocobozzz | 2022-06-10 | 2 | -12/+5 |
| | |||||
* | add plugin selector to about/menu elements (#4597) | kontrollanten | 2021-12-03 | 1 | -62/+66 |
| | | | | | | | | | * add plugin selector to about/menu elements closes #4586 * Update plugin selector names Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Alert user for low quota and video auto-block on upload page (#4336) | Ms Kimsible | 2021-08-25 | 3 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | * Replace wording of instance contact * Add contact-us button to no-quota alert on upload page * Add alert for accounts with auto-blocked videos on upload page * Add alert for accounts without enough quota + refacto on upload page * Using ng-container and ng-template * Add alert for daily quota * Add hook filter for upload page alert messages * Add instance name as subtitle in contact modal * Fix eslint max-len on string * Fix missing word in quota left daily message - upload page Co-authored-by: Kimsible <kimsible@users.noreply.github.com> | ||||
* | Migrate client to eslint | Chocobozzz | 2021-08-18 | 2 | -5/+5 |
| | |||||
* | Fix client lint | Chocobozzz | 2021-08-17 | 1 | -4/+4 |
| | |||||
* | Refactor requests | Chocobozzz | 2021-07-20 | 1 | -2/+1 |
| | |||||
* | Move to sass module | Chocobozzz | 2021-06-28 | 2 | -4/+4 |
| | |||||
* | Move to sass @use | Chocobozzz | 2021-06-28 | 2 | -4/+4 |
| | |||||
* | Cleanup contact form with URL | Chocobozzz | 2021-06-15 | 6 | -79/+47 |
| | | | | | | Parent component still have the responsability to explicitely open the modal Rely on data router param to open or not the modal | ||||
* | Fix input size of contact form on mobile view | Kimsible | 2021-06-15 | 1 | -0/+10 |
| | |||||
* | Fix CSS input displaying contact form + remove contact button underline | Kimsible | 2021-06-15 | 2 | -0/+6 |
| | |||||
* | Add /about/instance/contact contact-form route with prefilled queryParams ↵ | Kimsible | 2021-06-15 | 3 | -11/+66 |
| | | | | subject&body | ||||
* | Bidi support | Chocobozzz | 2021-06-07 | 1 | -2/+4 |
| | |||||
* | Use HTML config when possible | Chocobozzz | 2021-06-04 | 3 | -21/+17 |
| | |||||
* | Remove unused code | Chocobozzz | 2021-05-31 | 1 | -9/+0 |
| | |||||
* | Add ability to set custom markdown in description | Chocobozzz | 2021-05-31 | 2 | -6/+18 |
| | |||||
* | Move to stylelint | Chocobozzz | 2021-04-28 | 1 | -2/+4 |
| | |||||
* | Refactor modal buttons style | Chocobozzz | 2021-04-14 | 2 | -6/+2 |
| | |||||
* | Update english strings | Chocobozzz | 2021-03-24 | 1 | -1/+1 |
| | |||||
* | Fix about page layout | Chocobozzz | 2021-01-20 | 2 | -2/+2 |
| | |||||
* | Fix about and display live info layout | Chocobozzz | 2020-12-16 | 1 | -0/+1 |
| | |||||
* | Fix themes in about page | Chocobozzz | 2020-12-14 | 2 | -2/+2 |
| | |||||
* | emit more specific status codes on video upload (#3423) | Rigel Kent | 2020-12-08 | 1 | -1/+2 |
| | | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses | ||||
* | Added Markdown formatting in all the fields of the "About" page (#3371) | Florian CUNY | 2020-11-30 | 2 | -15/+10 |
| | | | | | | | | | | | | | * 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 | ||||
* | refactor scoped token service | Rigel Kent | 2020-11-25 | 1 | -1/+1 |
| | |||||
* | small refactor + clipboard copy on anchor click in instance page (#3318) | Kimsible | 2020-11-17 | 3 | -19/+95 |
| | | | | | | | | | | | | | * Refacto scrollTo top and anchors * Add on click clipboard copy and notifier to anchors about/instance page * Fix margin top anchor middle title about page * Use viewportscroller for scrolltoanchor * Add to Link copied notification on instance page Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Fix about scrolling behaviour | Chocobozzz | 2020-11-16 | 2 | -11/+17 |
| | |||||
* | We don't need services anymore for validators | Chocobozzz | 2020-08-17 | 1 | -6/+11 |
| | |||||
* | Migrate to $localize | Chocobozzz | 2020-08-14 | 1 | -5/+3 |
| | | | | | | | | | | | | * 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 | ||||
* | Add anchor links to about/instance | kimsible | 2020-08-11 | 2 | -22/+92 |
| | |||||
* | Reorganize client shared modules | Chocobozzz | 2020-06-23 | 3 | -15/+13 |
| | |||||
* | Fix scrolling with hash in url | Chocobozzz | 2020-06-16 | 1 | -1/+7 |
| | |||||
* | fix headings order or add missing ones (#2871) | Caroline Chuong | 2020-06-13 | 2 | -22/+23 |
| | | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> | ||||
* | add scope tags and aria-labels to instance table (#2866) | Caroline Chuong | 2020-06-11 | 1 | -1/+0 |
| | | | also move label to caption element in table | ||||
* | `fitWidth` for `video-miniature`, fluid grid (#2830) | Rigel Kent | 2020-06-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | * 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 | ||||
* | Use form-control to display box-shadow on form inputs/selects upon focus | Rigel Kent | 2020-04-02 | 1 | -7/+8 |
| | |||||
* | Properly scroll to anchors in links, especially in admin config | Rigel Kent | 2020-03-11 | 2 | -6/+10 |
| | |||||
* | Add visitor settings, rework logged-in dropdown (#2514) | Rigel Kent | 2020-02-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * Add visitor settings, rework logged-in dropdown * Make user dropdown P2P switch functional * Fix lint * Fix unnecessary notification when user logs out * Simplify visitor settings code and remove unnecessary icons * Catch parsing errors and reindent menu styles | ||||
* | Replace uppercase text-transform by capitalized text source | Rigel Kent | 2020-02-21 | 1 | -5/+5 |
| | | | | fixes #2085 | ||||
* | Add ListOverflow component to prevent sub-menu overflow | Rigel Kent | 2020-02-13 | 1 | -1/+1 |
| |