aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/shared/video-edit.component.html
Commit message (Collapse)AuthorAgeFilesLines
* Fix lintChocobozzz2023-05-241-8/+8
|
* Feature/Add replay privacy (#5692)Wicklow2023-03-311-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Add timestamp auto link docChocobozzz2023-03-071-3/+5
|
* Hide wait transcoding for livesChocobozzz2022-10-111-1/+1
| | | | Replays are always transcoded
* Set scroll position at top of the textarea when opening the subtitle editor.lutangar2022-09-081-8/+1
| | | | | | | | | | | | | | | | | | | | | | ## 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-251-1/+1
|
* store uploaded video filename (#4885)kontrollanten2022-06-211-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
|
* 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
* Fix live mode descriptionsChocobozzz2022-05-181-2/+2
|
* Add latency setting supportChocobozzz2022-03-091-0/+11
|
* Add simple subtitle edition from video captions tablutangar2022-02-281-1/+17
| | | | | 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.
* Refactor video editionChocobozzz2021-12-291-9/+15
|
* Enhance plugin video fieldsChocobozzz2021-12-291-3/+10
| | | | | Add video form tab selection Add ability to display an error
* Support RTMPSChocobozzz2021-11-051-1/+6
|
* Try to improve permanent live labelChocobozzz2021-10-151-8/+16
|
* Refactor video links buildingChocobozzz2021-07-261-1/+1
|
* 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.
* Refactor video edit cssChocobozzz2021-05-071-1/+1
|
* Clearer nsfw "do not list" labelChocobozzz2021-04-281-1/+1
|
* Add ability to hide plugin form fieldsChocobozzz2021-04-221-1/+1
|
* Fix wait transcoding checkbox displayChocobozzz2021-01-261-2/+2
|
* Fix some accessibility issuesChocobozzz2020-12-221-2/+2
|
* Add link to the documentation for live streamingChocobozzz2020-12-141-0/+3
|
* Use new primeng i18n apiChocobozzz2020-12-071-3/+3
|
* unify inputs requiring buttons like password inputsRigel Kent2020-12-041-2/+2
|
* Add permanent live supportChocobozzz2020-12-031-0/+12
|
* Do not display wait transcoding checkboxChocobozzz2020-11-261-1/+1
| | | | If this is a live and save replay is not enabled
* add help popup for choosing license (#3306)Frank Sträter2020-11-151-0/+9
| | | Co-authored-by: Rigel Kent <par@rigelk.eu>
* Add warning below live stream key fieldChocobozzz2020-11-091-0/+2
|
* Add ability to save live replayChocobozzz2020-11-091-1/+13
|
* Add watch messages if live has not startedChocobozzz2020-11-091-5/+5
|
* Live streaming implementation first stepChocobozzz2020-11-091-0/+23
|
* Add ability to set custom field to video formChocobozzz2020-08-211-0/+15
|
* add ng-select for templatable select optionsRigel Kent2020-08-111-38/+21
| | | | | | | - create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation
* adjust help component, fix its instances in video-editRigel Kent2020-08-051-3/+15
|
* Lazy load all routesChocobozzz2020-06-231-0/+280