aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone/player
Commit message (Collapse)AuthorAgeFilesLines
* Remove suppressImplicitAnyIndexErrorsChocobozzz2023-05-241-1/+1
| | | | It's deprecated by TS
* Move to new documentation linksChocobozzz2023-02-221-1/+1
|
* Update player embed api versionChocobozzz2022-09-091-1/+1
|
* Fix removeListener if player embed apiChocobozzz2022-09-091-1/+1
|
* @peertube/embed-api 0.0.Chocobozzz2021-10-261-1/+1
| | | | 5
* Add dev lib documentationChocobozzz2021-09-071-1/+1
|
* Migrate client to eslintChocobozzz2021-08-183-21/+26
|
* Use new doc linksChocobozzz2021-01-051-1/+1
|
* Handle playlist methods in embed apiChocobozzz2020-08-071-0/+21
|
* Add ability to update embed captionsChocobozzz2020-05-062-1/+23
|
* Add duration in embed api playbackStatusUpdateChocobozzz2020-04-081-1/+1
|
* Add "ended" embed API eventChocobozzz2020-04-081-1/+1
|
* Add embed api buildChocobozzz2019-12-185-4/+43
|
* Remove watch scriptsChocobozzz2019-12-181-0/+1
|
* Add package.json for embed apiChocobozzz2019-12-182-0/+25
|
* Fix test embed pageChocobozzz2019-12-182-4/+9
|
* tslint updateChocobozzz2019-04-022-5/+3
|
* Fix player lintChocobozzz2018-07-103-91/+93
|
* Ability to programmatically control embeds (#776)William Lahti2018-07-103-0/+256
* 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