aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/peertube-link-button.ts
Commit message (Collapse)AuthorAgeFilesLines
* Refractor videojs playerChocobozzz2019-02-111-40/+0
| | | | Add fake p2p-media-loader plugin
* Better typingsChocobozzz2018-10-181-1/+4
|
* NoImplicitAny flag true (#1157)BO412018-10-181-2/+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
* Reduce bundle sizesChocobozzz2018-06-071-0/+1
|
* Localize playerChocobozzz2018-06-061-1/+1
|
* Add context menu to playerChocobozzz2018-05-301-13/+7
|
* Fix resume video after peertube embed link clickChocobozzz2018-05-301-1/+4
|
* Resume video on peertube link click in embedChocobozzz2018-05-281-4/+24
|
* Improve playerChocobozzz2018-04-031-0/+20
Add a settings dialog based on the work of Yanko Shterev (@yshterev): https://github.com/yshterev/videojs-settings-menu. Thanks!