Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move to eslintcontain | Chocobozzz | 2020-02-03 | 1 | -2/+2 |
| | |||||
* | Improve SQL query for my special playlists | Chocobozzz | 2020-01-03 | 1 | -4/+3 |
| | |||||
* | Add miniature quick actions to add video to Watch later playlist | Rigel Kent | 2020-01-02 | 1 | -1/+1 |
| | |||||
* | Add search bars for a user's videos and playlist library | Rigel Kent | 2019-12-28 | 1 | -1/+2 |
| | |||||
* | 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 config instance warning modal | Chocobozzz | 2019-09-05 | 1 | -6/+6 |
| | |||||
* | Add welcome modal | Chocobozzz | 2019-09-05 | 1 | -9/+13 |
| | |||||
* | Type toFormattedJSON | Chocobozzz | 2019-08-20 | 1 | -11/+0 |
| | |||||
* | Stronger model typings | Chocobozzz | 2019-08-19 | 1 | -1/+1 |
| | |||||
* | WIP plugins: add theme support | Chocobozzz | 2019-07-24 | 1 | -0/+1 |
| | |||||
* | Add language filters in user preferences | Chocobozzz | 2019-06-19 | 1 | -0/+1 |
| | |||||
* | Handle email update on server | Chocobozzz | 2019-06-11 | 1 | -1/+15 |
| | |||||
* | Add user adminFlags | Chocobozzz | 2019-04-15 | 1 | -6/+6 |
| | |||||
* | Don't expose constants directly in initializers/ | Chocobozzz | 2019-04-11 | 1 | -1/+2 |
| | |||||
* | Move config in its own file | Chocobozzz | 2019-04-11 | 1 | -1/+2 |
| | |||||
* | Cleanup express locals typings | Chocobozzz | 2019-03-19 | 1 | -10/+10 |
| | |||||
* | Cleanup reset user password by admin | Chocobozzz | 2019-02-11 | 1 | -1/+1 |
| | | | | And add some tests | ||||
* | Move subscriptions controllers in its own file | Chocobozzz | 2019-01-14 | 1 | -154/+2 |
| | |||||
* | Add history on server side | Chocobozzz | 2018-12-18 | 1 | -0/+1 |
| | | | | Add ability to disable, clear and list user videos history | ||||
* | Support additional video extensions | Chocobozzz | 2018-12-11 | 1 | -2/+2 |
| | |||||
* | Remove inferred type | Chocobozzz | 2018-12-05 | 1 | -1/+1 |
| | |||||
* | Add tmp and redundancy directories | Chocobozzz | 2018-12-04 | 1 | -2/+2 |
| | |||||
* | Merge branch 'feature/webtorrent-disabling' into develop | Chocobozzz | 2018-10-17 | 1 | -0/+1 |
|\ | |||||
| * | move to boolean switch | Rigel Kent | 2018-10-13 | 1 | -1/+1 |
| | | |||||
| * | add webtorrent opt-out settings | Rigel Kent | 2018-10-13 | 1 | -0/+1 |
| | | | | | | | | | | - add a key in localstorage to remember the opt-out - add a user setting | ||||
* | | Add ability for users to block an account/instance on server side | Chocobozzz | 2018-10-16 | 1 | -1/+2 |
|/ | |||||
* | Check current password on server side | Chocobozzz | 2018-09-26 | 1 | -1/+1 |
| | |||||
* | Cache user token | Chocobozzz | 2018-09-20 | 1 | -1/+1 |
| | |||||
* | Limit associations fetch when loading token | Chocobozzz | 2018-09-20 | 1 | -16/+12 |
| | |||||
* | Refractor audit user identifier | Chocobozzz | 2018-09-19 | 1 | -7/+8 |
| | |||||
* | Optimize SQL requests of watch page API endpoints | Chocobozzz | 2018-09-19 | 1 | -1/+1 |
| | |||||
* | Retry transactions on user endpoints if needed | Chocobozzz | 2018-09-13 | 1 | -4/+4 |
| | |||||
* | Implement daily upload limit (#956) | Felix Ableitner | 2018-08-28 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | * Implement daily upload limit (ref #652) * remove duplicate code * review fixes * fix tests? * whitespace fixes, finish leftover todo * fix tests * added some new tests * use different config value for tests * remove todo | ||||
* | Add ability to search video channels | Chocobozzz | 2018-08-27 | 1 | -2/+39 |
| | |||||
* | Add get subscription endpoint | Chocobozzz | 2018-08-27 | 1 | -12/+24 |
| | |||||
* | Add subscriptions endpoints to REST API | Chocobozzz | 2018-08-27 | 1 | -8/+106 |
| | |||||
* | Split users controller | Chocobozzz | 2018-08-27 | 1 | -0/+215 |