Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor form reactive | Chocobozzz | 2022-10-07 | 8 | -18/+17 |
| | |||||
* | Correctly unsubscribe upload events on destroy | Chocobozzz | 2022-09-28 | 1 | -2/+7 |
| | |||||
* | fix: keep partially uploaded files | kukhariev | 2022-09-28 | 1 | -1/+1 |
| | | | | | | Do not delete a partially uploaded file when closing the upload page fixes #5078, #4432 | ||||
* | Fix error messages | Chocobozzz | 2022-09-23 | 1 | -1/+1 |
| | |||||
* | Set scroll position at top of the textarea when opening the subtitle editor. | lutangar | 2022-09-08 | 7 | -58/+65 |
| | | | | | | | | | | | | | | | | | | | | | | ## Description This set the position of the scrollbar at the top of the textarea when opening the __subtitle editor__. Previously the textarea scroll position was at the bottom of the textarea which doesn't make much sense when you want to edit a subtitle : you most likely want to edit the beginning of the subtitle first. This also set the caret position on the first character. ## Design decision I had to use a *component approach* instead of an `<ng-template>` for the edition modal because the `@viewChild` directive doesn't work for elements __inside__ an `<ng-template>`. I needed the `viewChild` directive to get an `ElementRef` of the `textarea`. > See the following issue and its workaround : > - https://github.com/valor-software/ngx-bootstrap/issues/3825 > - https://stackblitz.com/edit/angular-t5dfp7 > - https://medium.com/@izzatnadiri/how-to-pass-data-to-and-receive-from-ng-bootstrap-modals-916f2ad5d66e ## Related issues Closes [peertube-plugin-transcription/#39](https://gitlab.com/apps_education/peertube/plugin-transcription/-/issues/39) | ||||
* | Add sync link to import page | Chocobozzz | 2022-08-17 | 4 | -10/+16 |
| | |||||
* | Add playback metric endpoint sent to OTEL | Chocobozzz | 2022-08-16 | 1 | -0/+2 |
| | |||||
* | Prevent creating multiple lives | Chocobozzz | 2022-08-12 | 2 | -1/+10 |
| | |||||
* | Improve wait transcoding help | Chocobozzz | 2022-08-12 | 1 | -1/+1 |
| | |||||
* | Prefer thumbnail instead of preview | Chocobozzz | 2022-08-12 | 1 | -1/+1 |
| | |||||
* | Add channel hooks | Chocobozzz | 2022-08-03 | 1 | -1/+1 |
| | |||||
* | Prevent error on highlighted thread | Chocobozzz | 2022-07-29 | 2 | -1/+15 |
| | |||||
* | Display latest uploaded date for captions | Chocobozzz | 2022-07-25 | 2 | -4/+5 |
| | |||||
* | video-watch.video-threads.loaded after DOM loading | Chocobozzz | 2022-07-22 | 1 | -1/+2 |
| | |||||
* | Add ability for client to create server logs | Chocobozzz | 2022-07-18 | 8 | -15/+23 |
| | |||||
* | Fix comments/download attributes on import | Chocobozzz | 2022-07-04 | 4 | -47/+27 |
| | |||||
* | Put instance name in embed button | Chocobozzz | 2022-06-28 | 1 | -0/+1 |
| | |||||
* | Theme fixes | Chocobozzz | 2022-06-28 | 2 | -4/+4 |
| | |||||
* | Optimize emoji markup list | Chocobozzz | 2022-06-27 | 2 | -18/+18 |
| | |||||
* | Refactor actor avatar component | Chocobozzz | 2022-06-27 | 5 | -5/+16 |
| | |||||
* | Fix fetching unlisted video in client | Chocobozzz | 2022-06-24 | 5 | -9/+9 |
| | |||||
* | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-23 | 1 | -2/+4 |
|\ | |||||
| * | Fix going live latency mode | Chocobozzz | 2022-06-23 | 1 | -2/+4 |
| | | |||||
* | | store uploaded video filename (#4885) | kontrollanten | 2022-06-21 | 5 | -2/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * store uploaded video filename closes #4731 * dont crash if videos channel exist * migration: use raw query * video source: fixes after code review * cleanup * bump migration * updates after code review * refactor: use checkUserCanManageVideo * videoSource: add openapi doc * test(check-params/video-source): fix timeout * Styling * Correctly set original filename as source Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | | Handle input error in markdown textarea | Chocobozzz | 2022-06-20 | 1 | -9/+6 |
| | | |||||
* | | Cleanup title-page CSS | Chocobozzz | 2022-06-16 | 6 | -21/+7 |
| | | |||||
* | | Increase global font size | Chocobozzz | 2022-06-16 | 9 | -80/+16 |
| | | |||||
* | | Move alert into to pt-alert-primary | Chocobozzz | 2022-06-15 | 6 | -8/+8 |
| | | |||||
* | | Reorganize application.scss | Chocobozzz | 2022-06-13 | 2 | -1/+4 |
| | | |||||
* | | Replace all glyphicon icons | Chocobozzz | 2022-06-13 | 2 | -10/+2 |
| | | |||||
* | | Replace glyphicon chevron | Chocobozzz | 2022-06-10 | 4 | -21/+7 |
| | | |||||
* | | Rename input toggle hidden to input text | Chocobozzz | 2022-06-10 | 1 | -3/+3 |
| | | | | | | | | It's more than just an hidden toggle | ||||
* | | Use bootstrap loader | Chocobozzz | 2022-06-10 | 2 | -2/+2 |
| | | |||||
* | | Remove secondary color theme | Chocobozzz | 2022-06-10 | 1 | -10/+6 |
| | | |||||
* | | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-10 | 2 | -4/+4 |
|\| | |||||
| * | Fix classic select and ng select css inconsistency | Chocobozzz | 2022-06-10 | 2 | -4/+4 |
| | | |||||
* | | Migrate to bootstrap 5 | Chocobozzz | 2022-06-10 | 11 | -48/+43 |
| | | |||||
* | | Support ICU in TS components | Chocobozzz | 2022-06-08 | 1 | -5/+20 |
|/ | |||||
* | Handle playlist without videos available | Chocobozzz | 2022-06-03 | 6 | -4/+22 |
| | |||||
* | Completely remove best default trending algorithm | Chocobozzz | 2022-06-03 | 1 | -0/+4 |
| | |||||
* | Add control bar option for peertube player | Chocobozzz | 2022-05-20 | 1 | -0/+1 |
| | |||||
* | Fix live mode descriptions | Chocobozzz | 2022-05-18 | 1 | -2/+2 |
| | |||||
* | Fix video upload with some characters in filename | Chocobozzz | 2022-05-17 | 1 | -1/+1 |
| | |||||
* | Add session informations in live modal | Chocobozzz | 2022-05-03 | 1 | -2/+2 |
| | |||||
* | Save replay of permanent live in client | Chocobozzz | 2022-05-03 | 2 | -20/+1 |
| | |||||
* | Add ability to sort by global views | Chocobozzz | 2022-04-15 | 1 | -1/+2 |
| | |||||
* | Reduce videos sort complexity | Chocobozzz | 2022-04-15 | 1 | -2/+1 |
| | | | | Automatically use best sort if user is logged in and chose hot algorithm | ||||
* | Support videos stats in client | Chocobozzz | 2022-04-15 | 3 | -39/+8 |
| | |||||
* | Prefer "publish" over "upload" | Chocobozzz | 2022-04-08 | 1 | -1/+1 |
| | |||||
* | Fix titles on upload page (#4904) | kontrollanten | 2022-04-08 | 3 | -13/+26 |
| | | | | | | | | | * client/video-add: fix route titles * client/video-add: show progress in page title * Styling Co-authored-by: Chocobozzz <me@florianbigard.com> |