aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/peertube-videojs-typings.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add hls support on serverChocobozzz2019-02-111-1/+14
|
* Correctly implement p2p-media-loaderChocobozzz2019-02-111-0/+12
|
* Refractor videojs playerChocobozzz2019-02-111-9/+58
| | | | Add fake p2p-media-loader plugin
* Set last subtitle or subtitle in URLChocobozzz2018-12-171-0/+1
|
* Better typingsChocobozzz2018-10-181-1/+4
|
* NoImplicitAny flag true (#1157)BO412018-10-181-3/+3
| | | | | | | | 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 user history and resume videosChocobozzz2018-10-051-1/+9
|
* Improve start time paramChocobozzz2018-07-161-1/+1
| | | | Can handle 2m42s for example
* Handle subtitles in playerChocobozzz2018-07-161-2/+10
|
* Reduce bundle sizesChocobozzz2018-06-071-1/+1
|
* Handle when autoplay failsChocobozzz2018-04-181-0/+1
|
* Add ability to set a start timeChocobozzz2018-04-051-0/+1
|
* Improve playerChocobozzz2018-04-031-0/+33
Add a settings dialog based on the work of Yanko Shterev (@yshterev): https://github.com/yshterev/videojs-settings-menu. Thanks!