Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability to delete comments | Chocobozzz | 2018-01-04 | 10 | -22/+101 |
| | |||||
* | Add avatar in comments | Chocobozzz | 2018-01-03 | 13 | -70/+116 |
| | |||||
* | Add hover effect on login/create an account button | Chocobozzz | 2018-01-03 | 1 | -18/+16 |
| | |||||
* | Circle avatar | Chocobozzz | 2018-01-03 | 2 | -2/+3 |
| | |||||
* | Add avatar max size limit | Chocobozzz | 2018-01-03 | 4 | -5/+33 |
| | |||||
* | Add ability to disable video comments | Chocobozzz | 2018-01-03 | 8 | -37/+59 |
| | |||||
* | Begin to add avatar to actors | Chocobozzz | 2017-12-29 | 16 | -85/+99 |
| | |||||
* | Add infinite scroll to comments | Chocobozzz | 2017-12-29 | 2 | -11/+40 |
| | |||||
* | Use server error message on login | Chocobozzz | 2017-12-29 | 1 | -8/+2 |
| | |||||
* | Comment textarea focus on init | Chocobozzz | 2017-12-29 | 3 | -3/+10 |
| | |||||
* | Add comments federation tests | Chocobozzz | 2017-12-27 | 1 | -1/+1 |
| | |||||
* | Fix comment reply | Chocobozzz | 2017-12-27 | 1 | -26/+14 |
| | |||||
* | Add video comment components | Chocobozzz | 2017-12-27 | 31 | -35/+579 |
| | |||||
* | Better admin tables | Chocobozzz | 2017-12-21 | 9 | -19/+17 |
| | |||||
* | Add no result text if there are no results | Chocobozzz | 2017-12-21 | 4 | -7/+25 |
| | |||||
* | Add tooltip to likes/dislikes bar | Chocobozzz | 2017-12-21 | 3 | -16/+27 |
| | |||||
* | Add ability to remove a video on watch page | Chocobozzz | 2017-12-20 | 2 | -0/+32 |
| | |||||
* | Design modals | Chocobozzz | 2017-12-20 | 11 | -84/+119 |
| | |||||
* | Improve video tag in edit form | Chocobozzz | 2017-12-20 | 2 | -1/+15 |
| | |||||
* | Customize checkboxs | Chocobozzz | 2017-12-20 | 6 | -24/+35 |
| | |||||
* | Customize select | Chocobozzz | 2017-12-20 | 12 | -72/+129 |
| | |||||
* | Redirect to uuid video route after upload | Chocobozzz | 2017-12-20 | 1 | -4/+8 |
| | |||||
* | Fix nav in manage follows | Chocobozzz | 2017-12-20 | 2 | -1/+6 |
| | |||||
* | Add poster for video watch | Chocobozzz | 2017-12-20 | 1 | -1/+7 |
| | |||||
* | Add bootstrap analyzer and optimize build | Chocobozzz | 2017-12-20 | 3 | -4/+3 |
| | |||||
* | Fix autoplay on non authenticated users | Chocobozzz | 2017-12-19 | 1 | -2/+10 |
| | |||||
* | Unfollow with host | Chocobozzz | 2017-12-19 | 1 | -1/+1 |
| | |||||
* | Begin moving video channel to actor | Chocobozzz | 2017-12-19 | 6 | -6/+6 |
| | |||||
* | Enh #106 : Add an autoPlayVideo user attribute (#159) | Andréas Livet | 2017-12-19 | 7 | -7/+30 |
| | | | | | | | | | Warning : I was not able to run the tests on my machine. It uses a different approach to handle databse connexion and didn't find where to configure it... - create a migration file to add a boolean column in user table - add autoPlayVideo attribute everywhere it is needed (both on client and server side) - add tests - add a way to configure this attribute in account-settings - use the attribute in video-watch component to actually autoplay or not the video | ||||
* | Use sequelize scopes | Chocobozzz | 2017-12-14 | 2 | -2/+1 |
| | |||||
* | Add beautiful loading bar | Chocobozzz | 2017-12-12 | 2 | -0/+6 |
| | |||||
* | Small style fixes | Chocobozzz | 2017-12-12 | 10 | -12/+47 |
| | |||||
* | Improve lint | Chocobozzz | 2017-12-12 | 1 | -1/+1 |
| | |||||
* | Upgrade to angular 5 | Chocobozzz | 2017-12-12 | 1 | -1/+1 |
| | |||||
* | Upgrade scripts and embed webpack config | Chocobozzz | 2017-12-12 | 2 | -3/+2 |
| | |||||
* | Move to angular cli | Chocobozzz | 2017-12-12 | 51 | -313/+132 |
| | |||||
* | Use input-group-sm instead of padding | Chocobozzz | 2017-12-11 | 2 | -5/+2 |
| | |||||
* | Copy to clipboard (#142) | Julien Lemaire | 2017-12-11 | 5 | -5/+37 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Copy buttons on share view Ugly but working buttons to copy video url and video iframe code. Add ngx-clipboard dependency to allow easy copy to clipboard directive. * Designed copy buttons Using some css (scss) rules to make buttons look better. * First version on copy feedback Little success alert message on copy. Fix lint errors Move dependencies to dev dependencies * Update button design * Use of notifications service Provides feedback of copy action to the user through the angular2-notifications module. | ||||
* | Fix changing video we are watching | Chocobozzz | 2017-12-11 | 1 | -19/+28 |
| | |||||
* | Fix player height on chrome | Chocobozzz | 2017-12-11 | 1 | -1/+1 |
| | |||||
* | Fix selection buttons in my videos | Chocobozzz | 2017-12-11 | 2 | -15/+25 |
| | |||||
* | Fix loading spinner in player | Chocobozzz | 2017-12-11 | 3 | -118/+122 |
| | |||||
* | Responsive my account | Chocobozzz | 2017-12-11 | 4 | -7/+82 |
| | |||||
* | Videos watch responsive | Chocobozzz | 2017-12-11 | 2 | -1/+32 |
| | |||||
* | Responsive homepage | Chocobozzz | 2017-12-11 | 6 | -6/+34 |
| | |||||
* | Finish admin design | Chocobozzz | 2017-12-08 | 11 | -42/+63 |
| | |||||
* | Design follow admin page | Chocobozzz | 2017-12-08 | 12 | -109/+63 |
| | |||||
* | Design admin data tables | Chocobozzz | 2017-12-08 | 15 | -85/+117 |
| | |||||
* | Begin admin design | Chocobozzz | 2017-12-08 | 18 | -292/+234 |
| | |||||
* | Design second video upload step | Chocobozzz | 2017-12-08 | 19 | -82/+144 |
| |