Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor modal buttons style | Chocobozzz | 2021-04-14 | 2 | -6/+2 |
| | |||||
* | Update english strings | Chocobozzz | 2021-03-24 | 2 | -2/+2 |
| | |||||
* | Use new doc website links | Chocobozzz | 2021-02-12 | 1 | -3/+3 |
| | |||||
* | Fix about page layout | Chocobozzz | 2021-01-20 | 2 | -2/+2 |
| | |||||
* | ui: rename inbound relationship to Follows (#3594) | Marcin Mikołajczak | 2021-01-16 | 1 | -1/+1 |
| | |||||
* | Update project description | Chocobozzz | 2021-01-14 | 1 | -4/+3 |
| | |||||
* | Add missing `i18n` | Marcin Mikołajczak | 2021-01-13 | 1 | -1/+1 |
| | |||||
* | Fix about and display live info layout | Chocobozzz | 2020-12-16 | 1 | -0/+1 |
| | |||||
* | Simplify a little bit about follows more logic | Chocobozzz | 2020-12-14 | 2 | -36/+37 |
| | |||||
* | Show count of instances and fix show/hide button | mahdi | 2020-12-14 | 3 | -11/+12 |
| | |||||
* | fix merge conflicts | Rigel Kent | 2020-12-14 | 1 | -8/+0 |
| | |||||
* | Fix coding style | MahdiTurki | 2020-12-14 | 1 | -1/+1 |
| | |||||
* | Add hide list | MahdiTurki | 2020-12-14 | 2 | -7/+25 |
| | |||||
* | Change button | MahdiTurki | 2020-12-14 | 3 | -11/+21 |
| | |||||
* | Add button to display full list in About page | MahdiTurki | 2020-12-14 | 3 | -16/+23 |
| | |||||
* | 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 |
| | |||||
* | Use sass instead of deprecated node sass | Chocobozzz | 2020-11-19 | 3 | -5/+5 |
| | |||||
* | 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 |
| | |||||
* | reword unclear sentences, check for grammar | Rigel Kent | 2020-11-12 | 4 | -5/+4 |
| | | | | fixes #3222 | ||||
* | We don't need services anymore for validators | Chocobozzz | 2020-08-17 | 1 | -6/+11 |
| | |||||
* | Use localize for page titles | Chocobozzz | 2020-08-17 | 1 | -3/+3 |
| | |||||
* | 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 |
| | |||||
* | Refactor - improve offset content handling with fixed sub-menu and ↵ | kimsible | 2020-08-11 | 2 | -2/+9 |
| | | | | broadcast-message | ||||
* | Correctly fix sub menu | Chocobozzz | 2020-08-10 | 1 | -1/+1 |
| | |||||
* | Reorganize client shared modules | Chocobozzz | 2020-06-23 | 6 | -29/+32 |
| | |||||
* | Fix scrolling with hash in url | Chocobozzz | 2020-06-16 | 2 | -2/+14 |
| | |||||
* | fix headings order or add missing ones (#2871) | Caroline Chuong | 2020-06-13 | 5 | -36/+46 |
| | | | 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 | ||||
* | fix duplicate id in svg, empty alt in base email | Rigel Kent | 2020-06-04 | 1 | -2/+2 |
| | |||||
* | Use form-control to display box-shadow on form inputs/selects upon focus | Rigel Kent | 2020-04-02 | 1 | -7/+8 |
| | |||||
* | Describe user video settings checkboxes, put emphasis on p2p | Rigel Kent | 2020-03-23 | 2 | -5/+16 |
| | | | | | Also improve more info links about p2p and privacy in PeerTube, present in the privacy concern notice and in the video settings. | ||||
* | Properly scroll to anchors in links, especially in admin config | Rigel Kent | 2020-03-11 | 2 | -6/+10 |
| | |||||
* | Use grid to organise settings in admin, my-account | Rigel Kent | 2020-03-10 | 1 | -3/+3 |
| | |||||
* | 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 |
| | |||||
* | Use a resolver for the about page | Chocobozzz | 2020-02-03 | 4 | -32/+50 |
| | |||||
* | Reword/update PeerTube page about P2P & Privacy | Rigel Kent | 2020-01-10 | 1 | -12/+20 |
| | |||||
* | small grammar fix | DontUseGithub | 2019-12-30 | 1 | -1/+1 |
| | | | small grammar fix | ||||
* | Lazy load static objects | Chocobozzz | 2019-12-18 | 2 | -15/+31 |
| | |||||
* | Add peertube version in features table | Chocobozzz | 2019-12-13 | 1 | -1/+1 |
| | |||||
* | Hide hardware information if empty | Chocobozzz | 2019-12-13 | 1 | -1/+1 |
| | |||||
* | Add peertube applications links in about page | Chocobozzz | 2019-12-06 | 4 | -121/+183 |
| | |||||
* | Fix dropdown on video miniature for unlogged users | Chocobozzz | 2019-12-06 | 1 | -0/+5 |
| |