Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | optimize size of the README schemas (#1002) | Jorropo | 2018-09-02 | 3 | -0/+0 |
| | | | | | | | ``` /support/doc/user/watch-p2p.png -- 21.87kb -> 16.44kb (24.8%) /support/doc/user/watch-video.png -- 27.89kb -> 21.04kb (24.56%) /support/doc/user/decentralized.png -- 21.88kb -> 17.75kb (18.87%) ``` | ||||
* | Fix videos overview tags section | Chocobozzz | 2018-08-31 | 3 | -11/+14 |
| | |||||
* | Trending by interval | Chocobozzz | 2018-08-31 | 9 | -34/+116 |
| | |||||
* | 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 | 16 | -38/+278 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 4 | -3/+25 |
| | |||||
* | Delete highlighted comment too if needed | Chocobozzz | 2018-08-31 | 1 | -0/+2 |
| | |||||
* | Cleanup video API SQL requests | Chocobozzz | 2018-08-31 | 1 | -32/+50 |
| | |||||
* | Use custom rate limiter when asking verif email | Chocobozzz | 2018-08-31 | 2 | -1/+11 |
| | |||||
* | Add sql trace in error log on sequelize error | Chocobozzz | 2018-08-31 | 3 | -3/+14 |
| | |||||
* | Fix user create daily quota component | Chocobozzz | 2018-08-31 | 3 | -8/+14 |
| | |||||
* | Try to improve sql videos list query | Chocobozzz | 2018-08-31 | 1 | -90/+144 |
| | | | | Split the complex query in 2 different queries | ||||
* | Videos overview page: first version | Chocobozzz | 2018-08-31 | 32 | -61/+599 |
| | |||||
* | add user account email verificiation (#977) | Josh Morel | 2018-08-31 | 42 | -24/+715 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Fix job tests | Chocobozzz | 2018-08-30 | 1 | -1/+1 |
| | |||||
* | Bufferize videos views in redis | Chocobozzz | 2018-08-30 | 16 | -26/+274 |
| | |||||
* | watch view visual tweaks and search/comment placeholder dismiss on focus (#983) | Rigel Kent | 2018-08-30 | 9 | -154/+193 |
| | | | | | | | | - 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 | ||||
* | Changes the README schemas (#984) | Edouard SCHWEISGUTH | 2018-08-30 | 7 | -3/+6 |
| | | | | | | * Change readme schema & add their sources * Add titles | ||||
* | replacing placeholder and feature table display improvement | Rigel Kent | 2018-08-29 | 3 | -43/+60 |
| | |||||
* | Refractor user quota SQL queries | Chocobozzz | 2018-08-28 | 4 | -45/+37 |
| | |||||
* | Add features table on signup | Chocobozzz | 2018-08-28 | 18 | -82/+180 |
| | |||||
* | Move abuse state column at the end | Chocobozzz | 2018-08-28 | 2 | -6/+7 |
| | |||||
* | Fix search results | Chocobozzz | 2018-08-28 | 2 | -32/+46 |
| | |||||
* | Optimize channel search query | Chocobozzz | 2018-08-28 | 1 | -11/+10 |
| | |||||
* | Fix tests | Chocobozzz | 2018-08-28 | 3 | -2/+2 |
| | |||||
* | Fix oauth server module | Chocobozzz | 2018-08-28 | 5 | -24/+11 |
| | |||||
* | 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 | 5 | -1/+52 |
| | |||||
* | Suggest TCP/IP tuning to prevent buffer bloat + latency (#976) | Micah Elizabeth Scott | 2018-08-28 | 2 | -0/+22 |
| | | | | | | | | * Suggest TCP/IP CoDel and BBR congestion control in production guide This seems to be helping lots on my server, where the default (Debian 9) was to use FIFO queueing which would cause buffer bloat and huge latency for clients on slower network links. | ||||
* | 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 | 32 | -45/+273 |
| | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Improve error message on actor name conflict | Chocobozzz | 2018-08-27 | 1 | -1/+1 |
| | |||||
* | Upgrade server dependencies | Chocobozzz | 2018-08-27 | 3 | -644/+660 |
| | |||||
* | Correctly migrate to fs-extra | Chocobozzz | 2018-08-27 | 29 | -117/+100 |
| | |||||
* | 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 | 8 | -36/+67 |
| | |||||
* | replace fs by fs-extra to prevent EMFILE error | Rigel Kent | 2018-08-27 | 18 | -20/+19 |
| | |||||
* | Add parse-log doc | Chocobozzz | 2018-08-27 | 1 | -0/+10 |
| | |||||
* | Fix deprecated ng-bootstrap methods | Chocobozzz | 2018-08-27 | 3 | -7/+7 |
| | |||||
* | Add popover autoclose | Chocobozzz | 2018-08-27 | 3 | -2/+7 |
| | |||||
* | Upgrade client dependencies | Chocobozzz | 2018-08-27 | 2 | -922/+414 |
| | |||||
* | Don't compile all languages in travis | Chocobozzz | 2018-08-27 | 1 | -1/+1 |
| | |||||
* | Add portuguese and swedish languages | Chocobozzz | 2018-08-27 | 13 | -2623/+16 |
| | |||||
* | Upgrade translations | Chocobozzz | 2018-08-27 | 25 | -449/+11710 |
| | |||||
* | Fetch outbox when searching an actor | Chocobozzz | 2018-08-27 | 9 | -83/+118 |
| | |||||
* | Search video channel handle/uri | Chocobozzz | 2018-08-27 | 18 | -65/+303 |
| |