aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone/videos/embed.ts
Commit message (Collapse)AuthorAgeFilesLines
...
* Handle errors in embedChocobozzz2018-04-191-5/+39
|
* Add ability to set a start timeChocobozzz2018-04-051-1/+7
|
* Improve first playChocobozzz2018-04-031-3/+2
|
* Improve playerChocobozzz2018-04-031-44/+16
| | | | | Add a settings dialog based on the work of Yanko Shterev (@yshterev): https://github.com/yshterev/videojs-settings-menu. Thanks!
* Add autoplay parameter in embedChocobozzz2018-03-271-1/+10
|
* Reduce innactivity timeout on embedChocobozzz2018-03-261-0/+1
|
* Fix typo in embedChocobozzz2018-03-191-1/+1
|
* Cleaner videojs control bar implementationChocobozzz2018-03-011-1/+22
|
* Add messages about privacy concerns (P2P)Chocobozzz2018-02-281-1/+2
|
* Fix testsChocobozzz2018-02-141-1/+1
|
* Fix video play promise error on non supported browsersChocobozzz2018-02-141-1/+2
|
* Move adding a video view videojs peertube pluginChocobozzz2018-02-141-2/+7
|
* Fix embed lintChocobozzz2018-02-141-5/+3
|
* Use fetch instead of XMLHttpRequest (#292)Florent F2018-02-141-41/+29
|
* Fetch remote AP objectsChocobozzz2018-01-101-0/+1
|
* Update dependenciesChocobozzz2018-01-091-1/+3
|
* Add hotkeys in video playerChocobozzz2018-01-091-1/+2
| | | | Double click for full screen
* Refractor peertube videojs pluginChocobozzz2018-01-091-1/+0
|
* Move to angular cliChocobozzz2017-12-121-1/+1
|
* Adapt client with video channelsChocobozzz2017-10-261-2/+2
|
* Client: handle multiple file resolutionsChocobozzz2017-10-061-71/+20
|
* Move video file metadata in their own tableChocobozzz2017-08-251-1/+5
| | | | Will be used for user video quotas and multiple video resolutions
* Process embed in webpack tooChocobozzz2017-07-231-0/+103