Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability to disable peertube button link in embed | Chocobozzz | 2020-08-07 | 1 | -0/+2 |
| | |||||
* | Handle start at/stop at in playlist embed | Chocobozzz | 2020-08-07 | 1 | -3/+20 |
| | |||||
* | Handle unavailable videos in embed playlists | Chocobozzz | 2020-08-07 | 2 | -14/+45 |
| | |||||
* | Add previous button | Chocobozzz | 2020-08-07 | 5 | -51/+166 |
| | |||||
* | Handle basic playlist in embed | Chocobozzz | 2020-08-07 | 7 | -6/+360 |
| | |||||
* | Add logic to handle playlist in embed | Chocobozzz | 2020-08-07 | 2 | -7/+10 |
| | |||||
* | Reorganize shared models | Chocobozzz | 2020-08-07 | 2 | -2/+3 |
| | |||||
* | Upgrade to angular 10 | Chocobozzz | 2020-08-07 | 5 | -10/+4 |
| | |||||
* | Fix isIOS function | Chocobozzz | 2020-08-03 | 1 | -2/+2 |
| | |||||
* | 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 | ||||
* | Detect ipad desktop as ios too | Chocobozzz | 2020-07-31 | 1 | -1/+8 |
| | |||||
* | Fallback to built in HLS if possible | Chocobozzz | 2020-07-20 | 1 | -21/+33 |
| | |||||
* | Fix player menu on mobile | Chocobozzz | 2020-07-02 | 1 | -2/+10 |
| | |||||
* | Exclude 0p from auto webtorrent quality | Chocobozzz | 2020-06-24 | 1 | -18/+22 |
| | |||||
* | Support player hotkeys when it is not focused | Chocobozzz | 2020-06-23 | 1 | -0/+7 |
| | |||||
* | Remove uneccessary details to link titles | Caroline Chuong | 2020-06-18 | 1 | -1/+1 |
| | |||||
* | fix duplicate id in svg, empty alt in base email | Rigel Kent | 2020-06-04 | 1 | -11/+8 |
| | |||||
* | Fix webtorrent play on Safari | Chocobozzz | 2020-05-12 | 3 | -19/+27 |
| | |||||
* | Try to fix auto play on apple devices | Chocobozzz | 2020-05-11 | 3 | -7/+11 |
| | |||||
* | Fix autoplay on Safari | Chocobozzz | 2020-05-11 | 1 | -1/+11 |
| | |||||
* | Add ability to update embed captions | Chocobozzz | 2020-05-06 | 1 | -1/+1 |
| | |||||
* | Fix videojs | Chocobozzz | 2020-04-21 | 22 | -23/+23 |
| | |||||
* | Fix videojs typings | Chocobozzz | 2020-04-17 | 22 | -52/+51 |
| | |||||
* | Fix videojs subtitles | Chocobozzz | 2020-04-08 | 1 | -3/+0 |
| | |||||
* | Use hls.js light | Chocobozzz | 2020-04-08 | 2 | -2/+2 |
| | | | | Because we don't need subtitling and alternate-audio features | ||||
* | Don't force autoplay | Chocobozzz | 2020-04-07 | 1 | -1/+1 |
| | | | | | Don't use muting to autoplay videos. If the web browser does not want to autoplay the video, it's okay. | ||||
* | Client dependencies upgrade | Chocobozzz | 2020-04-01 | 1 | -2/+4 |
| | |||||
* | Remove resume parameter when sharing a video | Chocobozzz | 2020-02-10 | 1 | -1/+2 |
| | |||||
* | Improve embed title background opacity | Chocobozzz | 2020-02-03 | 2 | -1/+4 |
| | |||||
* | Move streamroot plugin in core project | Chocobozzz | 2020-01-31 | 4 | -24/+680 |
| | | | | | To avoid an already bundled HLS.js library, and adapt some parts of the code | ||||
* | Merge branch 'release/2.1.0' into develop | Chocobozzz | 2020-01-29 | 1 | -1/+1 |
|\ | |||||
| * | Fix wrong audio only resolution label for hls | Chocobozzz | 2020-01-29 | 1 | -1/+1 |
| | | |||||
* | | Fix webtorrent resolution issue | Chocobozzz | 2020-01-29 | 2 | -3/+4 |
| | | |||||
* | | Correctly type videojs player | Chocobozzz | 2020-01-29 | 21 | -610/+682 |
|/ | |||||
* | Allow iframes to open links | Chocobozzz | 2019-12-27 | 1 | -1/+1 |
| | |||||
* | Fix upnext, refactor avatar menu, add to playlist overflow | Rigel Kent | 2019-12-20 | 1 | -25/+29 |
| | |||||
* | Add next video button to the player | Rigel Kent | 2019-12-19 | 3 | -4/+59 |
| | |||||
* | improve notification popup interactivity: read all, layout, position | Rigel Kent | 2019-12-19 | 1 | -0/+2 |
| | | | | fixes #1730 | ||||
* | respect video history on explicit playlist click | Rigel Kent | 2019-12-18 | 2 | -1/+2 |
| | | | | | | | also correct font-weight for .title-page-single, and tooltip dynamic text for playlist loop button. fixes #1889 | ||||
* | Add play/pause bezels to the video player | Rigel Kent | 2019-12-18 | 2 | -0/+94 |
| | |||||
* | Fix build | Chocobozzz | 2019-12-18 | 1 | -4/+5 |
| | |||||
* | Fix test embed page | Chocobozzz | 2019-12-18 | 2 | -0/+8 |
| | |||||
* | Speedup embed first paint | Chocobozzz | 2019-12-18 | 2 | -51/+55 |
| | |||||
* | add 'up next' screen on autoplay | Rigel Kent | 2019-12-17 | 2 | -0/+170 |
| | |||||
* | Fix cellular detection in player | Chocobozzz | 2019-12-09 | 1 | -1/+1 |
| | |||||
* | Don't seed on cellular networks | Chocobozzz | 2019-12-06 | 1 | -111/+149 |
| | |||||
* | Add hook to alter player build options | Chocobozzz | 2019-12-05 | 1 | -4/+4 |
| | |||||
* | Support playlists in share modal | Chocobozzz | 2019-12-05 | 1 | -0/+2 |
| | |||||
* | Add ability to disable P2P in HLS player too | Chocobozzz | 2019-11-29 | 3 | -5/+7 |
| |