aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/peertube-videojs-plugin.ts
Commit message (Expand)AuthorAgeFilesLines
* Refractor videojs playerChocobozzz2019-02-111-754/+0
* Fix captions in HTTP fallbackChocobozzz2019-01-141-0/+5
* Set last subtitle or subtitle in URLChocobozzz2018-12-171-11/+33
* Fix player progress bar when changing resolutionChocobozzz2018-11-161-0/+5
* Better typingsChocobozzz2018-10-181-8/+12
* NoImplicitAny flag true (#1157)BO412018-10-181-20/+20
* Fix webtorrent disablingChocobozzz2018-10-171-17/+30
* move to boolean switchRigel Kent2018-10-131-3/+2
* add webtorrent opt-out settingsRigel Kent2018-10-131-1/+5
* Add user history and resume videosChocobozzz2018-10-051-2/+32
* Hide useless error when destroying fake rendererChocobozzz2018-09-281-1/+11
* Fix ios player playback/subtitles menuChocobozzz2018-09-171-99/+102
* Sort video captionsChocobozzz2018-07-251-1/+1
* Improve frontend accessibilityChocobozzz2018-07-171-1/+1
* Correctly handle error when remote instance is downChocobozzz2018-07-161-1/+6
* Improve start time paramChocobozzz2018-07-161-4/+4
* Handle subtitles in playerChocobozzz2018-07-161-2/+18
* Fix video resolution limitChocobozzz2018-07-101-11/+26
* [#766] Fix the change of speed when quality changesGaƫtan Rizio2018-07-091-0/+2
* filter to Cap the maximum resolution to the screen resolutionNitesh Sawant2018-06-301-2/+3
* Fix FPS label in resolution menuChocobozzz2018-06-291-1/+4
* Don't log "The play() request was interrupted..."Chocobozzz2018-06-291-0/+4
* Log into the console torrent errorsChocobozzz2018-06-251-4/+4
* Disable auto resolution on HTTP fallbackChocobozzz2018-06-221-2/+11
* Add title in player peers info to show total downloaded/uploaded dataChocobozzz2018-06-221-1/+3
* Move player local storage functions in their own fileChocobozzz2018-06-181-9/+8
* Don't send view on private videoChocobozzz2018-06-181-0/+2
* Create webtorrent client on player loadChocobozzz2018-06-181-23/+24
* Add theatre modeChocobozzz2018-06-111-12/+18
* Remove video not foundChocobozzz2018-06-081-5/+2
* Smooth resolution change?Chocobozzz2018-06-081-0/+28
* Fix seeking on auto resolution changeChocobozzz2018-06-081-1/+2
* Improve player progress barChocobozzz2018-06-081-1/+3
* Pick average video file insead of max qualityChocobozzz2018-06-071-2/+8
* Reduce bundle sizesChocobozzz2018-06-071-5/+12
* Fix player resolution change that plays even if the video was pausedChocobozzz2018-06-071-21/+42
* Localize playerChocobozzz2018-06-061-9/+1
* Fix player progress barChocobozzz2018-05-311-0/+4
* Add context menu to playerChocobozzz2018-05-301-0/+4
* Fix protractor with SafariChocobozzz2018-05-241-3/+1
* Make it works with new autoplay policyChocobozzz2018-05-221-2/+12
* Fix play on iOS (grumph)Chocobozzz2018-05-221-4/+16
* Store webtorrent chunks in indexdbChocobozzz2018-05-151-9/+10
* Fix auto qualityChocobozzz2018-04-201-3/+5
* Handle when autoplay failsChocobozzz2018-04-181-10/+25
* Hide big play button on autoplayChocobozzz2018-04-171-4/+4
* Improve big play button animationChocobozzz2018-04-151-4/+3
* Add ability to set a start timeChocobozzz2018-04-051-7/+17
* Cleanup peertube plugin after disposeChocobozzz2018-04-051-11/+25
* Fix auto quality with http fallbackChocobozzz2018-04-051-1/+2