aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/utils.ts
Commit message (Collapse)AuthorAgeFilesLines
* Allow iframes to open linksChocobozzz2019-12-271-1/+1
|
* Support playlists in share modalChocobozzz2019-12-051-0/+2
|
* Add params to share modalChocobozzz2019-06-121-7/+44
|
* Add ability to disable trackerChocobozzz2019-04-101-0/+5
|
* tslint updateChocobozzz2019-04-021-2/+2
|
* Add to playlist dropdownChocobozzz2019-03-181-5/+15
|
* Add hls support on serverChocobozzz2019-02-111-0/+14
|
* Set last subtitle or subtitle in URLChocobozzz2018-12-171-0/+1
|
* Better typingsChocobozzz2018-10-181-1/+1
|
* NoImplicitAny flag true (#1157)BO412018-10-181-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 modalChocobozzz2018-08-271-5/+4
|
* Improve start time paramChocobozzz2018-07-161-4/+40
| | | | Can handle 2m42s for example
* Move player local storage functions in their own fileChocobozzz2018-06-181-81/+2
|
* (embed) sandbox the iframeRigel Kent2018-06-111-0/+1
|
* Add theatre modeChocobozzz2018-06-111-0/+13
|
* Reduce bundle sizesChocobozzz2018-06-071-0/+25
|
* Localize playerChocobozzz2018-06-061-0/+2
|
* Add context menu to playerChocobozzz2018-05-301-0/+34
|
* Make it works with new autoplay policyChocobozzz2018-05-221-0/+5
|
* Automatic resolution according to user bandwidth V1Chocobozzz2018-04-051-0/+18
|
* Improve playerChocobozzz2018-04-031-0/+72
Add a settings dialog based on the work of Yanko Shterev (@yshterev): https://github.com/yshterev/videojs-settings-menu. Thanks!