Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Improve player | Chocobozzz | 2018-04-03 | 12 | -233/+1100 |
| | | | | | Add a settings dialog based on the work of Yanko Shterev (@yshterev): https://github.com/yshterev/videojs-settings-menu. Thanks! | ||||
* | Add opacity effect on control bar icons | Chocobozzz | 2018-04-03 | 1 | -0/+4 |
| | |||||
* | Improve player progress bar | Chocobozzz | 2018-04-03 | 1 | -0/+24 |
| | |||||
* | Fix player error when the media is not supported | Chocobozzz | 2018-03-26 | 2 | -9/+8 |
| | |||||
* | Test to remove google as stun server | Chocobozzz | 2018-03-23 | 1 | -3/+0 |
| | |||||
* | Update stun servers | Chocobozzz | 2018-03-23 | 1 | -1/+18 |
| | |||||
* | Fallback to torrent file if there is an incorrect info hash | Chocobozzz | 2018-03-23 | 1 | -5/+18 |
| | |||||
* | BEARKING CHANGE: Update videos API response | Chocobozzz | 2018-03-19 | 1 | -10/+11 |
| | | | | before beta | ||||
* | Add "local" videos in menu | Chocobozzz | 2018-03-13 | 1 | -0/+15 |
| | |||||
* | Make it works on iOS | Chocobozzz | 2018-03-06 | 1 | -4/+8 |
| | |||||
* | Fix player dispose exception | Chocobozzz | 2018-03-02 | 1 | -12/+0 |
| | |||||
* | Cleaner videojs control bar implementation | Chocobozzz | 2018-03-01 | 1 | -17/+2 |
| | |||||
* | Fix playback rate | Chocobozzz | 2018-03-01 | 1 | -0/+2 |
| | |||||
* | Add fallback to HTTP | Chocobozzz | 2018-02-26 | 2 | -47/+117 |
| | |||||
* | Add help tooltip | Chocobozzz | 2018-02-22 | 1 | -0/+12 |
| | |||||
* | Add support to video support on client | Chocobozzz | 2018-02-20 | 1 | -0/+13 |
| | |||||
* | Fix issue with webm and opus video | Chocobozzz | 2018-02-18 | 1 | -1/+1 |
| | |||||
* | Fix video play promise error on non supported browsers | Chocobozzz | 2018-02-14 | 1 | -16/+21 |
| | |||||
* | Move adding a video view videojs peertube plugin | Chocobozzz | 2018-02-14 | 1 | -1/+52 |
| | |||||
* | Better peertube icons | Chocobozzz | 2018-02-08 | 16 | -3/+2 |
| | |||||
* | Include Web Manifest (#273) | Lucas Teixeira | 2018-02-08 | 7 | -0/+1 |
| | | | | | | | | | | | | | | | | * Include Web Manifest Now we need to fix the path, which shouldn't be hard. * Delete unused icon * Remove Thumbs.db That file was automatically generated * Fixed icon path * Fixed typo | ||||
* | Fix video play on google chrome | Chocobozzz | 2018-02-07 | 2 | -16/+10 |
| | |||||
* | Add about page | Chocobozzz | 2018-01-31 | 1 | -0/+12 |
| | |||||
* | Don't play video if user paused it during loading | Chocobozzz | 2018-01-23 | 1 | -3/+7 |
| | |||||
* | Fix changing video in watch page | Chocobozzz | 2018-01-12 | 1 | -9/+11 |
| |