Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix playback rate | Chocobozzz | 2018-03-01 | 1 | -1/+1 |
| | |||||
* | Add ability to change the homepage | Chocobozzz | 2018-03-01 | 9 | -17/+86 |
| | |||||
* | Support different playback rates (#318) | jonathanraes | 2018-03-01 | 1 | -0/+1 |
| | |||||
* | Add stats route | Chocobozzz | 2018-02-28 | 4 | -4/+4 |
| | |||||
* | Add messages about privacy concerns (P2P) | Chocobozzz | 2018-02-28 | 5 | -60/+82 |
| | |||||
* | Handle user rates in real time | Chocobozzz | 2018-02-28 | 2 | -2/+9 |
| | |||||
* | Add max video height on mobile | Chocobozzz | 2018-02-28 | 1 | -1/+2 |
| | |||||
* | Fix complete description on some videos | Chocobozzz | 2018-02-27 | 1 | -1/+1 |
| | |||||
* | Add help to customizations configuration options | Chocobozzz | 2018-02-27 | 1 | -0/+2 |
| | |||||
* | Add ability to display job errors | Chocobozzz | 2018-02-27 | 2 | -0/+9 |
| | |||||
* | Disable service worker | Chocobozzz | 2018-02-26 | 1 | -1/+1 |
| | |||||
* | Add fallback to HTTP | Chocobozzz | 2018-02-26 | 1 | -3/+3 |
| | |||||
* | Add bar when loading chunks | Chocobozzz | 2018-02-23 | 1 | -0/+2 |
| | |||||
* | Improve admin tables | Chocobozzz | 2018-02-23 | 16 | -112/+243 |
| | |||||
* | Better help on markdown fields | Chocobozzz | 2018-02-23 | 5 | -37/+72 |
| | |||||
* | Add help tooltip | Chocobozzz | 2018-02-22 | 6 | -7/+107 |
| | |||||
* | Add limit to video sizes | Chocobozzz | 2018-02-22 | 1 | -1/+7 |
| | |||||
* | Throttle infinite scroller | Chocobozzz | 2018-02-22 | 2 | -11/+14 |
| | |||||
* | Add confirm when admin use custom js/css | Chocobozzz | 2018-02-22 | 15 | -166/+206 |
| | |||||
* | Register service worker | Chocobozzz | 2018-02-22 | 2 | -9/+5 |
| | |||||
* | Add ability to add custom css/javascript | Chocobozzz | 2018-02-22 | 6 | -7/+82 |
| | |||||
* | Add ability to update another user video | Chocobozzz | 2018-02-22 | 2 | -4/+8 |
| | |||||
* | Fix support field validation in video edit | Chocobozzz | 2018-02-21 | 1 | -1/+1 |
| | |||||
* | Put comments reply on the top | Chocobozzz | 2018-02-21 | 1 | -1/+1 |
| | |||||
* | Fix comment highlight | Chocobozzz | 2018-02-21 | 3 | -16/+16 |
| | |||||
* | Open mentions in new tab | Chocobozzz | 2018-02-21 | 2 | -6/+2 |
| | |||||
* | Add links to comment mentions | Chocobozzz | 2018-02-21 | 6 | -22/+149 |
| | |||||
* | Hide support button if it is empty | Chocobozzz | 2018-02-21 | 2 | -2/+3 |
| | |||||
* | Add ability to import videos from all supported youtube-dl sites | Chocobozzz | 2018-02-20 | 1 | -1/+1 |
| | |||||
* | Add support to video support on client | Chocobozzz | 2018-02-20 | 24 | -48/+199 |
| | |||||
* | Fix instance name displaying with long text | Chocobozzz | 2018-02-20 | 2 | -4/+13 |
| | |||||
* | Don't break design on long description/comment | Chocobozzz | 2018-02-20 | 2 | -0/+6 |
| | |||||
* | Add links support in comments | Chocobozzz | 2018-02-20 | 4 | -9/+27 |
| | |||||
* | Handle line feeds in comments | Chocobozzz | 2018-02-20 | 3 | -4/+14 |
| | |||||
* | Add filename in upload form title | Chocobozzz | 2018-02-20 | 2 | -1/+5 |
| | |||||
* | Sort video categories/languages | Chocobozzz | 2018-02-20 | 1 | -3/+12 |
| | |||||
* | Improve comment highlighting | Chocobozzz | 2018-02-19 | 11 | -58/+103 |
| | |||||
* | Issue #168: youtube-like marking of comments (#297) | jonathanraes | 2018-02-18 | 5 | -3/+40 |
| | | | | | | | | | | * youtube-like marking of comments uses GET parameters to mark comments similar to youtube * place link to comment in 'comment-date' * Use a routes to highight a comment | ||||
* | Add video image components | Chocobozzz | 2018-02-16 | 3 | -0/+116 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2018-02-16 | 1 | -2/+2 |
| | |||||
* | Add loading bar when updating a video | Chocobozzz | 2018-02-16 | 7 | -13/+33 |
| | |||||
* | Add ability to update thumbnail and preview on client | Chocobozzz | 2018-02-16 | 16 | -118/+230 |
| | |||||
* | Try to improve production guide | Chocobozzz | 2018-02-16 | 1 | -1/+1 |
| | |||||
* | Implement support field in video and video channel | Chocobozzz | 2018-02-15 | 2 | -0/+2 |
| | |||||
* | Fix video play promise error on non supported browsers | Chocobozzz | 2018-02-14 | 2 | -2/+5 |
| | |||||
* | Move adding a video view videojs peertube plugin | Chocobozzz | 2018-02-14 | 3 | -18/+11 |
| | |||||
* | Add ability to set video thumbnail/preview | Chocobozzz | 2018-02-14 | 1 | -1/+1 |
| | |||||
* | Rewrite infinite scroll | Chocobozzz | 2018-02-13 | 13 | -108/+239 |
| | |||||
* | Add background placeholder for thumbnails | Chocobozzz | 2018-02-12 | 2 | -1/+5 |
| | |||||
* | publish comment on crtl-enter (#290) | jonathanraes | 2018-02-12 | 1 | -1/+2 |
| |