Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add P2P enabled/disabled in player card | Chocobozzz | 2021-12-16 | 1 | -1/+2 |
| | |||||
* | Hide P2P in player if disabled | Chocobozzz | 2021-12-16 | 1 | -1/+5 |
| | |||||
* | Add ability for admins to set default p2p policy | Chocobozzz | 2021-12-16 | 1 | -2/+4 |
| | |||||
* | Migrate to @peertube/videojs-contextmenu | Chocobozzz | 2021-10-26 | 1 | -1/+1 |
| | | | | To fix a bug with latest videojs | ||||
* | Fix privacy concern for remote videos | Chocobozzz | 2021-10-21 | 1 | -2/+1 |
| | |||||
* | Improve playback with bad redundancies | Chocobozzz | 2021-10-14 | 1 | -1/+1 |
| | |||||
* | Cleanup player quality change | Chocobozzz | 2021-09-10 | 1 | -1/+1 |
| | |||||
* | Migrate client to eslint | Chocobozzz | 2021-08-18 | 1 | -22/+20 |
| | |||||
* | HLS v1 support | Chocobozzz | 2021-08-05 | 1 | -9/+36 |
| | |||||
* | Refactor video links builders | Chocobozzz | 2021-07-26 | 1 | -1/+2 |
| | |||||
* | Refactor video links building | Chocobozzz | 2021-07-26 | 1 | -7/+35 |
| | |||||
* | Fix player options | Chocobozzz | 2021-07-12 | 1 | -2/+1 |
| | |||||
* | Fix HTTP fallback with no webtorrent files | Chocobozzz | 2021-07-12 | 1 | -1/+6 |
| | |||||
* | add client hook filter:videojs.options | kontrollanten | 2021-06-14 | 1 | -10/+16 |
| | | | | closes #4086 | ||||
* | add stats videojs plugin | Rigel Kent | 2021-04-28 | 1 | -0/+15 |
| | |||||
* | Revert "Fix context menu when watching a playlist" | Chocobozzz | 2021-04-21 | 1 | -79/+31 |
| | | | | | | This reverts commit e8bb5b6b3a1e4c2aeab368f01cc5092d8478b893. We'll refactor this error handler in hls.js v1 upgrade | ||||
* | Fix context menu when watching a playlist | Chocobozzz | 2021-04-21 | 1 | -31/+79 |
| | |||||
* | Lazy load player captions | Chocobozzz | 2021-04-13 | 1 | -2/+4 |
| | |||||
* | add icons in contextmenu | Rigel Kent | 2021-04-12 | 1 | -2/+7 |
| | |||||
* | add loop toggle to the player contextmenu | Rigel Kent | 2021-04-12 | 1 | -27/+38 |
| | |||||
* | Resume videos for non-logged in users (#3885) | kontrollanten | 2021-03-31 | 1 | -1/+4 |
| | | | | | | | | | | | * client: resume videos for non-logged in users closes #3866 * fix build for embeded * Update client/src/app/app.component.ts * fix review comments | ||||
* | fix missing title attribute on <iframe> tag suggested for embedding (#3901) | Thavarasa Prasanth | 2021-03-31 | 1 | -4/+5 |
| | | | | | | | | | | | | | * 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 | ||||
* | Add 1.75 option to playback rates | ltsallas | 2021-03-26 | 1 | -1/+1 |
| | |||||
* | client(hotkeys): remove seekstep VLC behavior | kontrollanten | 2021-02-16 | 1 | -13/+8 |
| | | | | closes #2810 | ||||
* | client(hotkeys): tighten hotkey definitions | kontrollanten | 2021-02-16 | 1 | -4/+7 |
| | |||||
* | Improve parse log with sql | Chocobozzz | 2021-02-01 | 1 | -1/+1 |
| | |||||
* | Fix viewers for lives | Chocobozzz | 2020-12-07 | 1 | -1/+2 |
| | |||||
* | allow private syndication feeds via a user feedToken | Rigel Kent | 2020-11-25 | 1 | -1/+2 |
| | |||||
* | Update live settings edge delay | Chocobozzz | 2020-11-18 | 1 | -1/+1 |
| | |||||
* | Increase live delay | Chocobozzz | 2020-11-17 | 1 | -1/+1 |
| | |||||
* | Try to optimize sha segments fetching | Chocobozzz | 2020-11-10 | 1 | -1/+3 |
| | |||||
* | Regenerate miniature on live save | Chocobozzz | 2020-11-09 | 1 | -4/+2 |
| | |||||
* | Live streaming implementation first step | Chocobozzz | 2020-11-09 | 1 | -2/+2 |
| | |||||
* | Fix play of videos on ios | Chocobozzz | 2020-08-27 | 1 | -0/+4 |
| | | | | When the user already played a video | ||||
* | Correctly fix autoplay with webtorrent | Chocobozzz | 2020-08-19 | 1 | -8/+8 |
| | |||||
* | Try to fix autoplay with ios/safari | Chocobozzz | 2020-08-19 | 1 | -8/+18 |
| | | | | | | | | | * Disable autoplay on first load because we have weird issues (player starts to play and stop so we loose the big play button). We also don't want to autoplay muted videos (bad UX IMHO and we don't have ads to display) * Enable autoplay when we already played a video (fixes the issue with playlists) | ||||
* | Add ability to share playlists in modal | Chocobozzz | 2020-08-07 | 1 | -2/+2 |
| | |||||
* | Add previous button | Chocobozzz | 2020-08-07 | 1 | -10/+50 |
| | |||||
* | Handle basic playlist in embed | Chocobozzz | 2020-08-07 | 1 | -2/+16 |
| | |||||
* | Reorganize shared models | Chocobozzz | 2020-08-07 | 1 | -1/+2 |
| | |||||
* | Upgrade to angular 10 | Chocobozzz | 2020-08-07 | 1 | -3/+1 |
| | |||||
* | Fix resolution for portrait videos | Chocobozzz | 2020-08-03 | 1 | -1/+8 |
| | |||||
* | Fixes video hotkey part 1 | Chocobozzz | 2020-07-31 | 1 | -1/+2 |
| | | | | A patch has to be merged in videojs hotkey plugin too | ||||
* | Support player hotkeys when it is not focused | Chocobozzz | 2020-06-23 | 1 | -0/+7 |
| | |||||
* | Fix webtorrent play on Safari | Chocobozzz | 2020-05-12 | 1 | -11/+8 |
| | |||||
* | Try to fix auto play on apple devices | Chocobozzz | 2020-05-11 | 1 | -5/+9 |
| | |||||
* | Fix autoplay on Safari | Chocobozzz | 2020-05-11 | 1 | -1/+11 |
| | |||||
* | Fix videojs | Chocobozzz | 2020-04-21 | 1 | -2/+2 |
| | |||||
* | Fix videojs typings | Chocobozzz | 2020-04-17 | 1 | -9/+9 |
| | |||||
* | Fix videojs subtitles | Chocobozzz | 2020-04-08 | 1 | -3/+0 |
| |