Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refractor videojs player | Chocobozzz | 2019-02-11 | 1 | -754/+0 |
| | | | | Add fake p2p-media-loader plugin | ||||
* | Fix captions in HTTP fallback | Chocobozzz | 2019-01-14 | 1 | -0/+5 |
| | |||||
* | Set last subtitle or subtitle in URL | Chocobozzz | 2018-12-17 | 1 | -11/+33 |
| | |||||
* | Fix player progress bar when changing resolution | Chocobozzz | 2018-11-16 | 1 | -0/+5 |
| | |||||
* | Better typings | Chocobozzz | 2018-10-18 | 1 | -8/+12 |
| | |||||
* | NoImplicitAny flag true (#1157) | BO41 | 2018-10-18 | 1 | -20/+20 |
| | | | | | | | | this enables the `noImplicitAny` flag in the Typescript compiler > When the noImplicitAny flag is true and the TypeScript compiler cannot infer the type, it still generates the JavaScript files, but it also reports an error. Many seasoned developers prefer this stricter setting because type checking catches more unintentional errors at compile time. closes: #1131 replaces #1137 | ||||
* | Fix webtorrent disabling | Chocobozzz | 2018-10-17 | 1 | -17/+30 |
| | |||||
* | move to boolean switch | Rigel Kent | 2018-10-13 | 1 | -3/+2 |
| | |||||
* | add webtorrent opt-out settings | Rigel Kent | 2018-10-13 | 1 | -1/+5 |
| | | | | | - add a key in localstorage to remember the opt-out - add a user setting | ||||
* | Add user history and resume videos | Chocobozzz | 2018-10-05 | 1 | -2/+32 |
| | |||||
* | Hide useless error when destroying fake renderer | Chocobozzz | 2018-09-28 | 1 | -1/+11 |
| | |||||
* | Fix ios player playback/subtitles menu | Chocobozzz | 2018-09-17 | 1 | -99/+102 |
| | |||||
* | Sort video captions | Chocobozzz | 2018-07-25 | 1 | -1/+1 |
| | |||||
* | Improve frontend accessibility | Chocobozzz | 2018-07-17 | 1 | -1/+1 |
| | | | | | In particular checkboxes, likes/dislikes, share button, video thumbnails and help buttons | ||||
* | Correctly handle error when remote instance is down | Chocobozzz | 2018-07-16 | 1 | -1/+6 |
| | |||||
* | Improve start time param | Chocobozzz | 2018-07-16 | 1 | -4/+4 |
| | | | | Can handle 2m42s for example | ||||
* | Handle subtitles in player | Chocobozzz | 2018-07-16 | 1 | -2/+18 |
| | |||||
* | Fix video resolution limit | Chocobozzz | 2018-07-10 | 1 | -11/+26 |
| | |||||
* | [#766] Fix the change of speed when quality changes | Gaƫtan Rizio | 2018-07-09 | 1 | -0/+2 |
| | | | | | | | | | | | | When changing the `playbackRate` of the video then changing the quality, the `playbackRate` returned to its initial value (1). The reason behind it is that the callback was not called when change of the quality was done if there was no error. This commit does the following: * Ensure the callback (`done`) is called after changing the quality | ||||
* | filter to Cap the maximum resolution to the screen resolution | Nitesh Sawant | 2018-06-30 | 1 | -2/+3 |
| | |||||
* | Fix FPS label in resolution menu | Chocobozzz | 2018-06-29 | 1 | -1/+4 |
| | |||||
* | Don't log "The play() request was interrupted..." | Chocobozzz | 2018-06-29 | 1 | -0/+4 |
| | |||||
* | Log into the console torrent errors | Chocobozzz | 2018-06-25 | 1 | -4/+4 |
| | |||||
* | Disable auto resolution on HTTP fallback | Chocobozzz | 2018-06-22 | 1 | -2/+11 |
| | |||||
* | Add title in player peers info to show total downloaded/uploaded data | Chocobozzz | 2018-06-22 | 1 | -1/+3 |
| | |||||
* | Move player local storage functions in their own file | Chocobozzz | 2018-06-18 | 1 | -9/+8 |
| | |||||
* | Don't send view on private video | Chocobozzz | 2018-06-18 | 1 | -0/+2 |
| | |||||
* | Create webtorrent client on player load | Chocobozzz | 2018-06-18 | 1 | -23/+24 |
| | | | | | | So we don't run Angular change detection every 250ms on webtorrent import, when https://github.com/mafintosh/speedometer/pull/7 will be merged | ||||
* | Add theatre mode | Chocobozzz | 2018-06-11 | 1 | -12/+18 |
| | |||||
* | Remove video not found | Chocobozzz | 2018-06-08 | 1 | -5/+2 |
| | |||||
* | Smooth resolution change? | Chocobozzz | 2018-06-08 | 1 | -0/+28 |
| | |||||
* | Fix seeking on auto resolution change | Chocobozzz | 2018-06-08 | 1 | -1/+2 |
| | |||||
* | Improve player progress bar | Chocobozzz | 2018-06-08 | 1 | -1/+3 |
| | |||||
* | Pick average video file insead of max quality | Chocobozzz | 2018-06-07 | 1 | -2/+8 |
| | |||||
* | Reduce bundle sizes | Chocobozzz | 2018-06-07 | 1 | -5/+12 |
| | |||||
* | Fix player resolution change that plays even if the video was paused | Chocobozzz | 2018-06-07 | 1 | -21/+42 |
| | |||||
* | Localize player | Chocobozzz | 2018-06-06 | 1 | -9/+1 |
| | |||||
* | Fix player progress bar | Chocobozzz | 2018-05-31 | 1 | -0/+4 |
| | |||||
* | Add context menu to player | Chocobozzz | 2018-05-30 | 1 | -0/+4 |
| | |||||
* | Fix protractor with Safari | Chocobozzz | 2018-05-24 | 1 | -3/+1 |
| | |||||
* | Make it works with new autoplay policy | Chocobozzz | 2018-05-22 | 1 | -2/+12 |
| | |||||
* | Fix play on iOS (grumph) | Chocobozzz | 2018-05-22 | 1 | -4/+16 |
| | |||||
* | Store webtorrent chunks in indexdb | Chocobozzz | 2018-05-15 | 1 | -9/+10 |
| | |||||
* | Fix auto quality | Chocobozzz | 2018-04-20 | 1 | -3/+5 |
| | |||||
* | Handle when autoplay fails | Chocobozzz | 2018-04-18 | 1 | -10/+25 |
| | |||||
* | Hide big play button on autoplay | Chocobozzz | 2018-04-17 | 1 | -4/+4 |
| | |||||
* | Improve big play button animation | Chocobozzz | 2018-04-15 | 1 | -4/+3 |
| | |||||
* | Add ability to set a start time | Chocobozzz | 2018-04-05 | 1 | -7/+17 |
| | |||||
* | Cleanup peertube plugin after dispose | Chocobozzz | 2018-04-05 | 1 | -11/+25 |
| | |||||
* | Fix auto quality with http fallback | Chocobozzz | 2018-04-05 | 1 | -1/+2 |
| |