Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add plugin transcoding profile guide | Chocobozzz | 2021-01-29 | 1 | -0/+4 |
| | |||||
* | Support transcoding options/encoders by plugins | Chocobozzz | 2021-01-28 | 6 | -46/+211 |
| | |||||
* | Use a profile manager for transcoding | Chocobozzz | 2021-01-28 | 3 | -25/+76 |
| | |||||
* | Fix live RAM usage when ffmpeg is too slow | Chocobozzz | 2021-01-27 | 1 | -7/+57 |
| | |||||
* | Allow webp image uploads | Chocobozzz | 2021-01-26 | 1 | -4/+5 |
| | |||||
* | Fix sendmail emailer | Chocobozzz | 2021-01-26 | 1 | -48/+45 |
| | |||||
* | Safely remove webtorrent files | Chocobozzz | 2021-01-25 | 1 | -4/+6 |
| | | | | Only remove them on max quality HLS playlist generation | ||||
* | Add priority to transcoding jobs | Chocobozzz | 2021-01-25 | 5 | -40/+106 |
| | | | | | | | | | | (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 | 4 | -81/+151 |
| | |||||
* | Support progress for ffmpeg tasks | Chocobozzz | 2021-01-21 | 2 | -15/+30 |
| | |||||
* | Fix error log | Chocobozzz | 2021-01-20 | 1 | -1/+1 |
| | |||||
* | Fix (again) youtube import | Chocobozzz | 2021-01-19 | 1 | -1/+1 |
| | |||||
* | stricter youtubedl format selectors (#3516) | Rigel Kent | 2021-01-15 | 2 | -2/+17 |
| | | | | | | | | | | | | | | * 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 | ||||
* | add ability to remove one's avatar for account and channels (#3467) | Rigel Kent | 2021-01-13 | 2 | -3/+33 |
| | | | | | | | * 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 | ||||
* | Log RTMP server error (address already in use) | Chocobozzz | 2021-01-11 | 1 | -0/+4 |
| | |||||
* | Fix autoblacklist notification issue | Chocobozzz | 2021-01-04 | 1 | -2/+7 |
| | |||||
* | Fix views processing hour 0 | Chocobozzz | 2020-12-30 | 1 | -1/+1 |
| | |||||
* | Fix build | Chocobozzz | 2020-12-22 | 1 | -1/+1 |
| | |||||
* | Force HLS transcoding | Chocobozzz | 2020-12-22 | 2 | -8/+20 |
| | | | | | | Fix weird behaviour with some web browsers. Don't really know if it's a ffmpeg bug, a safari bug or a peertube bug, but forcing transcoding seems to fix this playback bug | ||||
* | Fix redundancy federation in some cases | Chocobozzz | 2020-12-17 | 2 | -3/+14 |
| | |||||
* | Add AP stats | Chocobozzz | 2020-12-15 | 2 | -0/+149 |
| | |||||
* | Use -1 for max live duration unlimited | Chocobozzz | 2020-12-15 | 1 | -1/+1 |
| | |||||
* | emails: remove hardcoded PeerTube names | kontrollanten | 2020-12-14 | 3 | -7/+10 |
| | |||||
* | emailer: use instance name instead of hostname | kontrollanten | 2020-12-14 | 11 | -17/+18 |
| | |||||
* | video embed: use instance name as html title | kontrollanten | 2020-12-14 | 1 | -0/+1 |
| | |||||
* | video-embed: inject custom CSS | kontrollanten | 2020-12-14 | 1 | -0/+1 |
| | | | | closes #3420 | ||||
* | Refactor jobs state | Chocobozzz | 2020-12-14 | 1 | -12/+15 |
| | |||||
* | Keep scope in notifier | Chocobozzz | 2020-12-14 | 1 | -5/+5 |
| | |||||
* | fix(notifier): notifyModeratorsOfNewAbuse | kontrollanten | 2020-12-14 | 1 | -5/+6 |
| | | | | closes #3445 | ||||
* | add display of logs matching any state | Rigel Kent | 2020-12-13 | 1 | -5/+8 |
| | |||||
* | do not crash if SMTP server is down | Girish Ramakrishnan | 2020-12-12 | 1 | -5/+4 |
| | | | | | | just log a warning if the SMTP server is down on startup time fixes #3457 | ||||
* | Live views update | Chocobozzz | 2020-12-09 | 4 | -4/+22 |
| | |||||
* | Fix live tests | Chocobozzz | 2020-12-09 | 2 | -7/+11 |
| | |||||
* | Upgrade sequelize to v6 | Chocobozzz | 2020-12-09 | 8 | -43/+34 |
| | |||||
* | emit more specific status codes on video upload (#3423) | Rigel Kent | 2020-12-08 | 4 | -6/+45 |
| | | | | | - reduce http status codes list to potentially useful codes - convert more codes to typed ones - factorize html generator for error responses | ||||
* | Refactor a little bit client canonical URL | Chocobozzz | 2020-12-08 | 1 | -4/+33 |
| | |||||
* | Set canonical link to original video/playlist url | Thomas Citharel | 2020-12-08 | 1 | -5/+13 |
| | | | | | | The local URL was used instead of the original url Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Fix replay last segments loop | Chocobozzz | 2020-12-07 | 1 | -12/+3 |
| | |||||
* | replace numbers with typed http status codes (#3409) | Rigel Kent | 2020-12-07 | 2 | -8/+10 |
| | |||||
* | Fix lint | Chocobozzz | 2020-12-04 | 1 | -1/+1 |
| | |||||
* | Load video in permanent live after last one ended | Chocobozzz | 2020-12-04 | 3 | -9/+18 |
| | |||||
* | Fix audio issues with live replay | Chocobozzz | 2020-12-04 | 3 | -63/+45 |
| | |||||
* | Strict actor url comparison | Chocobozzz | 2020-12-03 | 1 | -1/+1 |
| | |||||
* | Try to fix non HTTPS remote accounts | Chocobozzz | 2020-12-03 | 1 | -3/+22 |
| | |||||
* | Add permanent live support | Chocobozzz | 2020-12-03 | 3 | -18/+51 |
| | |||||
* | Fix live invalid save replay duration | Chocobozzz | 2020-12-03 | 1 | -3/+5 |
| | |||||
* | Fix live replay duration glitch | Chocobozzz | 2020-12-02 | 2 | -79/+119 |
| | |||||
* | Fix live saving after a server restart | Chocobozzz | 2020-11-30 | 2 | -13/+14 |
| | |||||
* | Fix lint | Chocobozzz | 2020-11-30 | 1 | -1/+1 |
| | |||||
* | Fix high CPU with long live when save replay is true | Chocobozzz | 2020-11-30 | 2 | -15/+45 |
| |