aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/peertube-player.ts
Commit message (Collapse)AuthorAgeFilesLines
* NoImplicitAny flag true (#1157)BO412018-10-181-8/+8
| | | | | | | | 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-2/+6
|
* adding shortcuts to videojs, adding frame-by-frame supportRigel Kent2018-09-301-0/+30
|
* Fix playback rate hotkeyChocobozzz2018-09-241-8/+6
|
* add chevron hotkeys to change playback rateRigel Kent2018-09-221-1/+21
|
* Upgrade client dependenciesChocobozzz2018-09-211-1/+0
|
* Add more playback speed (0.75 and 1.25)Glandos2018-08-311-1/+1
| | | Those speeds are much more closer to the normal speed. They are useful for listening to human speeches.
* Cache player translationsChocobozzz2018-08-271-4/+17
|
* Translate player according to the interface langChocobozzz2018-08-161-0/+5
|
* Translate subtitle langs in playerChocobozzz2018-08-161-5/+29
|
* Improve start time paramChocobozzz2018-07-161-1/+1
| | | | Can handle 2m42s for example
* Handle subtitles in playerChocobozzz2018-07-161-6/+19
|
* Ability to programmatically control embeds (#776)William Lahti2018-07-101-2/+7
| | | | | | | | | | | | | | | | | | | | * first stab at jschannel based player api * semicolon purge * more method-level docs; consolidate definitions * missing definitions * better match peertube's class conventions * styling for embed tester * basic docs * add `getVolume` * document the test-embed feature
* (client/player) disable hotkeys modifiers for numbersRigel Kent2018-07-061-1/+2
| | | | fixes #771
* Fix #639 providing magnet URI in player and download modalRigel Kent2018-06-241-0/+7
|
* Add time mouse display to see where we seek the videoChocobozzz2018-06-131-0/+1
|
* Add theatre modeChocobozzz2018-06-111-0/+9
|
* Fix markdown links truncatingChocobozzz2018-06-071-2/+0
|
* Rename fr locale -> fr-FRChocobozzz2018-06-061-2/+2
|
* Little i18n refractoringChocobozzz2018-06-061-4/+6
|
* Localize playerChocobozzz2018-06-061-25/+42
|
* Fix player progress barChocobozzz2018-05-311-1/+11
|
* Add context menu to playerChocobozzz2018-05-301-0/+27
|
* Make it works with new autoplay policyChocobozzz2018-05-221-16/+0
|
* Fix peertube with google botChocobozzz2018-05-221-0/+16
|
* Do not bundle two different videojs versionsChocobozzz2018-05-111-1/+1
|
* Handle when autoplay failsChocobozzz2018-04-181-1/+2
|
* Add ability to set a start timeChocobozzz2018-04-051-2/+4
|
* Improve first playChocobozzz2018-04-031-1/+3
|
* Improve playerChocobozzz2018-04-031-0/+96
Add a settings dialog based on the work of Yanko Shterev (@yshterev): https://github.com/yshterev/videojs-settings-menu. Thanks!