Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feature: initial syndication feeds support | Rigel Kent | 2018-04-17 | 7 | -4/+61 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | Fix indetation (I hope!) | Gérald Niel | 2018-04-11 | 1 | -1/+1 |
| | |||||
* | Fix #490 and justify text in comments div. | Gérald Niel | 2018-04-11 | 1 | -1/+3 |
| | |||||
* | Add ability to set a start time | Chocobozzz | 2018-04-05 | 1 | -3/+8 |
| | |||||
* | Fix show more description button on video change | Chocobozzz | 2018-04-04 | 1 | -1/+4 |
| | |||||
* | Fix video watch page responsive | Chocobozzz | 2018-04-03 | 3 | -19/+16 |
| | |||||
* | Fix watch page video change | Chocobozzz | 2018-04-03 | 3 | -28/+33 |
| | |||||
* | Improve first play | Chocobozzz | 2018-04-03 | 2 | -7/+3 |
| | |||||
* | Improve player | Chocobozzz | 2018-04-03 | 1 | -38/+10 |
| | | | | | Add a settings dialog based on the work of Yanko Shterev (@yshterev): https://github.com/yshterev/videojs-settings-menu. Thanks! | ||||
* | Add publishedAt field for video model. | Julien Le Bras | 2018-03-30 | 1 | -1/+1 |
| | | | | | | | | | | | | * New field added in the `video` table + migration script * `publishedAt` updated to NOW when privacy changes from private to public/unlisted (default = NOW) * Models updated to handle the new attribute * Client interface updated to use `publishedAt` instead of `createdAt` except in My Account > My Videos view | ||||
* | Disply other videos if screen >= 1300px | Chocobozzz | 2018-03-29 | 1 | -1/+1 |
| | |||||
* | Fix videos list params | Chocobozzz | 2018-03-27 | 1 | -0/+1 |
| | |||||
* | Redirect to homepage on empty search | Chocobozzz | 2018-03-27 | 1 | -2/+6 |
| | |||||
* | Fix responsive in videos watch | Chocobozzz | 2018-03-26 | 1 | -2/+2 |
| | |||||
* | Fix video description CSS | Chocobozzz | 2018-03-26 | 2 | -6/+6 |
| | |||||
* | No word-break in comment. Justify text. | Gérald Niel | 2018-03-24 | 1 | -0/+5 |
| | |||||
* | Fix break-word and add margin between content and other videos. | Gérald Niel | 2018-03-24 | 1 | -1/+5 |
| | |||||
* | Proxify local storage and handle if it is unavailable | Chocobozzz | 2018-03-23 | 1 | -2/+6 |
| | |||||
* | Typo | Chocobozzz | 2018-03-21 | 1 | -1/+1 |
| | |||||
* | Fix '@' missing in comment mention | Chocobozzz | 2018-03-21 | 1 | -1/+1 |
| | |||||
* | More secure target blank links | Chocobozzz | 2018-03-19 | 4 | -12/+14 |
| | |||||
* | Don't forget to clean up subscriptions | Chocobozzz | 2018-03-19 | 4 | -9/+21 |
| | |||||
* | Better handling video resizing | Chocobozzz | 2018-03-19 | 1 | -1/+2 |
| | |||||
* | BEARKING CHANGE: Update videos API response | Chocobozzz | 2018-03-19 | 4 | -12/+12 |
| | | | | before beta | ||||
* | Add "local" videos in menu | Chocobozzz | 2018-03-13 | 3 | -0/+49 |
| | |||||
* | Fix upload with small file names | Chocobozzz | 2018-03-12 | 1 | -1/+10 |
| | |||||
* | Try to detect incompatible web browsers | Chocobozzz | 2018-03-08 | 1 | -6/+6 |
| | |||||
* | Use banner instead of modal for privacy concerns | Chocobozzz | 2018-03-07 | 3 | -16/+89 |
| | |||||
* | Cleaner videojs control bar implementation | Chocobozzz | 2018-03-01 | 1 | -1/+23 |
| | |||||
* | Fix playback rate | Chocobozzz | 2018-03-01 | 1 | -1/+1 |
| | |||||
* | Add ability to change the homepage | Chocobozzz | 2018-03-01 | 1 | -6/+7 |
| | |||||
* | Support different playback rates (#318) | jonathanraes | 2018-03-01 | 1 | -0/+1 |
| | |||||
* | Add messages about privacy concerns (P2P) | Chocobozzz | 2018-02-28 | 1 | -52/+63 |
| | |||||
* | Handle user rates in real time | Chocobozzz | 2018-02-28 | 1 | -0/+3 |
| | |||||
* | 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 |
| | |||||
* | Disable service worker | Chocobozzz | 2018-02-26 | 1 | -1/+1 |
| | |||||
* | Add fallback to HTTP | Chocobozzz | 2018-02-26 | 1 | -3/+3 |
| | |||||
* | Better help on markdown fields | Chocobozzz | 2018-02-23 | 2 | -20/+28 |
| | |||||
* | Add help tooltip | Chocobozzz | 2018-02-22 | 1 | -2/+2 |
| | |||||
* | Add limit to video sizes | Chocobozzz | 2018-02-22 | 1 | -1/+7 |
| | |||||
* | Add confirm when admin use custom js/css | Chocobozzz | 2018-02-22 | 2 | -58/+48 |
| | |||||
* | Add ability to update another user video | Chocobozzz | 2018-02-22 | 1 | -3/+7 |
| | |||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Add ability to import videos from all supported youtube-dl sites | Chocobozzz | 2018-02-20 | 1 | -1/+1 |
| |