Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow to specify transcoding and import jobs concurrency | Chocobozzz | 2021-02-08 | 2 | -0/+4 |
| | |||||
* | add best trending strategy based on Reddit's best | Rigel Kent | 2021-02-04 | 1 | -1/+2 |
| | | | | | | inspired from https://www.reddit.com/r/changelog/comments/7spgg0/best_is_the_new_hotness/ this implementation only adds freshness, and doesn't personalize based on subscribed communities yet. | ||||
* | Add ability to update plugin auth | Chocobozzz | 2021-02-01 | 1 | -0/+1 |
| | |||||
* | Try to support other codecs | Chocobozzz | 2021-01-29 | 1 | -1/+1 |
| | |||||
* | Add plugin transcoding profile guide | Chocobozzz | 2021-01-29 | 1 | -0/+2 |
| | |||||
* | Support transcoding options/encoders by plugins | Chocobozzz | 2021-01-28 | 6 | -0/+71 |
| | |||||
* | move from trending routes to alg param | Rigel Kent | 2021-01-28 | 2 | -12/+13 |
| | |||||
* | add default trending page choice, revert comments count for hot strategy | Rigel Kent | 2021-01-28 | 2 | -2/+16 |
| | |||||
* | modularize abstract video list header and implement video hotness ↵ | Rigel Kent | 2021-01-28 | 1 | -1/+4 |
| | | | | recommendation variant | ||||
* | Add priority to transcoding jobs | Chocobozzz | 2021-01-25 | 1 | -0/+1 |
| | | | | | | | | | | (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 | 1 | -5/+5 |
| | |||||
* | Support progress for ffmpeg tasks | Chocobozzz | 2021-01-21 | 1 | -0/+1 |
| | |||||
* | Add user video list hooks | Chocobozzz | 2021-01-20 | 1 | -0/+4 |
| | |||||
* | Fix (again) youtube import | Chocobozzz | 2021-01-19 | 1 | -2/+0 |
| | |||||
* | stricter youtubedl format selectors (#3516) | Rigel Kent | 2021-01-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | * 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 support for 1440p (Quad HD/QHD/WQHD) videos | Rigel Kent | 2021-01-13 | 2 | -1/+9 |
| | |||||
* | Add more hints regarding live port | Chocobozzz | 2021-01-11 | 1 | -0/+4 |
| | |||||
* | Add AP stats | Chocobozzz | 2020-12-15 | 1 | -0/+4 |
| | |||||
* | Refactor jobs state | Chocobozzz | 2020-12-14 | 1 | -1/+1 |
| | |||||
* | Prepare changelog v3 | Chocobozzz | 2020-12-14 | 1 | -1/+1 |
| | |||||
* | Live views update | Chocobozzz | 2020-12-09 | 2 | -2/+3 |
| | |||||
* | Use dedicated hooks for account/channel videos | Chocobozzz | 2020-12-08 | 1 | -0/+9 |
| | |||||
* | Add permanent live support | Chocobozzz | 2020-12-03 | 4 | -0/+4 |
| | |||||
* | :sparkles: Add input-password #3375 | madmath03 | 2020-11-30 | 1 | -1/+1 |
| | |||||
* | allow private syndication feeds via a user feedToken | Rigel Kent | 2020-11-25 | 1 | -0/+5 |
| | |||||
* | Support encoding profiles | Chocobozzz | 2020-11-25 | 1 | -1/+1 |
| | |||||
* | Add ability to display all channel/account videos | Chocobozzz | 2020-11-18 | 1 | -1/+1 |
| | |||||
* | Implement video comment list in admin | Chocobozzz | 2020-11-13 | 2 | -0/+21 |
| | |||||
* | Remove deprecated abuse api | Chocobozzz | 2020-11-10 | 2 | -20/+0 |
| | |||||
* | Add live server hooks | Chocobozzz | 2020-11-09 | 1 | -1/+5 |
| | |||||
* | Add check constraints live tests | Chocobozzz | 2020-11-09 | 1 | -2/+3 |
| | |||||
* | Begin live tests | Chocobozzz | 2020-11-09 | 3 | -2/+5 |
| | |||||
* | Add check params live tests | Chocobozzz | 2020-11-09 | 1 | -0/+3 |
| | |||||
* | Add max lives limit | Chocobozzz | 2020-11-09 | 3 | -1/+8 |
| | |||||
* | Add ability to save live replay | Chocobozzz | 2020-11-09 | 4 | -0/+11 |
| | |||||
* | Check live duration and size | Chocobozzz | 2020-11-09 | 2 | -0/+6 |
| | |||||
* | Add watch messages if live has not started | Chocobozzz | 2020-11-09 | 6 | -2/+17 |
| | |||||
* | Handle live federation | Chocobozzz | 2020-11-09 | 2 | -4/+7 |
| | |||||
* | Live streaming implementation first step | Chocobozzz | 2020-11-09 | 8 | -12/+42 |
| | |||||
* | Fix VideoStreamingPlaylist model | Chocobozzz | 2020-08-27 | 1 | -1/+1 |
| | |||||
* | Don't use @shared in models | Chocobozzz | 2020-08-27 | 7 | -9/+10 |
| | | | | So other projects can use them | ||||
* | Add redirection on unavailable video due to follow constraints | Chocobozzz | 2020-08-26 | 2 | -0/+4 |
| | |||||
* | Add ability to set a description to dynamic fields | Chocobozzz | 2020-08-21 | 1 | -0/+2 |
| | |||||
* | Add ability to set custom field to video form | Chocobozzz | 2020-08-21 | 7 | -8/+23 |
| | |||||
* | Support plugin hooks in embed | Chocobozzz | 2020-08-20 | 2 | -2/+8 |
| | |||||
* | add ng-select for templatable select options | Rigel Kent | 2020-08-11 | 1 | -0/+1 |
| | | | | | | | - create select-tags component to replace ngx-chips - create select-options to factorize option selection in forms - create select-channel to simplify channel selection - refactor tags validation | ||||
* | Make channelName optionnal only for the API | kimsible | 2020-08-11 | 1 | -1/+1 |
| | |||||
* | Add channelName to user-create server-side and models | kimsible | 2020-08-11 | 1 | -0/+1 |
| | |||||
* | Add ability to share playlists in modal | Chocobozzz | 2020-08-07 | 1 | -0/+2 |
| | |||||
* | Reorganize shared models | Chocobozzz | 2020-08-07 | 22 | -174/+18 |
| |