aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/video-watch.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Move privacy concerns in a dedicated componentChocobozzz2021-06-291-40/+4
|
* Reorganize watch componentsChocobozzz2021-06-291-1/+1
|
* Create a dedicated component for video descriptionChocobozzz2021-06-291-50/+0
|
* Create a dedicated component for video ratingChocobozzz2021-06-291-96/+10
|
* Support short uuid for GET video/playlistChocobozzz2021-06-291-10/+16
|
* add client hook filter:videojs.optionskontrollanten2021-06-141-1/+5
| | | | closes #4086
* Speed up plugins loadingChocobozzz2021-06-041-1/+0
|
* Use HTML config when possibleChocobozzz2021-06-041-16/+19
|
* Refactor server errors handlerChocobozzz2021-06-021-3/+5
|
* refactor API errors to standard error formatRigel Kent2021-06-021-1/+1
|
* Support '/w/' and '/w/p/' for watch pageChocobozzz2021-05-281-1/+1
| | | | And use them as default in client
* Remove ngx-metaChocobozzz2021-05-271-1/+1
| | | | Unmaintained
* Instance homepage support (#4007)Chocobozzz2021-05-271-1/+1
| | | | | | | | | | | | | | | | | * Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service
* Fix live ending bannerChocobozzz2021-05-251-1/+1
|
* Fix playlist position errorChocobozzz2021-04-271-2/+2
|
* Added "last" and a reversed ?playlistPosition in playlist URL (#3974)Florian CUNY2021-04-261-1/+12
| | | | | | | | | | | | | | | | | * Added "last" and a reversed playlistPosition Implements https://github.com/Chocobozzz/PeerTube/issues/3897 * Fixed lint errors in video-watch component * Applied requested changes * Removed debug logs * Fixed lint * Playlist position styling Co-authored-by: Chocobozzz <me@florianbigard.com>
* Fixed lint errorPoslovitch2021-04-261-2/+4
|
* Fixed "previous" button showing when not watching a playlistPoslovitch2021-04-261-4/+5
|
* Added a "previous" button on player when watching playlistPoslovitch2021-04-261-0/+4
| | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3485
* Revert "Fix context menu when watching a playlist"Chocobozzz2021-04-211-16/+1
| | | | | | This reverts commit e8bb5b6b3a1e4c2aeab368f01cc5092d8478b893. We'll refactor this error handler in hls.js v1 upgrade
* Fix context menu when watching a playlistChocobozzz2021-04-211-1/+16
|
* add link to open video on origin instanceRigel Kent2021-04-121-0/+7
| | | | closes #3624
* Add playlist and video in watch action hookChocobozzz2021-04-091-1/+6
|
* Don't pause video upon modal open (#3909)kontrollanten2021-04-081-36/+1
| | | | | | | | | * client: dont pause video upon modal open closes #3816 * client(video/watch): remove obsolete code * gitignore: add vscode and vim swp files
* Add ability to update the bannerChocobozzz2021-04-081-1/+6
|
* Refactor video miniatureChocobozzz2021-04-011-0/+5
| | | | | | Less dirty code, better responsive Prepare for some regressions Increase default miniature size
* Resume videos for non-logged in users (#3885)kontrollanten2021-03-311-2/+8
| | | | | | | | | | | * client: resume videos for non-logged in users closes #3866 * fix build for embeded * Update client/src/app/app.component.ts * fix review comments
* Add support button in channel pageChocobozzz2021-03-311-3/+3
|
* fix missing title attribute on <iframe> tag suggested for embedding (#3901)Thavarasa Prasanth2021-03-311-0/+1
| | | | | | | | | | | | | * title attribute is missing on <iframe> tag suggested for embedding #3861 * fix #3901 * fix: escapeHTML #3901 * fix: playlist title instead of video title #3901 * fix #3901 * assign title directly #3901
* Display the preview image on waiting livesChocobozzz2021-02-221-4/+15
|
* Correctly load live information when not startedChocobozzz2021-02-221-9/+14
|
* Fix complete description loadingChocobozzz2021-02-121-0/+1
|
* Fix small UI bugsChocobozzz2021-02-021-6/+11
|
* redirect to login on 401, display error variants in 404 componentRigel Kent2021-01-251-8/+5
|
* Don't update timestamps for a liveChocobozzz2020-12-171-1/+3
|
* Improve live player responsiveChocobozzz2020-12-101-0/+2
|
* Live views updateChocobozzz2020-12-091-16/+34
|
* emit more specific status codes on video upload (#3423)Rigel Kent2020-12-081-3/+21
| | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses
* Load video in permanent live after last one endedChocobozzz2020-12-041-1/+12
|
* Refactor last PRChocobozzz2020-11-271-6/+0
|
* add title attribute for exact view counters (#3365)Tanguy BERNARD2020-11-271-0/+6
|
* Try to optimize sha segments fetchingChocobozzz2020-11-101-0/+2
|
* Add live info in watch pageChocobozzz2020-11-091-1/+13
|
* Add modal to display live informationChocobozzz2020-11-091-1/+1
|
* Add watch messages if live has not startedChocobozzz2020-11-091-2/+57
|
* changed video rating popover text with link to login page (#3168)test2a2020-10-301-1/+1
| | | Co-authored-by: Rigel Kent <sendmemail@rigelk.eu>
* Fix play of videos on iosChocobozzz2020-08-271-0/+2
| | | | When the user already played a video
* Add redirection on unavailable video due to follow constraintsChocobozzz2020-08-261-2/+19
|
* Add ability to set a description to dynamic fieldsChocobozzz2020-08-211-1/+1
|
* Send videojs to action player hooksChocobozzz2020-08-211-1/+1
|