aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/shared
Commit message (Collapse)AuthorAgeFilesLines
* Remove suppressImplicitAnyIndexErrorsChocobozzz2023-05-241-2/+2
| | | | It's deprecated by TS
* Fix lintChocobozzz2023-05-242-12/+8
|
* Feature/Add replay privacy (#5692)Wicklow2023-03-312-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | * 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 inputChocobozzz2023-03-101-0/+3
|
* Add test on AP hooksChocobozzz2023-03-101-2/+2
|
* Add action:video-edit.form.updated hookChocobozzz2023-03-101-1/+9
|
* Add timestamp auto link docChocobozzz2023-03-071-3/+5
|
* Hide wait transcoding for livesChocobozzz2022-10-112-6/+7
| | | | Replays are always transcoded
* Refactor form reactiveChocobozzz2022-10-072-6/+5
|
* Set scroll position at top of the textarea when opening the subtitle editor.lutangar2022-09-087-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)
* Improve wait transcoding helpChocobozzz2022-08-121-1/+1
|
* Prefer thumbnail instead of previewChocobozzz2022-08-121-1/+1
|
* Display latest uploaded date for captionsChocobozzz2022-07-252-4/+5
|
* Add ability for client to create server logsChocobozzz2022-07-181-1/+2
|
* store uploaded video filename (#4885)kontrollanten2022-06-212-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 textareaChocobozzz2022-06-201-9/+6
|
* Cleanup title-page CSSChocobozzz2022-06-161-9/+0
|
* Increase global font sizeChocobozzz2022-06-162-18/+0
|
* Move alert into to pt-alert-primaryChocobozzz2022-06-151-1/+1
|
* Rename input toggle hidden to input textChocobozzz2022-06-101-3/+3
| | | | It's more than just an hidden toggle
* Migrate to bootstrap 5Chocobozzz2022-06-101-8/+0
|
* Fix live mode descriptionsChocobozzz2022-05-181-2/+2
|
* Save replay of permanent live in clientChocobozzz2022-05-031-19/+0
|
* Add reset button for file inputs in studio pageChocobozzz2022-03-222-1/+5
|
* Add latency setting supportChocobozzz2022-03-092-1/+35
|
* Cleanup subtitle edition PRChocobozzz2022-02-283-16/+7
|
* Add simple subtitle edition from video captions tablutangar2022-02-288-8/+165
| | | | | Introduce a new __Edit__ button on a subtitle. It opens a modal with simple textarea allowing the user to do quick corrections on a subtitle.
* Fix scheduled publication on uploadChocobozzz2022-02-071-8/+10
|
* Handle async validatorsChocobozzz2022-01-031-4/+8
|
* Translate plugin settingsChocobozzz2021-12-291-1/+5
|
* Refactor video editionChocobozzz2021-12-291-9/+15
|
* Enhance plugin video fieldsChocobozzz2021-12-292-11/+57
| | | | | Add video form tab selection Add ability to display an error
* Ability for admins to set default upload valuesChocobozzz2021-12-141-4/+5
|
* Add meaning to date short namesChocobozzz2021-12-131-26/+26
|
* Added "zxx" (no linguistic content) in available video languages (#4631)Florian CUNY2021-12-131-1/+3
| | | | | | | | | | | | | * Added "zxx" (no linguistic content) in available video languages Implements https://github.com/Chocobozzz/PeerTube/issues/1489 * FIx lint * Fix lint * Put other languages below instance languages Co-authored-by: Chocobozzz <me@florianbigard.com>
* Support RTMPSChocobozzz2021-11-051-1/+6
|
* Cleanup video update componentChocobozzz2021-10-221-0/+3
|
* Try to improve permanent live labelChocobozzz2021-10-151-8/+16
|
* Remove useless asyncChocobozzz2021-08-262-2/+2
|
* Migrate client to eslintChocobozzz2021-08-184-11/+11
|
* Refactor video links buildingChocobozzz2021-07-261-1/+1
|
* Fix default privacy when plugins deleted privateChocobozzz2021-07-131-0/+1
|
* Move to sass moduleChocobozzz2021-06-282-4/+4
|
* Move to sass @useChocobozzz2021-06-282-4/+4
|
* allow public video privacy to be deleted in the web clientRigel Kent2021-06-081-1/+1
|
* Bidi supportChocobozzz2021-06-071-6/+6
|
* Speed up plugins loadingChocobozzz2021-06-041-1/+0
|
* Use HTML config when possibleChocobozzz2021-06-042-7/+6
|
* change license to licenceFrank Sträter2021-05-271-1/+1
| | | | | | Change "license" to "licence" for consistency in the user interface in English. License is both a noun and a verb in the United States. If you live in any other English-speaking country, you will spell it "licence" when you use it as a noun and "license" when you use it as a verb.
* Reorganize plugin modelsChocobozzz2021-05-111-2/+9
|