aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone/videos/embed.ts
Commit message (Expand)AuthorAgeFilesLines
* Cleaner warning of IP address leaking on embedded videos (#2034)Robin2019-08-161-1/+1
* Fix broken playlist apiChocobozzz2019-08-011-1/+1
* Add more embed parametersChocobozzz2019-06-111-148/+57
* Add ability to disable trackerChocobozzz2019-04-101-8/+18
* tslint updateChocobozzz2019-04-021-6/+6
* Update client depChocobozzz2019-04-021-17/+0
* Add to playlist dropdownChocobozzz2019-03-181-0/+3
* Add player mode in watch/embed urlsChocobozzz2019-02-111-1/+1
* Fallback HLS to webtorrentChocobozzz2019-02-111-6/+7
* Add hls support on serverChocobozzz2019-02-111-6/+15
* Add lazy loading in playerChocobozzz2019-02-111-0/+1
* Correctly implement p2p-media-loaderChocobozzz2019-02-111-11/+20
* Refractor videojs playerChocobozzz2019-02-111-49/+59
* Add missing translations in embed templateChocobozzz2019-01-141-12/+18
* Set last subtitle or subtitle in URLChocobozzz2018-12-171-13/+15
* Fix embed video id parsingChocobozzz2018-11-151-3/+2
* Fix embedChocobozzz2018-10-191-1/+1
* Better typingsChocobozzz2018-10-181-2/+5
* NoImplicitAny flag true (#1157)BO412018-10-181-2/+2
* Translate subtitle langs in playerChocobozzz2018-08-161-5/+6
* Flat shared module directoryChocobozzz2018-08-141-1/+1
* Improve frontend accessibilityChocobozzz2018-07-171-1/+1
* Correctly handle error when remote instance is downChocobozzz2018-07-161-8/+18
* Improve start time paramChocobozzz2018-07-161-4/+2
* Handle subtitles in playerChocobozzz2018-07-161-5/+25
* Fix player lintChocobozzz2018-07-101-63/+57
* Ability to programmatically control embeds (#776)William Lahti2018-07-101-55/+251
* Improve P2P & Privacy sectionChocobozzz2018-06-271-1/+1
* Add theatre modeChocobozzz2018-06-111-1/+2
* Fix e2e testsChocobozzz2018-06-081-2/+1
* Fix embed view with search paramsChocobozzz2018-06-071-1/+2
* Localize playerChocobozzz2018-06-061-5/+7
* Add context menu to playerChocobozzz2018-05-301-0/+1
* Make it works with new autoplay policyChocobozzz2018-05-221-0/+15
* Fix peertube with google botChocobozzz2018-05-221-0/+3
* 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 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