Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Typo | Chocobozzz | 2018-03-21 | 1 | -1/+1 |
| | |||||
* | Logo/title redirects to the default route | Chocobozzz | 2018-03-21 | 2 | -1/+5 |
| | |||||
* | Fix '@' missing in comment mention | Chocobozzz | 2018-03-21 | 1 | -1/+1 |
| | |||||
* | More secure target blank links | Chocobozzz | 2018-03-19 | 6 | -15/+18 |
| | |||||
* | Don't forget to clean up subscriptions | Chocobozzz | 2018-03-19 | 7 | -26/+68 |
| | |||||
* | Better handling video resizing | Chocobozzz | 2018-03-19 | 2 | -10/+16 |
| | |||||
* | Handle resizes on videos list | Chocobozzz | 2018-03-19 | 1 | -16/+33 |
| | |||||
* | target="_blank" and fix footer (#361) | David Libeau | 2018-03-19 | 1 | -2/+2 |
| | | | | | | * target="_blank" and fix footer * Add rel="noopener noreferrer" | ||||
* | BEARKING CHANGE: Update videos API response | Chocobozzz | 2018-03-19 | 7 | -63/+34 |
| | | | | before beta | ||||
* | Update videos response api | Chocobozzz | 2018-03-19 | 1 | -2/+1 |
| | |||||
* | Update video duration string to show hours when duration greater than or ↵ | Lucas Declercq | 2018-03-19 | 1 | -2/+6 |
| | | | | | | | | | | | | equal 60min (#360) * Update video duration string to show hours when >= 60min * Only show hours in duration when relevant * Fix problem with ternary expression * Remove accidentally commited package-lock.json | ||||
* | Add "Local videos" option for instanceDefaultClientRoute (#343) | David Libeau | 2018-03-16 | 1 | -0/+1 |
| | |||||
* | Add short description in config | Chocobozzz | 2018-03-15 | 5 | -1/+29 |
| | |||||
* | Add "local" videos in menu | Chocobozzz | 2018-03-13 | 6 | -1/+72 |
| |