aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos
Commit message (Collapse)AuthorAgeFilesLines
* Prevent hotkeys playback rate/seek with livesChocobozzz2022-12-301-14/+24
|
* feat(player/playbackRate): set rate with url paramkontrollanten2022-12-291-0/+2
|
* feat(config): add missing videos sort options in adminpaulienm2022-12-191-0/+3
|
* Fix cancel upload button styleChocobozzz2022-11-241-1/+4
|
* Fix client lintChocobozzz2022-11-151-1/+1
|
* Force autoplay when live startsChocobozzz2022-11-151-10/+32
| | | | Using the mute
* Federate entire descriptionChocobozzz2022-11-142-16/+25
| | | | | | Introduce an explicit field truncatedDescription description in video list is deprecated description in video get will contain the entire description
* Fix HTML in account/channel descriptionChocobozzz2022-11-142-2/+2
|
* Fix upload error handlingChocobozzz2022-10-283-11/+3
|
* Update privacy-concerns.component.htmltreac1e2022-10-271-1/+1
| | | When translated, the white space after "Reminder:" is cut off, so in other languages there is no white space between the "Reminder:" and the following text, which looks ugly (e.g. in the German translation). A solution is to move the space behind the translated phrase (using the html-entity for space &#32).
* Fix playerChocobozzz2022-10-251-1/+1
|
* Put private videos under a specific subdirectoryChocobozzz2022-10-241-16/+37
|
* Hide wait transcoding for livesChocobozzz2022-10-117-21/+13
| | | | Replays are always transcoded
* Refactor form reactiveChocobozzz2022-10-078-18/+17
|
* 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
* Fix error messagesChocobozzz2022-09-231-1/+1
|
* 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
|
* Add playback metric endpoint sent to OTELChocobozzz2022-08-161-0/+2
|
* 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
|
* Add channel hooksChocobozzz2022-08-031-1/+1
|
* Prevent error on highlighted threadChocobozzz2022-07-292-1/+15
|
* Display latest uploaded date for captionsChocobozzz2022-07-252-4/+5
|
* video-watch.video-threads.loaded after DOM loadingChocobozzz2022-07-221-1/+2
|
* Add ability for client to create server logsChocobozzz2022-07-188-15/+23
|
* Fix comments/download attributes on importChocobozzz2022-07-044-47/+27
|
* Put instance name in embed buttonChocobozzz2022-06-281-0/+1
|
* Theme fixesChocobozzz2022-06-282-4/+4
|
* Optimize emoji markup listChocobozzz2022-06-272-18/+18
|
* Refactor actor avatar componentChocobozzz2022-06-275-5/+16
|
* Fix fetching unlisted video in clientChocobozzz2022-06-245-9/+9
|
* 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-166-21/+7
| |
* | Increase global font sizeChocobozzz2022-06-169-80/+16
| |
* | Move alert into to pt-alert-primaryChocobozzz2022-06-156-8/+8
| |
* | Reorganize application.scssChocobozzz2022-06-132-1/+4
| |
* | Replace all glyphicon iconsChocobozzz2022-06-132-10/+2
| |
* | Replace glyphicon chevronChocobozzz2022-06-104-21/+7
| |
* | Rename input toggle hidden to input textChocobozzz2022-06-101-3/+3
| | | | | | | | It's more than just an hidden toggle
* | Use bootstrap loaderChocobozzz2022-06-102-2/+2
| |
* | Remove secondary color themeChocobozzz2022-06-101-10/+6
| |
* | Merge branch 'release/4.2.0' into developChocobozzz2022-06-102-4/+4
|\|
| * Fix classic select and ng select css inconsistencyChocobozzz2022-06-102-4/+4
| |
* | Migrate to bootstrap 5Chocobozzz2022-06-1011-48/+43
| |