Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup tokens logic in embed | Chocobozzz | 2020-08-07 | 1 | -10/+16 |
| | |||||
* | Reorganize shared models | Chocobozzz | 2020-08-07 | 1 | -1/+1 |
| | |||||
* | Upgrade to angular 10 | Chocobozzz | 2020-08-07 | 1 | -14/+9 |
| | |||||
* | deal with refresh token in embed | Rigel Kent | 2020-08-06 | 1 | -6/+61 |
| | |||||
* | decouple video abuse details from embed, add embed to block list details | Rigel Kent | 2020-08-06 | 1 | -2/+11 |
| | |||||
* | Add ability to disable peertube link in embed | Chocobozzz | 2020-07-31 | 1 | -1/+3 |
| | |||||
* | Fix player menu on mobile | Chocobozzz | 2020-07-02 | 1 | -1/+1 |
| | |||||
* | Add ability to update embed captions | Chocobozzz | 2020-05-06 | 5 | -3/+84 |
| | |||||
* | Fix videojs | Chocobozzz | 2020-04-21 | 1 | -1/+1 |
| | |||||
* | Fix videojs typings | Chocobozzz | 2020-04-17 | 1 | -3/+3 |
| | |||||
* | Add duration in embed api playbackStatusUpdate | Chocobozzz | 2020-04-08 | 3 | -2/+4 |
| | |||||
* | Add "ended" embed API event | Chocobozzz | 2020-04-08 | 2 | -2/+7 |
| | |||||
* | Fix embed api documentation | Chocobozzz | 2020-03-20 | 1 | -1/+1 |
| | |||||
* | Fix saved mute in embed | Chocobozzz | 2020-02-28 | 1 | -1/+1 |
| | |||||
* | Merge branch 'release/2.1.0' into develop | Chocobozzz | 2020-02-26 | 1 | -0/+3 |
|\ | |||||
| * | Fix IOS embed player | Chocobozzz | 2020-02-26 | 1 | -0/+3 |
| | | |||||
* | | Improve embed title background opacity | Chocobozzz | 2020-02-03 | 1 | -20/+20 |
|/ | |||||
* | Add embed api build | Chocobozzz | 2019-12-18 | 5 | -4/+43 |
| | |||||
* | Remove watch scripts | Chocobozzz | 2019-12-18 | 1 | -0/+1 |
| | |||||
* | Add package.json for embed api | Chocobozzz | 2019-12-18 | 2 | -0/+25 |
| | |||||
* | Fix test embed page | Chocobozzz | 2019-12-18 | 6 | -18/+88 |
| | |||||
* | Speedup embed first paint | Chocobozzz | 2019-12-18 | 4 | -10/+57 |
| | |||||
* | Add hook to alter player build options | Chocobozzz | 2019-12-05 | 1 | -1/+1 |
| | |||||
* | Auto load HLS player in embed too | Chocobozzz | 2019-11-25 | 1 | -3/+11 |
| | |||||
* | Disable webtorrent support in client | Chocobozzz | 2019-11-25 | 1 | -1/+1 |
| | |||||
* | Cleaner warning of IP address leaking on embedded videos (#2034) | Robin | 2019-08-16 | 1 | -1/+1 |
| | | | | | | * Update peertube-skin.scss * Update embed.ts | ||||
* | Fix broken playlist api | Chocobozzz | 2019-08-01 | 1 | -1/+1 |
| | |||||
* | Add more embed parameters | Chocobozzz | 2019-06-11 | 3 | -149/+188 |
| | |||||
* | Add ability to disable tracker | Chocobozzz | 2019-04-10 | 1 | -8/+18 |
| | |||||
* | tslint update | Chocobozzz | 2019-04-02 | 4 | -23/+21 |
| | |||||
* | Update client dep | Chocobozzz | 2019-04-02 | 1 | -17/+0 |
| | |||||
* | Add to playlist dropdown | Chocobozzz | 2019-03-18 | 1 | -0/+3 |
| | |||||
* | Add player mode in watch/embed urls | Chocobozzz | 2019-02-11 | 1 | -1/+1 |
| | |||||
* | Fallback HLS to webtorrent | Chocobozzz | 2019-02-11 | 1 | -6/+7 |
| | |||||
* | Add hls support on server | Chocobozzz | 2019-02-11 | 1 | -6/+15 |
| | |||||
* | Add lazy loading in player | Chocobozzz | 2019-02-11 | 1 | -0/+1 |
| | |||||
* | Correctly implement p2p-media-loader | Chocobozzz | 2019-02-11 | 1 | -11/+20 |
| | |||||
* | Refractor videojs player | Chocobozzz | 2019-02-11 | 1 | -49/+59 |
| | | | | Add fake p2p-media-loader plugin | ||||
* | Add meta tag to embed.html | buoyantair | 2019-01-31 | 1 | -0/+1 |
| | |||||
* | Add missing translations in embed template | Chocobozzz | 2019-01-14 | 2 | -13/+19 |
| | |||||
* | Set last subtitle or subtitle in URL | Chocobozzz | 2018-12-17 | 1 | -13/+15 |
| | |||||
* | Fix embed video id parsing | Chocobozzz | 2018-11-15 | 1 | -3/+2 |
| | |||||
* | Fix embed | Chocobozzz | 2018-10-19 | 1 | -1/+1 |
| | |||||
* | Better typings | Chocobozzz | 2018-10-18 | 2 | -5/+8 |
| | |||||
* | NoImplicitAny flag true (#1157) | BO41 | 2018-10-18 | 2 | -5/+5 |
| | | | | | | | | 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 | ||||
* | Fix ios player playback/subtitles menu | Chocobozzz | 2018-09-17 | 1 | -1/+1 |
| | |||||
* | Translate subtitle langs in player | Chocobozzz | 2018-08-16 | 1 | -5/+6 |
| | |||||
* | Flat shared module directory | Chocobozzz | 2018-08-14 | 1 | -1/+1 |
| | |||||
* | Improve frontend accessibility | Chocobozzz | 2018-07-17 | 1 | -1/+1 |
| | | | | | In particular checkboxes, likes/dislikes, share button, video thumbnails and help buttons | ||||
* | Correctly handle error when remote instance is down | Chocobozzz | 2018-07-16 | 2 | -9/+18 |
| |