aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-watch
Commit message (Collapse)AuthorAgeFilesLines
* Fix miniature avatar sizeChocobozzz2021-05-051-1/+3
|
* Move to stylelintChocobozzz2021-04-287-20/+28
|
* Remove avatarUrl from modelsChocobozzz2021-04-283-50/+37
|
* Refactor actor avatar displayChocobozzz2021-04-287-16/+21
|
* Fix playlist position errorChocobozzz2021-04-271-2/+2
|
* Added ability to reply to comments with remote interactionPoslovitch2021-04-261-2/+2
| | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3725
* Added "last" and a reversed ?playlistPosition in playlist URL (#3974)Florian CUNY2021-04-262-1/+15
| | | | | | | | | | | | | | | | | * 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>
* Refactor next/prev logicChocobozzz2021-04-261-33/+20
|
* 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-262-0/+31
| | | | 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
|
* Refactor feed componentChocobozzz2021-04-152-5/+4
|
* Refactor comment add cssChocobozzz2021-04-155-198/+169
|
* Don't always use a link for account avatarChocobozzz2021-04-152-4/+4
|
* Add AccountAvatarComponent (#3965)kontrollanten2021-04-158-38/+12
| | | | | | | * refactor(client): create account-avatar component * continue implement account-avatar * fix review comments
* Fix lintChocobozzz2021-04-141-0/+1
|
* Move player style in watch componentChocobozzz2021-04-144-1/+23
|
* Use published at sort for recommended videosChocobozzz2021-04-141-1/+1
|
* add link to open video on origin instanceRigel Kent2021-04-122-2/+9
| | | | closes #3624
* Add plugin placeholder elements supportChocobozzz2021-04-121-0/+2
|
* Fix player responsive heightChocobozzz2021-04-121-1/+1
|
* Add playlist and video in watch action hookChocobozzz2021-04-091-1/+6
|
* Don't pause video upon modal open (#3909)kontrollanten2021-04-082-37/+2
| | | | | | | | | * 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-085-1/+107
|
* 🐛 FIX: player width/heigth aspect ratioJonas Sulzer2021-04-051-1/+1
| | | | | | to remove unnecessary black border above and below the video Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
* Refactor video miniatureChocobozzz2021-04-016-44/+52
| | | | | | 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
* Square channel avatar consistencyChocobozzz2021-03-311-6/+0
|
* Add support button in channel pageChocobozzz2021-03-316-56/+7
|
* 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
* Update english stringsChocobozzz2021-03-242-10/+6
|
* Display the preview image on waiting livesChocobozzz2021-02-222-5/+18
|
* Correctly load live information when not startedChocobozzz2021-02-221-9/+14
|
* Fix video comments display with deleted commentsChocobozzz2021-02-194-9/+20
|
* Fix complete description loadingChocobozzz2021-02-121-0/+1
|
* Fix comments sorting dropdown z-indexChocobozzz2021-02-111-1/+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
|
* Implement remote interactionChocobozzz2021-01-151-6/+2
|
* Use source sans 3 fontChocobozzz2021-01-131-1/+1
|
* Don't update timestamps for a liveChocobozzz2020-12-171-1/+3
|
* Fix comments countChocobozzz2020-12-101-1/+3
|
* Fix socket io with angularChocobozzz2020-12-101-6/+2
|
* Improve live player responsiveChocobozzz2020-12-101-0/+2
|
* Live views updateChocobozzz2020-12-091-16/+34
|
* Refactor views componentChocobozzz2020-12-092-7/+5
|
* 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
|