Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ability for admins to set default p2p policy | Chocobozzz | 2021-12-16 | 1 | -0/+3 |
| | |||||
* | Allow accounts to skip account setup modal | Chocobozzz | 2021-08-27 | 1 | -0/+1 |
| | |||||
* | autoplay next video support for playlists | Rigel Kent | 2019-12-13 | 1 | -0/+1 |
| | |||||
* | Autoplay next recommended video (#2137) | LoveIsGrief | 2019-09-24 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | * 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 welcome modal | Chocobozzz | 2019-09-05 | 1 | -0/+3 |
| | |||||
* | WIP plugins: add theme support | Chocobozzz | 2019-07-24 | 1 | -0/+2 |
| | |||||
* | Add language filters in user preferences | Chocobozzz | 2019-06-19 | 1 | -0/+1 |
| | |||||
* | Add history on server side | Chocobozzz | 2018-12-18 | 1 | -2/+5 |
| | | | | Add ability to disable, clear and list user videos history | ||||
* | move to boolean switch | Rigel Kent | 2018-10-13 | 1 | -2/+1 |
| | |||||
* | add webtorrent opt-out settings | Rigel Kent | 2018-10-13 | 1 | -1/+3 |
| | | | | | - add a key in localstorage to remember the opt-out - add a user setting | ||||
* | add currentPassword to user update me model | Chocobozzz | 2018-09-26 | 1 | -0/+1 |
| | |||||
* | Add ability to update the user display name/description | Chocobozzz | 2018-04-26 | 1 | -0/+1 |
| | |||||
* | Add ability to choose what policy we have for NSFW videos | Chocobozzz | 2018-04-19 | 1 | -1/+3 |
| | | | | There is a global instance setting and a per user setting | ||||
* | Implement support field in video and video channel | Chocobozzz | 2018-02-15 | 1 | -0/+1 |
| | |||||
* | Enh #106 : Add an autoPlayVideo user attribute (#159) | Andréas Livet | 2017-12-19 | 1 | -0/+1 |
| | | | | | | | | | 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 | ||||
* | Add user update for admins | Chocobozzz | 2017-09-05 | 1 | -0/+5 |