aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit
Commit message (Collapse)AuthorAgeFilesLines
* Fix upload error handlingChocobozzz2022-10-283-11/+3
|
* Hide wait transcoding for livesChocobozzz2022-10-117-21/+13
| | | | Replays are always transcoded
* Refactor form reactiveChocobozzz2022-10-077-16/+15
|
* Correctly unsubscribe upload events on destroyChocobozzz2022-09-281-2/+7
|
* fix: keep partially uploaded fileskukhariev2022-09-281-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.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)
* Add sync link to import pageChocobozzz2022-08-174-10/+16
|
* Prevent creating multiple livesChocobozzz2022-08-122-1/+10
|
* 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-186-8/+14
|
* Fix comments/download attributes on importChocobozzz2022-07-044-47/+27
|
* Theme fixesChocobozzz2022-06-281-1/+1
|
* Fix fetching unlisted video in clientChocobozzz2022-06-242-2/+2
|
* Merge branch 'release/4.2.0' into developChocobozzz2022-06-231-2/+4
|\
| * Fix going live latency modeChocobozzz2022-06-231-2/+4
| |
* | store uploaded video filename (#4885)kontrollanten2022-06-215-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 textareaChocobozzz2022-06-201-9/+6
| |
* | Cleanup title-page CSSChocobozzz2022-06-163-11/+2
| |
* | Increase global font sizeChocobozzz2022-06-163-19/+0
| |
* | Move alert into to pt-alert-primaryChocobozzz2022-06-155-5/+5
| |
* | Rename input toggle hidden to input textChocobozzz2022-06-101-3/+3
| | | | | | | | It's more than just an hidden toggle
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-101-1/+1
|\|
| * Fix classic select and ng select css inconsistencyChocobozzz2022-06-101-1/+1
| |
* | Migrate to bootstrap 5Chocobozzz2022-06-102-9/+1
|/
* Fix live mode descriptionsChocobozzz2022-05-181-2/+2
|
* Fix video upload with some characters in filenameChocobozzz2022-05-171-1/+1
|
* Add session informations in live modalChocobozzz2022-05-031-2/+2
|
* Save replay of permanent live in clientChocobozzz2022-05-032-20/+1
|
* Support videos stats in clientChocobozzz2022-04-151-29/+2
|
* Prefer "publish" over "upload"Chocobozzz2022-04-081-1/+1
|
* Fix titles on upload page (#4904)kontrollanten2022-04-083-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 pageChocobozzz2022-03-222-1/+5
|
* Fix invalid token on uploadChocobozzz2022-03-161-24/+43
|
* add client.videos.upload.maxChunkSize config (#4857)kontrollanten2022-03-161-1/+2
| | | | | | | * add client.videos.upload.maxChunkSize config * updates after review * remove maxChunkSize from custom-config
* Reorganize player filesChocobozzz2022-03-141-1/+1
|
* Add latency setting supportChocobozzz2022-03-093-2/+38
|
* 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.
* Implement avatar miniatures (#4639)kontrollanten2022-02-282-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * client: remove unused file * refactor(client/my-actor-avatar): size from input Read size from component input instead of scss, to make it possible to use smaller avatar images when implemented. * implement avatar miniatures close #4560 * fix(test): max file size * fix(search-index): normalize res acc to avatarMini * refactor avatars to an array * client/search: resize channel avatar to 120 * refactor(client/videos): remove unused function * client(actor-avatar): set default size * fix tests and avatars full result When findOne is used only an array containting one avatar is returned. * update migration version and version notations * server/search: harmonize normalizing * Cleanup avatar miniature PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Correctly check import target URL IPChocobozzz2022-02-071-1/+1
|
* Fix scheduled publication on uploadChocobozzz2022-02-078-19/+17
|
* Handle async validatorsChocobozzz2022-01-037-35/+30
|
* Translate plugin settingsChocobozzz2021-12-291-1/+5
|
* Refactor video editionChocobozzz2021-12-291-9/+15
|
* Enhance plugin video fieldsChocobozzz2021-12-293-13/+59
| | | | | Add video form tab selection Add ability to display an error
* Ability for admins to set default upload valuesChocobozzz2021-12-146-13/+8
|
* 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>