Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | specify shift in keyboard shortcuts cheatsheet | Rigel Kent | 2018-09-11 | 1 | -3/+3 |
| | |||||
* | use focus-visible polyfill to improve keyboard navigation | Rigel Kent | 2018-09-11 | 1 | -1/+4 |
| | | | | | Only the homepage is concerned, but it should have decent keyboard navigation support now. | ||||
* | Update translations | Chocobozzz | 2018-09-07 | 1 | -5/+4 |
| | |||||
* | Fix video channel url in watch page | Chocobozzz | 2018-09-06 | 1 | -1/+1 |
| | |||||
* | Align other videos block on small screens | Chocobozzz | 2018-09-06 | 1 | -5/+1 |
| | |||||
* | Fix video player theatre mode | Chocobozzz | 2018-09-06 | 1 | -3/+2 |
| | |||||
* | fix comment and top-menu placement regressions | Rigel Kent | 2018-09-05 | 2 | -2/+3 |
| | |||||
* | Dislike bar in the same color as the button | Chocobozzz | 2018-09-05 | 1 | -2/+7 |
| | |||||
* | Put "start at" at the top of the modal | Chocobozzz | 2018-09-05 | 1 | -7/+8 |
| | |||||
* | Fix video add background color | Chocobozzz | 2018-09-05 | 1 | -2/+2 |
| | |||||
* | Fix watch page responsive | Chocobozzz | 2018-09-05 | 3 | -43/+19 |
| | |||||
* | add theming via css custom properties | Rigel Kent | 2018-09-04 | 4 | -13/+10 |
| | | | | and a bonus dark color theme toggle | ||||
* | fixing grid readjustment with expand and screens < 1150px | Rigel Kent | 2018-09-04 | 3 | -7/+20 |
| | |||||
* | Fix overview page on mobile | Chocobozzz | 2018-09-04 | 2 | -9/+13 |
| | |||||
* | Better label for video privacies | Chocobozzz | 2018-09-04 | 6 | -7/+17 |
| | |||||
* | Add video recomandation by tags (#1001) | Jorropo | 2018-09-04 | 7 | -27/+47 |
| | | | | | | | | | | * Recommendation by tags (thx bradsk88) Thx bradsk88 for the help. * Prefer jest-preset-angular to skip need for babel config * Fix jest | ||||
* | fix likes bar, grid adjustment and menu width | Rigel Kent | 2018-09-03 | 2 | -14/+8 |
| | |||||
* | Don't get quota twice | Chocobozzz | 2018-09-03 | 1 | -4/+4 |
| | |||||
* | add like, dislike and subscribe button hotkeys | Rigel Kent | 2018-09-03 | 2 | -2/+28 |
| | |||||
* | fix other video margin-top | Rigel Kent | 2018-09-03 | 1 | -2/+2 |
| | |||||
* | make left menu show the scrollbar on hover/focus | Rigel Kent | 2018-09-03 | 1 | -1/+1 |
| | | | add hotkey to the overview page | ||||
* | restore video-bottom margins | Rigel Kent | 2018-09-03 | 1 | -3/+2 |
| | |||||
* | Fix videos overview tags section | Chocobozzz | 2018-08-31 | 1 | -2/+2 |
| | |||||
* | Trending by interval | Chocobozzz | 2018-08-31 | 1 | -1/+1 |
| | |||||
* | Refactor: Separated "Other Videos" section into a dedicated ↵ | Brad Johnson | 2018-08-31 | 11 | -35/+240 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | Add channel avatar to overviews | Chocobozzz | 2018-08-31 | 3 | -2/+24 |
| | |||||
* | Delete highlighted comment too if needed | Chocobozzz | 2018-08-31 | 1 | -0/+2 |
| | |||||
* | Videos overview page: first version | Chocobozzz | 2018-08-31 | 6 | -15/+140 |
| | |||||
* | watch view visual tweaks and search/comment placeholder dismiss on focus (#983) | Rigel Kent | 2018-08-30 | 5 | -154/+174 |
| | | | | | | | | - make the placeholder disappear on focus in the search bar - make the placeholder disappear on focus in the comment textarea - make the texarea resize automagically - refactor the watch view to use bootstrap 4's flexgrid - move action buttons of the watch view to the right of the video info - responsive tweaks and margin adjustments in the watch view | ||||
* | Add features table on signup | Chocobozzz | 2018-08-28 | 1 | -2/+2 |
| | |||||
* | Implement daily upload limit (#956) | Felix Ableitner | 2018-08-28 | 1 | -2/+20 |
| | | | | | | | | | | | | | | | | | | | | * 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 start at checkbox in share modal | Chocobozzz | 2018-08-27 | 4 | -17/+47 |
| | |||||
* | Fix deprecated ng-bootstrap methods | Chocobozzz | 2018-08-27 | 1 | -1/+1 |
| | |||||
* | Infinite scroll to list our subscriptions | Chocobozzz | 2018-08-27 | 1 | -1/+1 |
| | |||||
* | Add ability to search video channels | Chocobozzz | 2018-08-27 | 2 | -5/+1 |
| | |||||
* | Add local user subscriptions | Chocobozzz | 2018-08-27 | 5 | -15/+87 |
| | |||||
* | Add ability to set a name to a channel | Chocobozzz | 2018-08-27 | 1 | -1/+1 |
| | |||||
* | Translate player according to the interface lang | Chocobozzz | 2018-08-16 | 1 | -1/+2 |
| | |||||
* | Translate subtitle langs in player | Chocobozzz | 2018-08-16 | 1 | -2/+2 |
| | |||||
* | Update client according to new model paths | Chocobozzz | 2018-08-14 | 1 | -2/+1 |
| | |||||
* | Improve blacklist management | Chocobozzz | 2018-08-14 | 3 | -3/+54 |
| | |||||
* | Add blacklist reason field | Chocobozzz | 2018-08-14 | 7 | -25/+122 |
| | |||||
* | Add ability to delete and update abuse on client | Chocobozzz | 2018-08-14 | 1 | -1/+1 |
| | |||||
* | Fix videos add tabs style | Chocobozzz | 2018-08-09 | 2 | -12/+21 |
| | |||||
* | Migrate to bootstrap 4 and ng-bootstrap | Chocobozzz | 2018-08-09 | 17 | -444/+410 |
| | |||||
* | Upgrade to bootstrap 4 first step | Chocobozzz | 2018-08-09 | 1 | -0/+2 |
| | |||||
* | Correct webtorrent download cleanup | Chocobozzz | 2018-08-08 | 1 | -1/+1 |
| | |||||
* | Add import.video.torrent configuration | Chocobozzz | 2018-08-08 | 2 | -1/+2 |
| | |||||
* | Import torrents with webtorrent | Chocobozzz | 2018-08-08 | 5 | -8/+44 |
| | |||||
* | Import magnets with webtorrent | Chocobozzz | 2018-08-08 | 9 | -8/+250 |
| |