Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refractor videojs player | Chocobozzz | 2019-02-11 | 1 | -300/+0 |
| | | | | Add fake p2p-media-loader plugin | ||||
* | Fix captions in HTTP fallback | Chocobozzz | 2019-01-14 | 1 | -0/+8 |
| | |||||
* | Set last subtitle or subtitle in URL | Chocobozzz | 2018-12-17 | 1 | -16/+20 |
| | |||||
* | add noImplicitThis flag (#1324) | BO41 | 2018-10-24 | 1 | -2/+2 |
| | |||||
* | Better typings | Chocobozzz | 2018-10-18 | 1 | -8/+12 |
| | |||||
* | NoImplicitAny flag true (#1157) | BO41 | 2018-10-18 | 1 | -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 videos | Chocobozzz | 2018-10-05 | 1 | -2/+6 |
| | |||||
* | adding shortcuts to videojs, adding frame-by-frame support | Rigel Kent | 2018-09-30 | 1 | -0/+30 |
| | |||||
* | Fix playback rate hotkey | Chocobozzz | 2018-09-24 | 1 | -8/+6 |
| | |||||
* | add chevron hotkeys to change playback rate | Rigel Kent | 2018-09-22 | 1 | -1/+21 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2018-09-21 | 1 | -1/+0 |
| | |||||
* | Add more playback speed (0.75 and 1.25) | Glandos | 2018-08-31 | 1 | -1/+1 |
| | | | Those speeds are much more closer to the normal speed. They are useful for listening to human speeches. | ||||
* | Cache player translations | Chocobozzz | 2018-08-27 | 1 | -4/+17 |
| | |||||
* | Translate player according to the interface lang | Chocobozzz | 2018-08-16 | 1 | -0/+5 |
| | |||||
* | Translate subtitle langs in player | Chocobozzz | 2018-08-16 | 1 | -5/+29 |
| | |||||
* | Improve start time param | Chocobozzz | 2018-07-16 | 1 | -1/+1 |
| | | | | Can handle 2m42s for example | ||||
* | Handle subtitles in player | Chocobozzz | 2018-07-16 | 1 | -6/+19 |
| | |||||
* | Ability to programmatically control embeds (#776) | William Lahti | 2018-07-10 | 1 | -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 numbers | Rigel Kent | 2018-07-06 | 1 | -1/+2 |
| | | | | fixes #771 | ||||
* | Fix #639 providing magnet URI in player and download modal | Rigel Kent | 2018-06-24 | 1 | -0/+7 |
| | |||||
* | Add time mouse display to see where we seek the video | Chocobozzz | 2018-06-13 | 1 | -0/+1 |
| | |||||
* | Add theatre mode | Chocobozzz | 2018-06-11 | 1 | -0/+9 |
| | |||||
* | Fix markdown links truncating | Chocobozzz | 2018-06-07 | 1 | -2/+0 |
| | |||||
* | Rename fr locale -> fr-FR | Chocobozzz | 2018-06-06 | 1 | -2/+2 |
| | |||||
* | Little i18n refractoring | Chocobozzz | 2018-06-06 | 1 | -4/+6 |
| | |||||
* | Localize player | Chocobozzz | 2018-06-06 | 1 | -25/+42 |
| | |||||
* | Fix player progress bar | Chocobozzz | 2018-05-31 | 1 | -1/+11 |
| | |||||
* | Add context menu to player | Chocobozzz | 2018-05-30 | 1 | -0/+27 |
| | |||||
* | Make it works with new autoplay policy | Chocobozzz | 2018-05-22 | 1 | -16/+0 |
| | |||||
* | Fix peertube with google bot | Chocobozzz | 2018-05-22 | 1 | -0/+16 |
| | |||||
* | Do not bundle two different videojs versions | Chocobozzz | 2018-05-11 | 1 | -1/+1 |
| | |||||
* | Handle when autoplay fails | Chocobozzz | 2018-04-18 | 1 | -1/+2 |
| | |||||
* | Add ability to set a start time | Chocobozzz | 2018-04-05 | 1 | -2/+4 |
| | |||||
* | Improve first play | Chocobozzz | 2018-04-03 | 1 | -1/+3 |
| | |||||
* | Improve player | Chocobozzz | 2018-04-03 | 1 | -0/+96 |
Add a settings dialog based on the work of Yanko Shterev (@yshterev): https://github.com/yshterev/videojs-settings-menu. Thanks! |