Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix captions in HTTP fallback | Chocobozzz | 2019-01-14 | 3 | -0/+26 |
| | |||||
* | Set last subtitle or subtitle in URL | Chocobozzz | 2018-12-17 | 5 | -28/+66 |
| | |||||
* | Fix player progress bar when changing resolution | Chocobozzz | 2018-11-16 | 2 | -0/+5 |
| | |||||
* | add noImplicitThis flag (#1324) | BO41 | 2018-10-24 | 2 | -3/+3 |
| | |||||
* | Fix webtorrent disabled by default | Chocobozzz | 2018-10-19 | 1 | -1/+2 |
| | |||||
* | Better typings | Chocobozzz | 2018-10-18 | 13 | -39/+75 |
| | |||||
* | NoImplicitAny flag true (#1157) | BO41 | 2018-10-18 | 14 | -74/+70 |
| | | | | | | | | 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 | ||||
* | Fix webtorrent disabling | Chocobozzz | 2018-10-17 | 1 | -17/+30 |
| | |||||
* | move to boolean switch | Rigel Kent | 2018-10-13 | 2 | -10/+7 |
| | |||||
* | add webtorrent opt-out settings | Rigel Kent | 2018-10-13 | 2 | -1/+15 |
| | | | | | - add a key in localstorage to remember the opt-out - add a user setting | ||||
* | Add user history and resume videos | Chocobozzz | 2018-10-05 | 3 | -5/+47 |
| | |||||
* | adding shortcuts to videojs, adding frame-by-frame support | Rigel Kent | 2018-09-30 | 1 | -0/+30 |
| | |||||
* | Hide useless error when destroying fake renderer | Chocobozzz | 2018-09-28 | 1 | -1/+11 |
| | |||||
* | Fix playback rate hotkey | Chocobozzz | 2018-09-24 | 2 | -9/+11 |
| | |||||
* | Merge branch 'develop' into unused-imports | Chocobozzz | 2018-09-24 | 1 | -1/+21 |
|\ | |||||
| * | add chevron hotkeys to change playback rate | Rigel Kent | 2018-09-22 | 1 | -1/+21 |
| | | |||||
* | | remove unused imports | BO41 | 2018-09-22 | 1 | -2/+1 |
|/ | |||||
* | Upgrade client dependencies | Chocobozzz | 2018-09-21 | 1 | -1/+0 |
| | |||||
* | Fix ios player playback/subtitles menu | Chocobozzz | 2018-09-17 | 2 | -101/+107 |
| | |||||
* | 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. | ||||
* | Fix player playback (video never ends) | Chocobozzz | 2018-08-28 | 2 | -2/+7 |
| | |||||
* | Add start at checkbox in share modal | Chocobozzz | 2018-08-27 | 1 | -5/+4 |
| | |||||
* | 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 |
| | |||||
* | Sort video captions | Chocobozzz | 2018-07-25 | 1 | -1/+1 |
| | |||||
* | Improve frontend accessibility | Chocobozzz | 2018-07-17 | 1 | -1/+1 |
| | | | | | In particular checkboxes, likes/dislikes, share button, video thumbnails and help buttons | ||||
* | Correctly handle error when remote instance is down | Chocobozzz | 2018-07-16 | 1 | -1/+6 |
| | |||||
* | Improve start time param | Chocobozzz | 2018-07-16 | 4 | -10/+46 |
| | | | | Can handle 2m42s for example | ||||
* | Handle subtitles in player | Chocobozzz | 2018-07-16 | 4 | -10/+49 |
| | |||||
* | 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 | ||||
* | Fix video resolution limit | Chocobozzz | 2018-07-10 | 1 | -11/+26 |
| | |||||
* | Merge branch 'ctrl-number-hotkeys' into 'develop' | Chocobozzz | 2018-07-09 | 1 | -1/+2 |
|\ | | | | | | | | | Disable hotkeys modifiers for numbers in the player See merge request chocobozzz/PeerTube!14 | ||||
| * | (client/player) disable hotkeys modifiers for numbers | Rigel Kent | 2018-07-06 | 1 | -1/+2 |
| | | | | | | | | fixes #771 | ||||
* | | [#766] Fix the change of speed when quality changes | Gaƫtan Rizio | 2018-07-09 | 1 | -0/+2 |
|/ | | | | | | | | | | | | When changing the `playbackRate` of the video then changing the quality, the `playbackRate` returned to its initial value (1). The reason behind it is that the callback was not called when change of the quality was done if there was no error. This commit does the following: * Ensure the callback (`done`) is called after changing the quality | ||||
* | filter to Cap the maximum resolution to the screen resolution | Nitesh Sawant | 2018-06-30 | 1 | -2/+3 |
| | |||||
* | Fix FPS label in resolution menu | Chocobozzz | 2018-06-29 | 1 | -1/+4 |
| | |||||
* | Handle higher FPS for high resolution (test) | Chocobozzz | 2018-06-29 | 1 | -1/+6 |
| | |||||
* | Don't log "The play() request was interrupted..." | Chocobozzz | 2018-06-29 | 1 | -0/+4 |
| | |||||
* | Reset published date on publish | Chocobozzz | 2018-06-28 | 1 | -1/+1 |
| | |||||
* | Log into the console torrent errors | Chocobozzz | 2018-06-25 | 1 | -4/+4 |
| | |||||
* | Fix #639 providing magnet URI in player and download modal | Rigel Kent | 2018-06-24 | 1 | -0/+7 |
| | |||||
* | Disable auto resolution on HTTP fallback | Chocobozzz | 2018-06-22 | 3 | -2/+23 |
| | |||||
* | Add title in player peers info to show total downloaded/uploaded data | Chocobozzz | 2018-06-22 | 2 | -1/+9 |
| | |||||
* | Fix HTTP fallback when having videostream issues on firefox | Chocobozzz | 2018-06-20 | 1 | -2/+2 |
| | |||||
* | Add margin for http fallback display | Chocobozzz | 2018-06-18 | 1 | -1/+1 |
| | |||||
* | Move player local storage functions in their own file | Chocobozzz | 2018-06-18 | 4 | -91/+98 |
| | |||||
* | Don't send view on private video | Chocobozzz | 2018-06-18 | 1 | -0/+2 |
| | |||||
* | Create webtorrent client on player load | Chocobozzz | 2018-06-18 | 1 | -23/+24 |
| | | | | | | So we don't run Angular change detection every 250ms on webtorrent import, when https://github.com/mafintosh/speedometer/pull/7 will be merged | ||||
* | Add time mouse display to see where we seek the video | Chocobozzz | 2018-06-13 | 1 | -0/+1 |
| |