Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability to share playlists in modal | Chocobozzz | 2020-08-07 | 1 | -15/+44 |
| | |||||
* | Add ability to disable peertube button link in embed | Chocobozzz | 2020-08-07 | 1 | -0/+2 |
| | |||||
* | Upgrade to angular 10 | Chocobozzz | 2020-08-07 | 1 | -1/+1 |
| | |||||
* | Fix isIOS function | Chocobozzz | 2020-08-03 | 1 | -2/+2 |
| | |||||
* | Detect ipad desktop as ios too | Chocobozzz | 2020-07-31 | 1 | -1/+8 |
| | |||||
* | Fix webtorrent play on Safari | Chocobozzz | 2020-05-12 | 1 | -1/+11 |
| | |||||
* | Remove resume parameter when sharing a video | Chocobozzz | 2020-02-10 | 1 | -1/+2 |
| | |||||
* | Allow iframes to open links | Chocobozzz | 2019-12-27 | 1 | -1/+1 |
| | |||||
* | Support playlists in share modal | Chocobozzz | 2019-12-05 | 1 | -0/+2 |
| | |||||
* | Add params to share modal | Chocobozzz | 2019-06-12 | 1 | -7/+44 |
| | |||||
* | Add ability to disable tracker | Chocobozzz | 2019-04-10 | 1 | -0/+5 |
| | |||||
* | tslint update | Chocobozzz | 2019-04-02 | 1 | -2/+2 |
| | |||||
* | Add to playlist dropdown | Chocobozzz | 2019-03-18 | 1 | -5/+15 |
| | |||||
* | Add hls support on server | Chocobozzz | 2019-02-11 | 1 | -0/+14 |
| | |||||
* | Set last subtitle or subtitle in URL | Chocobozzz | 2018-12-17 | 1 | -0/+1 |
| | |||||
* | Better typings | Chocobozzz | 2018-10-18 | 1 | -1/+1 |
| | |||||
* | NoImplicitAny flag true (#1157) | BO41 | 2018-10-18 | 1 | -1/+1 |
| | | | | | | | | 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 | ||||
* | Add start at checkbox in share modal | Chocobozzz | 2018-08-27 | 1 | -5/+4 |
| | |||||
* | Improve start time param | Chocobozzz | 2018-07-16 | 1 | -4/+40 |
| | | | | Can handle 2m42s for example | ||||
* | Move player local storage functions in their own file | Chocobozzz | 2018-06-18 | 1 | -81/+2 |
| | |||||
* | (embed) sandbox the iframe | Rigel Kent | 2018-06-11 | 1 | -0/+1 |
| | |||||
* | Add theatre mode | Chocobozzz | 2018-06-11 | 1 | -0/+13 |
| | |||||
* | Reduce bundle sizes | Chocobozzz | 2018-06-07 | 1 | -0/+25 |
| | |||||
* | Localize player | Chocobozzz | 2018-06-06 | 1 | -0/+2 |
| | |||||
* | Add context menu to player | Chocobozzz | 2018-05-30 | 1 | -0/+34 |
| | |||||
* | Make it works with new autoplay policy | Chocobozzz | 2018-05-22 | 1 | -0/+5 |
| | |||||
* | Automatic resolution according to user bandwidth V1 | Chocobozzz | 2018-04-05 | 1 | -0/+18 |
| | |||||
* | Improve player | Chocobozzz | 2018-04-03 | 1 | -0/+72 |
Add a settings dialog based on the work of Yanko Shterev (@yshterev): https://github.com/yshterev/videojs-settings-menu. Thanks! |