Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add client hooks | Chocobozzz | 2019-07-24 | 1 | -12/+16 |
| | |||||
* | Add language filters in user preferences | Chocobozzz | 2019-06-19 | 1 | -1/+1 |
| | |||||
* | Handle actions in other videos section | Chocobozzz | 2019-04-08 | 2 | -1/+4 |
| | |||||
* | Remove jest tests | Chocobozzz | 2019-03-18 | 2 | -88/+0 |
| | | | | I don't have time to maintain them | ||||
* | Fix no other videos displayed on some videos | Chocobozzz | 2018-09-28 | 3 | -25/+18 |
| | |||||
* | remove unused imports | BO41 | 2018-09-22 | 1 | -3/+2 |
| | |||||
* | Don't get recommended videos twice | Chocobozzz | 2018-09-19 | 2 | -7/+11 |
| | |||||
* | Add video recomandation by tags (#1001) | Jorropo | 2018-09-04 | 5 | -23/+43 |
| | | | | | | | | | | * Recommendation by tags (thx bradsk88) Thx bradsk88 for the help. * Prefer jest-preset-angular to skip need for babel config * Fix jest | ||||
* | Refactor: Separated "Other Videos" section into a dedicated ↵ | Brad Johnson | 2018-08-31 | 8 | -0/+234 |
component/service (#969) * Separated "Other Videos" section into a dedicated component/service I'm currently working on some proof-of-concepts for recommendation providers that could work with PeerTube to provide useful video suggestions to the user. As a first step, I want to have great clarity about how PeerTube, itself, will surface these videos to the user. With this branch, I'm refactoring the "recommendations" to make it easier to swap out different recommender implementations quickly. Stop recommender from including the video that's being watched. Ensure always 5 recommendations * Treat recommendations as a stream of values, rather than a single async value. * Prioritize readability over HTTP response size early-optimization. * Simplify pipe |