| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Start working on autoplay of next video
* Ignore changes made by gitpod
* Apply changes from PR#1370
* Correct the spelling of recommendations
* Fix linting errors
* Move boolean check to existing onEnded handler
* Pick a random video until the recommendations are improved
* Add simple tests for autoPlayNextVideo
* Fix lint
...again
|
| |
|
| |
|
| |
|
|
|
|
| |
Add ability to disable, clear and list user videos history
|
| |
|
|
|
|
|
| |
- add a key in localstorage to remember the opt-out
- add a user setting
|
| |
|
| |
|
|
|
|
| |
There is a global instance setting and a per user setting
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
|
|