Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try to support other codecs | Chocobozzz | 2021-01-29 | 1 | -7/+27 |
| | |||||
* | Don't quick transcode if using a custom profile | Chocobozzz | 2021-01-29 | 1 | -0/+2 |
| | |||||
* | Add plugin transcoding profile guide | Chocobozzz | 2021-01-29 | 1 | -0/+4 |
| | |||||
* | Reduce transcoding overhead by disabling resolutions | Chocobozzz | 2021-01-29 | 1 | -1/+13 |
| | |||||
* | Support transcoding profile in client admin | Chocobozzz | 2021-01-28 | 1 | -1/+2 |
| | |||||
* | Support transcoding options/encoders by plugins | Chocobozzz | 2021-01-28 | 23 | -124/+642 |
| | |||||
* | Use a profile manager for transcoding | Chocobozzz | 2021-01-28 | 5 | -50/+114 |
| | |||||
* | add test and openapi for hot sort parameter | Rigel Kent | 2021-01-28 | 2 | -1/+11 |
| | |||||
* | move from trending routes to alg param | Rigel Kent | 2021-01-28 | 6 | -34/+37 |
| | |||||
* | add default trending page choice, revert comments count for hot strategy | Rigel Kent | 2021-01-28 | 8 | -62/+87 |
| | |||||
* | only count comments from people other than the video author | Rigel Kent | 2021-01-28 | 1 | -4/+21 |
| | |||||
* | modularize abstract video list header and implement video hotness ↵ | Rigel Kent | 2021-01-28 | 4 | -6/+42 |
| | | | | recommendation variant | ||||
* | Fix rss feed with HLS videos | Chocobozzz | 2021-01-27 | 2 | -15/+24 |
| | |||||
* | Fix live RAM usage when ffmpeg is too slow | Chocobozzz | 2021-01-27 | 2 | -8/+60 |
| | |||||
* | Add missing niceness to ffmpeg thumbnail processes | Chocobozzz | 2021-01-27 | 2 | -4/+4 |
| | |||||
* | Fix tests | Chocobozzz | 2021-01-26 | 6 | -19/+25 |
| | |||||
* | Allow webp image uploads | Chocobozzz | 2021-01-26 | 4 | -12/+13 |
| | |||||
* | Reformat sql console output | Chocobozzz | 2021-01-26 | 1 | -7/+10 |
| | |||||
* | Disable sql prettifier by default | Chocobozzz | 2021-01-26 | 2 | -3/+7 |
| | | | | It adds too much lines, leading to difficulties when reading dev logs | ||||
* | Fix sendmail emailer | Chocobozzz | 2021-01-26 | 2 | -49/+50 |
| | |||||
* | add option for video-import CLI to wait between two video imports (#3310) | Florent | 2021-01-25 | 1 | -58/+63 |
| | | | | | | | | * peertube-import-videos: Add --wait-interval option * peertube-import-videos: various code style improvements Co-authored-by: Florent F <florent.fayolle69@gmail.com> Co-authored-by: Rigel Kent <sendmemail@rigelk.eu> | ||||
* | prettify SQL queries during debug (#3635) | Rigel Kent | 2021-01-25 | 2 | -5/+13 |
| | | | | | | | * prettify SQL queries during debug * Use sql-formatter Co-authored-by: Chocobozzz <me@florianbigard.com> | ||||
* | Safely remove webtorrent files | Chocobozzz | 2021-01-25 | 3 | -7/+51 |
| | | | | Only remove them on max quality HLS playlist generation | ||||
* | Add priority to transcoding jobs | Chocobozzz | 2021-01-25 | 11 | -71/+160 |
| | | | | | | | | | | (1 = highest priority) 100 for new resolutions 10 for original file optimization Add a malus for transcoding jobs depending on how many uploads the user did in the last 7 days | ||||
* | Refactor transcoding job handlers | Chocobozzz | 2021-01-21 | 6 | -83/+154 |
| | |||||
* | Support progress for ffmpeg tasks | Chocobozzz | 2021-01-21 | 4 | -30/+48 |
| | |||||
* | Add user video list hooks | Chocobozzz | 2021-01-20 | 4 | -13/+48 |
| | |||||
* | Serve AP objects for default account/channel pages | Chocobozzz | 2021-01-20 | 1 | -2/+4 |
| | |||||
* | Fix error log | Chocobozzz | 2021-01-20 | 1 | -1/+1 |
| | |||||
* | Fix raw file import | Chocobozzz | 2021-01-20 | 1 | -1/+6 |
| | |||||
* | Fix (again) youtube import | Chocobozzz | 2021-01-19 | 4 | -50/+52 |
| | |||||
* | Allow users/visitors to search through an account's videos (#3589) | Rigel Kent | 2021-01-19 | 3 | -5/+29 |
| | | | | | | | * WIP: account search * add search to account view * add tests for account search | ||||
* | Fix manifest | Chocobozzz | 2021-01-19 | 1 | -1/+1 |
| | |||||
* | Fix user notification test | Chocobozzz | 2021-01-19 | 1 | -1/+1 |
| | |||||
* | Fix youtube import | Chocobozzz | 2021-01-18 | 1 | -4/+12 |
| | |||||
* | Fix lint | Chocobozzz | 2021-01-18 | 1 | -1/+1 |
| | |||||
* | Fix youtube-dl format fallback | Chocobozzz | 2021-01-18 | 1 | -1/+2 |
| | |||||
* | Fix service worker | Chocobozzz | 2021-01-18 | 1 | -17/+4 |
| | |||||
* | Increase test timeout | Chocobozzz | 2021-01-18 | 1 | -1/+1 |
| | |||||
* | stricter youtubedl format selectors (#3516) | Rigel Kent | 2021-01-15 | 10 | -56/+160 |
| | | | | | | | | | | | | | | * stricter youtubedl format selectors make sure selectors avoid av1, and otherwise match as closely to the maximum resolution enabled for transcoding * add support for merge formats in youtubedl * avoid vp9.2 in youtubedl to avoid any HDR * move getEnabledResolutions, safer replace of imported extension * add test for youtube-dl selectors | ||||
* | Implement remote interaction | Chocobozzz | 2021-01-15 | 2 | -0/+30 |
| | |||||
* | Display debug ffmpeg stdout/stderr | Chocobozzz | 2021-01-15 | 1 | -1/+3 |
| | |||||
* | Remove unused tracker param | Chocobozzz | 2021-01-15 | 1 | -1/+0 |
| | |||||
* | Fix lint | Chocobozzz | 2021-01-13 | 1 | -3/+11 |
| | |||||
* | Add 4k transcoding test | Chocobozzz | 2021-01-13 | 2 | -1/+31 |
| | |||||
* | Fix and add skipping ping log tests | Chocobozzz | 2021-01-13 | 1 | -1/+30 |
| | |||||
* | specific niceness for live transcoding | Rigel Kent | 2021-01-13 | 2 | -3/+9 |
| | |||||
* | Allow user to search through their watch history (#3576) | Rigel Kent | 2021-01-13 | 5 | -5/+34 |
| | | | | | | | * allow user to search through their watch history * add tests for search in watch history * Update client/src/app/shared/shared-main/users/user-history.service.ts | ||||
* | feat: allow administrator to disable logging of ping requests | Johan Fleury | 2021-01-13 | 1 | -1/+2 |
| | |||||
* | add support for 1440p (Quad HD/QHD/WQHD) videos | Rigel Kent | 2021-01-13 | 14 | -2/+24 |
| |