Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | add daily quota to the features table information | Rigel Kent | 2018-09-03 | 3 | -3/+6 | |
| | ||||||
* | add like, dislike and subscribe button hotkeys | Rigel Kent | 2018-09-03 | 5 | -11/+55 | |
| | ||||||
* | 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 | 3 | -2/+10 | |
| | | | 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 | 2 | -6/+6 | |
| | ||||||
* | Trending by interval | Chocobozzz | 2018-08-31 | 2 | -1/+2 | |
| | ||||||
* | Add more playback speed (0.75 and 1.25) | Glandos | 2018-08-31 | 1 | -1/+1 | |
| | | | Those speeds are much more closer to the normal speed. They are useful for listening to human speeches. | |||||
* | Refactor: Separated "Other Videos" section into a dedicated ↵ | Brad Johnson | 2018-08-31 | 12 | -36/+250 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |
| | ||||||
* | Fix user create daily quota component | Chocobozzz | 2018-08-31 | 3 | -8/+14 | |
| | ||||||
* | Videos overview page: first version | Chocobozzz | 2018-08-31 | 20 | -40/+285 | |
| | ||||||
* | add user account email verificiation (#977) | Josh Morel | 2018-08-31 | 15 | -8/+290 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add user account email verificiation includes server and client code to: * enable verificationRequired via custom config * send verification email with registration * ask for verification email * verify via email * prevent login if not verified and required * conditional client links to ask for new verification email * allow login for verified=null these are users created when verification not required should still be able to login when verification is enabled * refactor email verifcation pr * change naming from verified to emailVerified * change naming from askVerifyEmail to askSendVerifyEmail * undo unrelated automatic prettier formatting on api/config * use redirectService for home * remove redundant success notification on email verified * revert test.yaml smpt host | |||||
* | watch view visual tweaks and search/comment placeholder dismiss on focus (#983) | Rigel Kent | 2018-08-30 | 7 | -154/+186 | |
| | | | | | | | | - 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 | |||||
* | replacing placeholder and feature table display improvement | Rigel Kent | 2018-08-29 | 3 | -43/+60 | |
| | ||||||
* | Add features table on signup | Chocobozzz | 2018-08-28 | 17 | -81/+179 | |
| | ||||||
* | Move abuse state column at the end | Chocobozzz | 2018-08-28 | 2 | -6/+7 | |
| | ||||||
* | Fix search results | Chocobozzz | 2018-08-28 | 2 | -32/+46 | |
| | ||||||
* | Fix player playback (video never ends) | Chocobozzz | 2018-08-28 | 2 | -2/+7 | |
| | ||||||
* | keyboard shortcuts and key map view (#974) | Rigel Kent | 2018-08-28 | 3 | -1/+36 | |
| | ||||||
* | Display report reason in multiple lines (#957) | Felix Ableitner | 2018-08-28 | 7 | -28/+39 | |
| | | | | | | | | | | | | | * Display report reason in multiple lines * more adjustments: - move report reason into dropdown - allow line wrap in dropdown (also in video blacklist) - fix colspan in blacklist dropdown - merge css rules into moderation.component.scss * use min-width for labels | |||||
* | Implement daily upload limit (#956) | Felix Ableitner | 2018-08-28 | 9 | -21/+88 | |
| | | | | | | | | | | | | | | | | | | | | * 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 | |||||
* | Underline links in feed popover when hovering | Chocobozzz | 2018-08-27 | 1 | -2/+0 | |
| | ||||||
* | Add start at checkbox in share modal | Chocobozzz | 2018-08-27 | 7 | -36/+66 | |
| | ||||||
* | Fix deprecated ng-bootstrap methods | Chocobozzz | 2018-08-27 | 3 | -7/+7 | |
| | ||||||
* | Add popover autoclose | Chocobozzz | 2018-08-27 | 3 | -2/+7 | |
| | ||||||
* | Add portuguese and swedish languages | Chocobozzz | 2018-08-27 | 11 | -2620/+9 | |
| | ||||||
* | Upgrade translations | Chocobozzz | 2018-08-27 | 24 | -449/+11708 | |
| | ||||||
* | Fetch outbox when searching an actor | Chocobozzz | 2018-08-27 | 2 | -28/+0 | |
| | ||||||
* | Search video channel handle/uri | Chocobozzz | 2018-08-27 | 6 | -27/+14 | |
| | ||||||
* | Infinite scroll to list our subscriptions | Chocobozzz | 2018-08-27 | 8 | -23/+59 | |
| | ||||||
* | Add ability to search video channels | Chocobozzz | 2018-08-27 | 14 | -58/+171 | |
| | ||||||
* | Add ability to search a video with an URL | Chocobozzz | 2018-08-27 | 3 | -7/+7 | |
| | ||||||
* | Add local user subscriptions | Chocobozzz | 2018-08-27 | 40 | -91/+630 | |
| | ||||||
* | Add ability to set a name to a channel | Chocobozzz | 2018-08-27 | 17 | -17/+96 | |
| | ||||||
* | Correctly cache server translations | Chocobozzz | 2018-08-27 | 1 | -3/+3 | |
| | ||||||
* | Fix dev locale | Chocobozzz | 2018-08-27 | 3 | -3/+4 | |
| | ||||||
* | Cache player translations | Chocobozzz | 2018-08-27 | 1 | -4/+17 | |
| | ||||||
* | [Issue 641] Add shortcut my videos link in menu-wrapper | potedeo | 2018-08-27 | 1 | -0/+4 | |
| | ||||||
* | Fix AutoThread | Jorropo | 2018-08-21 | 1 | -2/+2 | |
| | ||||||
* | correct password reset disabled binding | Josh Morel | 2018-08-20 | 1 | -1/+1 | |
| | ||||||
* | Translate player according to the interface lang | Chocobozzz | 2018-08-16 | 2 | -1/+7 | |
| | ||||||
* | Translate subtitle langs in player | Chocobozzz | 2018-08-16 | 8 | -30/+63 | |
| | ||||||
* | Fix client build | Chocobozzz | 2018-08-14 | 3 | -4/+5 | |
| | ||||||
* | Add quota used in users list | Chocobozzz | 2018-08-14 | 3 | -6/+8 | |
| | ||||||
* | Regroup abuse and blacklisted videos inside "moderation" | Chocobozzz | 2018-08-14 | 25 | -122/+99 | |
| | ||||||
* | Improve follow component routing | Chocobozzz | 2018-08-14 | 3 | -64/+22 | |
| | ||||||
* | Update client according to new model paths | Chocobozzz | 2018-08-14 | 5 | -11/+12 | |
| | ||||||
* | Flat shared module directory | Chocobozzz | 2018-08-14 | 1 | -1/+1 | |
| |