aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone/videos/test-embed.ts
Commit message (Collapse)AuthorAgeFilesLines
* Add ability for client to create server logsChocobozzz2022-07-181-5/+6
|
* Merge branch 'next' into developChocobozzz2021-10-111-2/+0
|\
| * Fix embed apiChocobozzz2021-09-101-2/+0
| |
* | Fix local/session storage polyfillChocobozzz2021-10-111-0/+2
|/
* Remove useless asyncChocobozzz2021-08-261-1/+1
|
* Speed up client lintChocobozzz2021-08-181-1/+1
|
* Migrate client to eslintChocobozzz2021-08-181-9/+11
|
* Fix test embed pageChocobozzz2020-12-141-2/+2
|
* Handle playlist methods in embed apiChocobozzz2020-08-071-3/+11
|
* Add ability to update embed captionsChocobozzz2020-05-061-1/+31
|
* Add duration in embed api playbackStatusUpdateChocobozzz2020-04-081-1/+1
|
* Fix embed api documentationChocobozzz2020-03-201-1/+1
|
* Fix test embed pageChocobozzz2019-12-181-0/+9
|
* tslint updateChocobozzz2019-04-021-12/+12
|
* Better typingsChocobozzz2018-10-181-3/+3
|
* NoImplicitAny flag true (#1157)BO412018-10-181-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.Chocobozzz2018-07-101-1/+1
|
* Fix player lintChocobozzz2018-07-101-17/+15
|
* Ability to programmatically control embeds (#776)William Lahti2018-07-101-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