Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove suppressImplicitAnyIndexErrors | Chocobozzz | 2023-05-24 | 1 | -2/+2 |
| | | | | It's deprecated by TS | ||||
* | Fix lint | Chocobozzz | 2023-05-24 | 2 | -12/+8 |
| | |||||
* | Update angular | Chocobozzz | 2023-05-23 | 1 | -2/+2 |
| | |||||
* | Don't send replay settings on not replayed lives | Wicklow | 2023-04-19 | 2 | -4/+14 |
| | |||||
* | Allow to update a live with untouched privacy | Chocobozzz | 2023-04-14 | 1 | -2/+3 |
| | |||||
* | Feature/Add replay privacy (#5692) | Wicklow | 2023-03-31 | 4 | -5/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add replay settings feature * Fix replay settings behaviour * Fix tests * Fix tests * Fix tests * Update openapi doc and fix tests * Add tests and fix code * Models correction * Add migration and update controller and middleware * Add check params tests * Fix video live middleware * Updated code based on review comments | ||||
* | Don't send undefined with HTML input | Chocobozzz | 2023-03-10 | 1 | -0/+3 |
| | |||||
* | Add test on AP hooks | Chocobozzz | 2023-03-10 | 1 | -2/+2 |
| | |||||
* | Add action:video-edit.form.updated hook | Chocobozzz | 2023-03-10 | 1 | -1/+9 |
| | |||||
* | Add timestamp auto link doc | Chocobozzz | 2023-03-07 | 1 | -3/+5 |
| | |||||
* | Fix angular build, again | Chocobozzz | 2023-02-20 | 1 | -1/+1 |
| | | | | Maybe a bug in the sass loader | ||||
* | Fix cancel upload button style | Chocobozzz | 2022-11-24 | 1 | -1/+4 |
| | |||||
* | Fix client lint | Chocobozzz | 2022-11-15 | 1 | -1/+1 |
| | |||||
* | Fix upload error handling | Chocobozzz | 2022-10-28 | 3 | -11/+3 |
| | |||||
* | Hide wait transcoding for lives | Chocobozzz | 2022-10-11 | 7 | -21/+13 |
| | | | | Replays are always transcoded | ||||
* | Refactor form reactive | Chocobozzz | 2022-10-07 | 7 | -16/+15 |
| | |||||
* | 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 | ||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Display latest uploaded date for captions | Chocobozzz | 2022-07-25 | 2 | -4/+5 |
| | |||||
* | Add ability for client to create server logs | Chocobozzz | 2022-07-18 | 6 | -8/+14 |
| | |||||
* | Fix comments/download attributes on import | Chocobozzz | 2022-07-04 | 4 | -47/+27 |
| | |||||
* | Theme fixes | Chocobozzz | 2022-06-28 | 1 | -1/+1 |
| | |||||
* | Fix fetching unlisted video in client | Chocobozzz | 2022-06-24 | 2 | -2/+2 |
| | |||||
* | 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 | 3 | -11/+2 |
| | | |||||
* | | Increase global font size | Chocobozzz | 2022-06-16 | 3 | -19/+0 |
| | | |||||
* | | Move alert into to pt-alert-primary | Chocobozzz | 2022-06-15 | 5 | -5/+5 |
| | | |||||
* | | Rename input toggle hidden to input text | Chocobozzz | 2022-06-10 | 1 | -3/+3 |
| | | | | | | | | It's more than just an hidden toggle | ||||
* | | Merge branch 'release/4.2.0' into develop | Chocobozzz | 2022-06-10 | 1 | -1/+1 |
|\| | |||||
| * | Fix classic select and ng select css inconsistency | Chocobozzz | 2022-06-10 | 1 | -1/+1 |
| | | |||||
* | | Migrate to bootstrap 5 | Chocobozzz | 2022-06-10 | 2 | -9/+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 |
| | |||||
* | Support videos stats in client | Chocobozzz | 2022-04-15 | 1 | -29/+2 |
| | |||||
* | 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> | ||||
* | Add reset button for file inputs in studio page | Chocobozzz | 2022-03-22 | 2 | -1/+5 |
| | |||||
* | Fix invalid token on upload | Chocobozzz | 2022-03-16 | 1 | -24/+43 |
| | |||||
* | add client.videos.upload.maxChunkSize config (#4857) | kontrollanten | 2022-03-16 | 1 | -1/+2 |
| | | | | | | | * add client.videos.upload.maxChunkSize config * updates after review * remove maxChunkSize from custom-config | ||||
* | Reorganize player files | Chocobozzz | 2022-03-14 | 1 | -1/+1 |
| |