aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/peertube-videojs-typings.ts
Commit message (Collapse)AuthorAgeFilesLines
* Refactor video links buildingChocobozzz2021-07-261-0/+5
|
* Cleanup stats for nerdsChocobozzz2021-04-281-1/+5
|
* add stats videojs pluginRigel Kent2021-04-281-0/+3
|
* Revert "Fix context menu when watching a playlist"Chocobozzz2021-04-211-7/+2
| | | | | | This reverts commit e8bb5b6b3a1e4c2aeab368f01cc5092d8478b893. We'll refactor this error handler in hls.js v1 upgrade
* Fix context menu when watching a playlistChocobozzz2021-04-211-2/+7
|
* Resume videos for non-logged in users (#3885)kontrollanten2021-03-311-0/+2
| | | | | | | | | | | * client: resume videos for non-logged in users closes #3866 * fix build for embeded * Update client/src/app/app.component.ts * fix review comments
* Fix viewers for livesChocobozzz2020-12-071-0/+2
|
* add 'total downloaded' stats from server and peers in player (#3394)Florian CUNY2020-12-041-0/+2
| | | | | | Implements https://github.com/Chocobozzz/PeerTube/issues/3384 This will only work with HLS. The display for Webtorrent is left untouched. Co-authored-by: Rigel Kent <par@rigelk.eu>
* Add previous buttonChocobozzz2020-08-071-0/+7
|
* Handle basic playlist in embedChocobozzz2020-08-071-1/+24
|
* Add logic to handle playlist in embedChocobozzz2020-08-071-6/+9
|
* Upgrade to angular 10Chocobozzz2020-08-071-2/+0
|
* Add ability to update embed captionsChocobozzz2020-05-061-1/+1
|
* Fix videojsChocobozzz2020-04-211-1/+1
|
* Fix videojs typingsChocobozzz2020-04-171-1/+1
|
* Improve embed title background opacityChocobozzz2020-02-031-0/+2
|
* Move streamroot plugin in core projectChocobozzz2020-01-311-13/+44
| | | | | To avoid an already bundled HLS.js library, and adapt some parts of the code
* Fix webtorrent resolution issueChocobozzz2020-01-291-1/+2
|
* Correctly type videojs playerChocobozzz2020-01-291-17/+33
|
* Add ability to disable webtorrentChocobozzz2019-11-251-1/+1
| | | | In favour of HLS
* Improve HLS redundancyChocobozzz2019-08-231-1/+2
|
* Add to playlist dropdownChocobozzz2019-03-181-1/+6
|
* Add hls support on serverChocobozzz2019-02-111-1/+14
|
* Correctly implement p2p-media-loaderChocobozzz2019-02-111-0/+12
|
* Refractor videojs playerChocobozzz2019-02-111-9/+58
| | | | Add fake p2p-media-loader plugin
* Set last subtitle or subtitle in URLChocobozzz2018-12-171-0/+1
|
* Better typingsChocobozzz2018-10-181-1/+4
|
* 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
* Add user history and resume videosChocobozzz2018-10-051-1/+9
|
* Improve start time paramChocobozzz2018-07-161-1/+1
| | | | Can handle 2m42s for example
* Handle subtitles in playerChocobozzz2018-07-161-2/+10
|
* Reduce bundle sizesChocobozzz2018-06-071-1/+1
|
* Handle when autoplay failsChocobozzz2018-04-181-0/+1
|
* Add ability to set a start timeChocobozzz2018-04-051-0/+1
|
* Improve playerChocobozzz2018-04-031-0/+33
Add a settings dialog based on the work of Yanko Shterev (@yshterev): https://github.com/yshterev/videojs-settings-menu. Thanks!