aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch/video-watch.component.ts
Commit message (Collapse)AuthorAgeFilesLines
* Support videos stats in clientChocobozzz2022-04-151-9/+4
|
* Reorganize player filesChocobozzz2022-03-141-5/+6
|
* Add latency setting supportChocobozzz2022-03-091-6/+28
|
* Fast forward on HLS decode errorChocobozzz2022-02-021-3/+5
|
* Automatically restart live on server/live restartChocobozzz2022-01-191-3/+0
|
* Cleanup player hotkeysChocobozzz2022-01-131-11/+17
|
* Increase player control bar sizeChocobozzz2022-01-101-0/+11
|
* Add ability for admins to set default p2p policyChocobozzz2021-12-161-26/+38
|
* Refactor video viewsChocobozzz2021-11-091-3/+3
| | | | | | | | Introduce viewers attribute for live videos Count views for live videos Reduce delay to see the viewer update for lives Add ability to configure video views buffer interval and view ip expiration
* Add ability to exclude muted accountsChocobozzz2021-11-021-1/+1
|
* add ...playlist.elements.loaded hook (#4387)kontrollanten2021-10-121-1/+7
| | | | | | | | | | | | | * client: add ...playlist.elements.loaded hook closes #4385 * fix linting error * client: add playlist metadata to video-watch hooks * Prefer using a filter for playlist elements hook Co-authored-by: Chocobozzz <me@florianbigard.com>
* Remove useless asyncChocobozzz2021-08-261-2/+2
|
* Migrate client to eslintChocobozzz2021-08-181-19/+20
|
* Fix client lintChocobozzz2021-08-171-8/+8
|
* Refactor video links buildersChocobozzz2021-07-261-1/+1
|
* Refactor video links buildingChocobozzz2021-07-261-0/+1
|
* Refactor requestsChocobozzz2021-07-201-2/+9
|
* Fix subscribe hotkeyChocobozzz2021-07-121-1/+4
|
* Move watch attributes in a dedicated componentChocobozzz2021-06-301-220/+180
|
* Move video alert in a dedicated componentChocobozzz2021-06-301-20/+0
|
* Move watch action buttons in a dedicated componentChocobozzz2021-06-291-50/+6
|
* 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