Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add help concerning NSFW videos in upload | Chocobozzz | 2018-04-19 | 5 | -4/+8 |
| | |||||
* | Add ability to choose what policy we have for NSFW videos | Chocobozzz | 2018-04-19 | 12 | -26/+73 |
| | | | | There is a global instance setting and a per user setting | ||||
* | Use popover for help component | Chocobozzz | 2018-04-18 | 3 | -29/+14 |
| | |||||
* | Better responsive design on many comment children | Chocobozzz | 2018-04-18 | 3 | -7/+33 |
| | |||||
* | Handle when autoplay fails | Chocobozzz | 2018-04-18 | 1 | -1/+1 |
| | |||||
* | Add ability to click on the account in watch page | Chocobozzz | 2018-04-17 | 4 | -7/+17 |
| | |||||
* | Handle sort in rss | Chocobozzz | 2018-04-17 | 8 | -48/+36 |
| | |||||
* | Simplify client syndications | Chocobozzz | 2018-04-17 | 10 | -71/+58 |
| | |||||
* | feature: initial syndication feeds support | Rigel Kent | 2018-04-17 | 17 | -5/+188 |
| | | | | | | | | | | | | | | | | | | 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 |
| | |||||
* | Automatic resolution according to user bandwidth V1 | Chocobozzz | 2018-04-05 | 1 | -17/+1 |
| | |||||
* | Improve admin css help | Chocobozzz | 2018-04-04 | 1 | -2/+19 |
| | |||||
* | 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 | 3 | -2/+4 |
| | | | | | | | | | | | | * 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 | ||||
* | Add reverse proxy test in travis | Chocobozzz | 2018-03-29 | 1 | -1/+2 |
| | |||||
* | Prevent brute force login attack | Chocobozzz | 2018-03-29 | 3 | -17/+29 |
| | |||||
* | Disply other videos if screen >= 1300px | Chocobozzz | 2018-03-29 | 1 | -1/+1 |
| | |||||
* | Add link to register in login form | Chocobozzz | 2018-03-28 | 4 | -25/+53 |
| | |||||
* | Add initial video quota info in registration form | Chocobozzz | 2018-03-28 | 5 | -27/+93 |
| | |||||
* | Add a hover effect on left menu links (#418) (#425) | Charles de Lacombe | 2018-03-28 | 1 | -4/+9 |
| | | | | | | | | | | | | | | I: - removed the `margin-left` on the `.panel-block` to put it on the children instead - squashed the `margin-bottom` of the links into their `height` (and rounded it to 40px, feel free to correct me) - centered vertically the content of the links - added the `background-color` change on hover for the links I put the same color as the `.logged-in-block`. Maybe it should be externalized as a SCSS variable? I also added a CSS transition. Is it alright? | ||||
* | Fix lint | Chocobozzz | 2018-03-27 | 2 | -2/+2 |
| | |||||
* | Fix my videos pagination | Chocobozzz | 2018-03-27 | 2 | -2/+11 |
| | |||||
* | Fix videos list params | Chocobozzz | 2018-03-27 | 2 | -2/+3 |
| | |||||
* | Add root class if user is logged in | Chocobozzz | 2018-03-27 | 3 | -3/+7 |
| | |||||
* | Fix custom server configuration numbers | Chocobozzz | 2018-03-27 | 3 | -7/+23 |
| | |||||
* | Redirect to homepage on empty search | Chocobozzz | 2018-03-27 | 2 | -4/+6 |
| | |||||
* | show quota in stats, display quota on the about page, fixes #405 (#421) | Rigel Kent | 2018-03-27 | 3 | -1/+17 |
| | | | move videoQuota under a user object, use byte PipeTransform | ||||
* | Fix my videos list page | Chocobozzz | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | 4 lines per page instead of 3 for videos list | Chocobozzz | 2018-03-27 | 1 | -1/+1 |
| | |||||
* | Fix log in with special password character (+) | Chocobozzz | 2018-03-26 | 1 | -9/+9 |
| | |||||
* | Fix check comments params unit tests | Chocobozzz | 2018-03-26 | 1 | -1/+1 |
| | |||||
* | Fix responsive in videos watch | Chocobozzz | 2018-03-26 | 1 | -2/+2 |
| | |||||
* | Fix video description CSS | Chocobozzz | 2018-03-26 | 2 | -6/+6 |
| | |||||
* | Fix #408 | Gérald Niel | 2018-03-25 | 1 | -0/+4 |
| | |||||
* | 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 | 6 | -39/+116 |
| | |||||
* | Fix error display on edit config in admin | Chocobozzz | 2018-03-23 | 1 | -0/+9 |
| | |||||
* | Force form validation in configuration | Chocobozzz | 2018-03-23 | 1 | -0/+2 |
| | |||||
* | fix #382 generic error when password is too long (#383) | jomo | 2018-03-23 | 1 | -2/+7 |
| | |||||
* | Improve readme | Chocobozzz | 2018-03-22 | 1 | -1/+1 |
| | |||||
* | Use instance name for page titles | Chocobozzz | 2018-03-22 | 2 | -7/+9 |
| | |||||
* | Fix pagination when videos take all the width | Chocobozzz | 2018-03-21 | 2 | -2/+4 |
| | |||||
* | Update FAQ | Chocobozzz | 2018-03-21 | 1 | -1/+1 |
| |