Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability to choose the language | Chocobozzz | 2018-06-28 | 1 | -0/+0 |
| | |||||
* | Log into the console torrent errors | Chocobozzz | 2018-06-25 | 1 | -4/+4 |
| | |||||
* | Fix #639 providing magnet URI in player and download modal | Rigel Kent | 2018-06-24 | 1 | -0/+7 |
| | |||||
* | Disable auto resolution on HTTP fallback | Chocobozzz | 2018-06-22 | 3 | -2/+23 |
| | |||||
* | Add title in player peers info to show total downloaded/uploaded data | Chocobozzz | 2018-06-22 | 2 | -1/+9 |
| | |||||
* | Fix HTTP fallback when having videostream issues on firefox | Chocobozzz | 2018-06-20 | 1 | -2/+2 |
| | |||||
* | Add margin for http fallback display | Chocobozzz | 2018-06-18 | 1 | -1/+1 |
| | |||||
* | Move player local storage functions in their own file | Chocobozzz | 2018-06-18 | 4 | -91/+98 |
| | |||||
* | Don't send view on private video | Chocobozzz | 2018-06-18 | 1 | -0/+2 |
| | |||||
* | Create webtorrent client on player load | Chocobozzz | 2018-06-18 | 1 | -23/+24 |
| | | | | | | So we don't run Angular change detection every 250ms on webtorrent import, when https://github.com/mafintosh/speedometer/pull/7 will be merged | ||||
* | Add time mouse display to see where we seek the video | Chocobozzz | 2018-06-13 | 1 | -0/+1 |
| | |||||
* | (embed) sandbox the iframe | Rigel Kent | 2018-06-11 | 1 | -0/+1 |
| | |||||
* | Add theatre mode | Chocobozzz | 2018-06-11 | 5 | -12/+99 |
| | |||||
* | Fix add icon path | Chocobozzz | 2018-06-11 | 1 | -0/+0 |
| | |||||
* | Remove video not found | Chocobozzz | 2018-06-08 | 1 | -5/+2 |
| | |||||
* | Smooth resolution change? | Chocobozzz | 2018-06-08 | 1 | -0/+28 |
| | |||||
* | Fix seeking on auto resolution change | Chocobozzz | 2018-06-08 | 1 | -1/+2 |
| | |||||
* | Improve player progress bar | Chocobozzz | 2018-06-08 | 1 | -1/+3 |
| | |||||
* | Pick average video file insead of max quality | Chocobozzz | 2018-06-07 | 1 | -2/+8 |
| | |||||
* | Reduce bundle sizes | Chocobozzz | 2018-06-07 | 6 | -6/+41 |
| | |||||
* | Fix player resolution change that plays even if the video was paused | Chocobozzz | 2018-06-07 | 1 | -21/+42 |
| | |||||
* | Fix markdown links truncating | Chocobozzz | 2018-06-07 | 1 | -2/+0 |
| | |||||
* | Rename fr locale -> fr-FR | Chocobozzz | 2018-06-06 | 1 | -2/+2 |
| | |||||
* | Little i18n refractoring | Chocobozzz | 2018-06-06 | 1 | -4/+6 |
| | |||||
* | Localize player | Chocobozzz | 2018-06-06 | 8 | -48/+53 |
| | |||||
* | Remove bad import | Chocobozzz | 2018-05-31 | 1 | -1/+0 |
| | |||||
* | Fix player progress bar | Chocobozzz | 2018-05-31 | 3 | -1/+51 |
| | |||||
* | Add context menu to player | Chocobozzz | 2018-05-30 | 5 | -16/+75 |
| | |||||
* | Improve create transcoding jobs tests | Chocobozzz | 2018-05-30 | 1 | -3/+3 |
| | |||||
* | Fix resume video after peertube embed link click | Chocobozzz | 2018-05-30 | 1 | -1/+4 |
| | |||||
* | Resume video on peertube link click in embed | Chocobozzz | 2018-05-28 | 1 | -4/+24 |
| | |||||
* | Fix protractor with Safari | Chocobozzz | 2018-05-24 | 1 | -3/+1 |
| | |||||
* | Make it works with new autoplay policy | Chocobozzz | 2018-05-22 | 3 | -18/+17 |
| | |||||
* | Fix play on iOS (grumph) | Chocobozzz | 2018-05-22 | 1 | -4/+16 |
| | |||||
* | Fix peertube with google bot | Chocobozzz | 2018-05-22 | 1 | -0/+16 |
| | |||||
* | Fix updating video tags to empty field | Chocobozzz | 2018-05-16 | 1 | -24/+35 |
| | |||||
* | Catch indexdb database destroy | Chocobozzz | 2018-05-16 | 1 | -15/+12 |
| | |||||
* | Store webtorrent chunks in indexdb | Chocobozzz | 2018-05-15 | 2 | -9/+227 |
| | |||||
* | Do not bundle two different videojs versions | Chocobozzz | 2018-05-11 | 1 | -1/+1 |
| | |||||
* | Fix auto quality | Chocobozzz | 2018-04-20 | 1 | -3/+5 |
| | |||||
* | Handle when autoplay fails | Chocobozzz | 2018-04-18 | 3 | -11/+28 |
| | |||||
* | Hide big play button on autoplay | Chocobozzz | 2018-04-17 | 1 | -4/+4 |
| | |||||
* | feature: initial syndication feeds support | Rigel Kent | 2018-04-17 | 1 | -0/+58 |
| | | | | | | | | | | | | | | | | | | Provides rss 2.0, atom 1.0 and json 1.0 feeds for videos (instance and account-wide) on listings and video-watch views. * still lacks redis caching * still lacks lastBuildDate support * still lacks channel-wide support * still lacks semantic annotation (for licenses, NSFW warnings, etc.) * still lacks love ( ˘ ³˘) * RSS: has MRSS support for torrent lists! * RSS: includes the first torrent in an enclosure * JSON: lists all torrents in the 'attachments' object * ATOM: lacking torrent listing support Advances #23 Partial implementation for the accountId generation in the client, which will need a hotfix to add a way to get the proper account id. | ||||
* | Improve big play button animation | Chocobozzz | 2018-04-15 | 2 | -4/+14 |
| | |||||
* | Add ability to set a start time | Chocobozzz | 2018-04-05 | 3 | -9/+22 |
| | |||||
* | Cleanup peertube plugin after dispose | Chocobozzz | 2018-04-05 | 1 | -11/+25 |
| | |||||
* | Fix auto quality with http fallback | Chocobozzz | 2018-04-05 | 2 | -2/+3 |
| | |||||
* | Automatic resolution according to user bandwidth V1 | Chocobozzz | 2018-04-05 | 5 | -49/+218 |
| | |||||
* | Fix watch page video change | Chocobozzz | 2018-04-03 | 4 | -7/+6 |
| | |||||
* | Improve first play | Chocobozzz | 2018-04-03 | 2 | -1/+4 |
| |