aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/assets/player/utils.ts
Commit message (Collapse)AuthorAgeFilesLines
* Support '/w/' and '/w/p/' for watch pageChocobozzz2021-05-281-2/+2
| | | | And use them as default in client
* Instance homepage support (#4007)Chocobozzz2021-05-271-1/+1
| | | | | | | | | | | | | | | | | * Prepare homepage parsers * Add ability to update instance hompage * Add ability to set homepage as landing page * Add homepage preview in admin * Dynamically update left menu for homepage * Inject home content in homepage * Add videos list and channel miniature custom markup * Remove unused elements in markup service
* Revert "Fix context menu when watching a playlist"Chocobozzz2021-04-211-3/+3
| | | | | | This reverts commit e8bb5b6b3a1e4c2aeab368f01cc5092d8478b893. We'll refactor this error handler in hls.js v1 upgrade
* Fix context menu when watching a playlistChocobozzz2021-04-211-3/+3
|
* fix missing title attribute on <iframe> tag suggested for embedding (#3901)Thavarasa Prasanth2021-03-311-1/+4
| | | | | | | | | | | | | * title attribute is missing on <iframe> tag suggested for embedding #3861 * fix #3901 * fix: escapeHTML #3901 * fix: playlist title instead of video title #3901 * fix #3901 * assign title directly #3901
* Fix 00:00 player timestampChocobozzz2020-11-251-1/+3
|
* allow private syndication feeds via a user feedTokenRigel Kent2020-11-251-13/+0
|
* Add ability to share playlists in modalChocobozzz2020-08-071-15/+44
|
* Add ability to disable peertube button link in embedChocobozzz2020-08-071-0/+2
|
* Upgrade to angular 10Chocobozzz2020-08-071-1/+1
|
* Fix isIOS functionChocobozzz2020-08-031-2/+2
|
* Detect ipad desktop as ios tooChocobozzz2020-07-311-1/+8
|
* Fix webtorrent play on SafariChocobozzz2020-05-121-1/+11
|
* Remove resume parameter when sharing a videoChocobozzz2020-02-101-1/+2
|
* Allow iframes to open linksChocobozzz2019-12-271-1/+1
|
* Support playlists in share modalChocobozzz2019-12-051-0/+2
|
* Add params to share modalChocobozzz2019-06-121-7/+44
|
* Add ability to disable trackerChocobozzz2019-04-101-0/+5
|
* tslint updateChocobozzz2019-04-021-2/+2
|
* Add to playlist dropdownChocobozzz2019-03-181-5/+15
|
* Add hls support on serverChocobozzz2019-02-111-0/+14
|
* Set last subtitle or subtitle in URLChocobozzz2018-12-171-0/+1
|
* Better typingsChocobozzz2018-10-181-1/+1
|
* NoImplicitAny flag true (#1157)BO412018-10-181-1/+1
| | | | | | | | 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 start at checkbox in share modalChocobozzz2018-08-271-5/+4
|
* Improve start time paramChocobozzz2018-07-161-4/+40
| | | | Can handle 2m42s for example
* Move player local storage functions in their own fileChocobozzz2018-06-181-81/+2
|
* (embed) sandbox the iframeRigel Kent2018-06-111-0/+1
|
* Add theatre modeChocobozzz2018-06-111-0/+13
|
* Reduce bundle sizesChocobozzz2018-06-071-0/+25
|
* Localize playerChocobozzz2018-06-061-0/+2
|
* Add context menu to playerChocobozzz2018-05-301-0/+34
|
* Make it works with new autoplay policyChocobozzz2018-05-221-0/+5
|
* Automatic resolution according to user bandwidth V1Chocobozzz2018-04-051-0/+18
|
* Improve playerChocobozzz2018-04-031-0/+72
Add a settings dialog based on the work of Yanko Shterev (@yshterev): https://github.com/yshterev/videojs-settings-menu. Thanks!