Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | add test for script printing command | Rigel Kent | 2021-01-13 | 2 | -0/+37 |
| | |||||
* | add script printing command to generate a resolution for a given file | Rigel Kent | 2021-01-13 | 1 | -16/+18 |
| | |||||
* | add ability to remove one's avatar for account and channels (#3467) | Rigel Kent | 2021-01-13 | 4 | -7/+66 |
| | | | | | | | * add ability to remove one's avatar for account and channels * add ability to remove one's avatar for account and channels * only display avatar edition options after input change | ||||
* | Use source sans 3 font | Chocobozzz | 2021-01-13 | 1 | -1/+1 |
| | |||||
* | Increase test timeout | Chocobozzz | 2021-01-12 | 1 | -1/+1 |
| | |||||
* | Update translations | Chocobozzz | 2021-01-11 | 1 | -1/+1 |
| | |||||
* | Fix tracker IP with reverse proxy | Chocobozzz | 2021-01-11 | 1 | -1/+1 |
| | |||||
* | Fix duplicate entry in job list page | Chocobozzz | 2021-01-11 | 1 | -1/+1 |
| | |||||
* | Retrieve user by id instead of username | Chocobozzz | 2021-01-11 | 2 | -4/+4 |
| | |||||
* | Don't reject accounts with empty description | Chocobozzz | 2021-01-11 | 1 | -0/+7 |
| | |||||
* | Log RTMP server error (address already in use) | Chocobozzz | 2021-01-11 | 1 | -0/+4 |
| | |||||
* | Add more hints regarding live port | Chocobozzz | 2021-01-11 | 1 | -0/+4 |
| | |||||
* | Increase live test timeout | Chocobozzz | 2021-01-08 | 1 | -1/+1 |
| | |||||
* | Reduce inbox stats updated interval | Chocobozzz | 2021-01-08 | 1 | -1/+1 |
| | |||||
* | Fix ldap test port | Chocobozzz | 2021-01-04 | 1 | -1/+1 |
| | |||||
* | Fix autoblacklist notification issue | Chocobozzz | 2021-01-04 | 1 | -2/+7 |
| | |||||
* | Don't crash on youtube-dl update write error | Chocobozzz | 2021-01-04 | 1 | -1/+6 |
| | |||||
* | Add missing audit log if the user deletes its account | Chocobozzz | 2021-01-04 | 3 | -4/+11 |
| | |||||
* | Fix views processing hour 0 | Chocobozzz | 2020-12-30 | 1 | -1/+1 |
| | |||||
* | Support activeMonth and activeHalfyear in nodeinfo | Chocobozzz | 2020-12-30 | 3 | -3/+9 |
| |