Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'next' into develop | Chocobozzz | 2021-10-11 | 1 | -2/+0 |
|\ | |||||
| * | Fix embed api | Chocobozzz | 2021-09-10 | 1 | -2/+0 |
| | | |||||
* | | Fix local/session storage polyfill | Chocobozzz | 2021-10-11 | 1 | -0/+2 |
|/ | |||||
* | Remove useless async | Chocobozzz | 2021-08-26 | 1 | -1/+1 |
| | |||||
* | Speed up client lint | Chocobozzz | 2021-08-18 | 1 | -1/+1 |
| | |||||
* | Migrate client to eslint | Chocobozzz | 2021-08-18 | 1 | -9/+11 |
| | |||||
* | Fix test embed page | Chocobozzz | 2020-12-14 | 1 | -2/+2 |
| | |||||
* | Handle playlist methods in embed api | Chocobozzz | 2020-08-07 | 1 | -3/+11 |
| | |||||
* | Add ability to update embed captions | Chocobozzz | 2020-05-06 | 1 | -1/+31 |
| | |||||
* | Add duration in embed api playbackStatusUpdate | Chocobozzz | 2020-04-08 | 1 | -1/+1 |
| | |||||
* | Fix embed api documentation | Chocobozzz | 2020-03-20 | 1 | -1/+1 |
| | |||||
* | Fix test embed page | Chocobozzz | 2019-12-18 | 1 | -0/+9 |
| | |||||
* | tslint update | Chocobozzz | 2019-04-02 | 1 | -12/+12 |
| | |||||
* | Better typings | Chocobozzz | 2018-10-18 | 1 | -3/+3 |
| | |||||
* | NoImplicitAny flag true (#1157) | BO41 | 2018-10-18 | 1 | -3/+3 |
| | | | | | | | | 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 | ||||
* | Change friendly reminder about privacy. | Chocobozzz | 2018-07-10 | 1 | -1/+1 |
| | |||||
* | Fix player lint | Chocobozzz | 2018-07-10 | 1 | -17/+15 |
| | |||||
* | Ability to programmatically control embeds (#776) | William Lahti | 2018-07-10 | 1 | -0/+98 |
* 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 |