Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lazy load all routes | Chocobozzz | 2020-06-23 | 81 | -7680/+0 |
| | |||||
* | Reorganize client shared modules | Chocobozzz | 2020-06-23 | 49 | -327/+523 |
| | |||||
* | Remove uneccessary details to link titles | Caroline Chuong | 2020-06-18 | 1 | -2/+2 |
| | |||||
* | Fix client compilation | Chocobozzz | 2020-06-16 | 1 | -1/+0 |
| | |||||
* | Add video dropdown in discover page | Chocobozzz | 2020-06-16 | 1 | -3/+3 |
| | |||||
* | Fix anonymous nsfw policy | Chocobozzz | 2020-06-16 | 10 | -59/+82 |
| | |||||
* | Use local search for recommended videos | Chocobozzz | 2020-06-15 | 1 | -5/+23 |
| | |||||
* | fix headings order or add missing ones (#2871) | Caroline Chuong | 2020-06-13 | 3 | -9/+10 |
| | | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> | ||||
* | switch margin-bottom rules to padding-bottom now used in miniature | Rigel Kent | 2020-06-12 | 3 | -6/+12 |
| | |||||
* | add keyboard navigation for video actions (#2854) | Caroline Chuong | 2020-06-11 | 4 | -18/+18 |
| | | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> | ||||
* | Limit thumbnail sizes | Chocobozzz | 2020-06-11 | 2 | -10/+21 |
| | |||||
* | preserve original variable names server-side | Rigel Kent | 2020-06-10 | 1 | -2/+2 |
| | |||||
* | rename blacklist to block/blocklist, merge block and auto-block views | Rigel Kent | 2020-06-10 | 4 | -6/+6 |
| | | | | | | | | | | | - also replace whitelist with allowlist - add advanced filters for video-block-list view - move icons in video-block-list and video-abuse-list to left side for visibility - add robot icon to depict automated nature of a block in video-block-list resolves #2790 | ||||
* | `fitWidth` for `video-miniature`, fluid grid (#2830) | Rigel Kent | 2020-06-09 | 7 | -35/+35 |
| | | | | | | | | | | | | | | | * 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 | ||||
* | add aria-hidden to non-descriptive icons (#2844) | Caroline Chuong | 2020-06-08 | 6 | -7/+7 |
| | |||||
* | Add channel/account avatars in miniature (#2838) | Rigel Kent | 2020-06-08 | 2 | -1/+9 |
| | | | | | | | * add small avatar to miniature * fix svg size for trending and search icons in plugins view * parametrize avatar in miniature display options | ||||
* | Fix grey color theme | Chocobozzz | 2020-05-22 | 4 | -7/+7 |
| | |||||
* | Fix action button icons theme | Chocobozzz | 2020-05-22 | 1 | -5/+5 |
| | |||||
* | Fix dropdown menu overflow | Chocobozzz | 2020-05-20 | 2 | -6/+6 |
| | |||||
* | Fix deleting highlighted thread | Chocobozzz | 2020-05-14 | 1 | -3/+7 |
| | |||||
* | Add link to the account page in comment | Chocobozzz | 2020-05-14 | 2 | -7/+16 |
| | |||||
* | Fix old edge HLS compat | Chocobozzz | 2020-05-13 | 1 | -0/+5 |
| | |||||
* | Add edit button to scroll watch playlist on touchscreens | kimsible | 2020-05-11 | 1 | -0/+1 |
| | |||||
* | Add ability for video owners to delete comments | Chocobozzz | 2020-05-05 | 1 | -0/+1 |
| | |||||
* | Fix margin-content and miniature thumbnail width on mobile, fix media ↵ | Rigel Kent | 2020-05-01 | 1 | -1/+2 |
| | | | | queries for tables above lg breakpoint | ||||
* | Add tooltip on caption upload to specify which formats are supported | Rigel Kent | 2020-05-01 | 2 | -0/+6 |
| | |||||
* | Add maximized mode to markdown-textarea + CSS improvements (#2660) | Kim | 2020-04-28 | 2 | -14/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add arrows-angle-contract/expand bootstrap icons * Add grey textarea-background-color * Add maximized support to markdown-textarea + improve column display * Refactor CSS + add ResizeObservable * Replace bootstrap icons with softies * Add ResizeObserver typing definition * Add focus on textarea + Fix Observables * Propage component changes on markdown plugins * Ignore ResizeObserver not implemented in typescript yet * Move observers from constructor to click event * Add scss and css variables * Replace textareaWidth with textareaMaxWidth to fix others textareas * Clean unused css rules * Fix ResizeObserver unknown by TypeScript compiler * Set max-width: 100% for small and mobile views * Fix textarea/preview height on maximized mode * Add common padding textarea/preview side-by-side * Hide scrollbar sub-menu on small-views * Add maximized mode for mobile views * Fix sass calculate syntax * Revert custom CSS variable for inputBorderRadius and inputBorderColor * Remove unsued methods * Fix missing implement method Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Make video-add-nav tabs scrollable on small devices (#2677) | Kim | 2020-04-27 | 1 | -1/+28 |
| | | | | | | | * Make video-add-nav tabs scrollable on small devices * Handle video-add-nav scroll with menu Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Add thumbnail / preview generation from url on the fly (#2646) | Kim | 2020-04-20 | 1 | -3/+34 |
| | | | | | | | | | | | * Add thumbnails generation on the fly to URL import * Display generated preview to import first edit * Use ternary to get type inference * Move preview/thumbnail test just after import Co-authored-by: kimsible <kimsible@users.noreply.github.com> | ||||
* | Merge branch 'pr/2629' into develop | Chocobozzz | 2020-04-15 | 1 | -25/+39 |
|\ | |||||
| * | Add getSubs to YoutubeDL video import | kimsible | 2020-04-14 | 1 | -25/+39 |
| | | |||||
* | | Refactor follow/mute as modals in admin, add actions in abuse list | Rigel Kent | 2020-04-14 | 1 | -2/+0 |
|/ | |||||
* | Fix cancel upload | Chocobozzz | 2020-04-14 | 1 | -0/+4 |
| | |||||
* | Improving select displays, focus box-shadows for paginators, instructions ↵ | Rigel Kent | 2020-04-13 | 1 | -1/+1 |
| | | | | for index url | ||||
* | Refactor from-now pipe to display the two most significant intervals | Rigel Kent | 2020-04-11 | 1 | -1/+1 |
| | |||||
* | Improve highlighted comment scrollTo, improve reply comment display | Rigel Kent | 2020-04-10 | 2 | -1/+8 |
| | |||||
* | Fix lint relative to DragDropDirective | Rigel Kent | 2020-04-03 | 3 | -8/+8 |
| | |||||
* | Fix privacy warning ok button placement | Chocobozzz | 2020-04-03 | 1 | -1/+1 |
| | |||||
* | Fix video add nave hiding | Chocobozzz | 2020-04-03 | 1 | -0/+4 |
| | |||||
* | Support drag and drop for video upload and torrent file import | Rigel Kent | 2020-04-03 | 9 | -17/+64 |
| | |||||
* | Refactor torrent-or-magnet divider in video import | Rigel Kent | 2020-04-03 | 2 | -2/+5 |
| | |||||
* | Enlarge right column in video-edit on small screens | Rigel Kent | 2020-04-02 | 4 | -13/+59 |
| | |||||
* | Use form-control to display box-shadow on form inputs/selects upon focus | Rigel Kent | 2020-04-02 | 6 | -79/+28 |
| | |||||
* | Remove deprecated NgbTabsetModule module | Chocobozzz | 2020-04-01 | 7 | -95/+103 |
| | |||||
* | Describe user video settings checkboxes, put emphasis on p2p | Rigel Kent | 2020-03-23 | 1 | -1/+1 |
| | | | | | Also improve more info links about p2p and privacy in PeerTube, present in the privacy concern notice and in the video settings. | ||||
* | Remove unnecessary margin | Chocobozzz | 2020-03-20 | 1 | -1/+0 |
| | |||||
* | Fix add comment in threads with deleted comments | Chocobozzz | 2020-03-20 | 3 | -4/+9 |
| | |||||
* | Fix lint | Chocobozzz | 2020-03-18 | 1 | -1/+1 |
| | |||||
* | Fix P2P message | Chocobozzz | 2020-03-18 | 1 | -1/+0 |
| | |||||
* | Fix next video button to support playlist videos | Rigel Kent | 2020-03-17 | 1 | -1/+3 |
| | | | | fixes #2523 |