Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Painfully debug concurrent import jobs | Chocobozzz | 2021-02-09 | 1 | -1/+1 |
| | |||||
* | Allow to specify transcoding and import jobs concurrency | Chocobozzz | 2021-02-08 | 3 | -0/+6 |
| | |||||
* | add best trending strategy based on Reddit's best | Rigel Kent | 2021-02-04 | 2 | -2/+3 |
| | | | | | | 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. | ||||
* | Update server dependencies | Chocobozzz | 2021-02-03 | 5 | -18/+21 |
| | |||||
* | Fix tmp tests | Chocobozzz | 2021-02-02 | 1 | -2/+6 |
| | |||||
* | Add ability to update plugin auth | Chocobozzz | 2021-02-01 | 2 | -0/+3 |
| | |||||
* | Fix redundancy with HLS only files | Chocobozzz | 2021-02-01 | 1 | -1/+1 |
| | |||||
* | Use veryfast preset for default transcoding profile | Chocobozzz | 2021-01-29 | 1 | -0/+2 |
| | |||||
* | 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 | 7 | -0/+73 |
| | |||||
* | move from trending routes to alg param | Rigel Kent | 2021-01-28 | 3 | -18/+21 |
| | |||||
* | add default trending page choice, revert comments count for hot strategy | Rigel Kent | 2021-01-28 | 3 | -3/+25 |
| | |||||
* | 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 |
| | |||||
* | Allow users/visitors to search through an account's videos (#3589) | Rigel Kent | 2021-01-19 | 1 | -1/+4 |
| | | | | | | | * WIP: account search * add search to account view * add tests for account search | ||||
* | stricter youtubedl format selectors (#3516) | Rigel Kent | 2021-01-15 | 3 | -1/+32 |
| | | | | | | | | | | | | | | * 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 | ||||
* | Fix and add skipping ping log tests | Chocobozzz | 2021-01-13 | 1 | -0/+10 |
| | |||||
* | Allow user to search through their watch history (#3576) | Rigel Kent | 2021-01-13 | 1 | -1/+4 |
| | | | | | | | * 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 | ||||
* | add support for 1440p (Quad HD/QHD/WQHD) videos | Rigel Kent | 2021-01-13 | 3 | -1/+11 |
| | |||||
* | Fix tests | Chocobozzz | 2021-01-11 | 1 | -1/+1 |
| | |||||
* | Add more hints regarding live port | Chocobozzz | 2021-01-11 | 1 | -0/+4 |
| | |||||
* | Add gl support | Chocobozzz | 2020-12-16 | 1 | -0/+2 |
| | |||||
* | Add AP stats | Chocobozzz | 2020-12-15 | 1 | -0/+4 |
| | |||||
* | Use -1 for max live duration unlimited | Chocobozzz | 2020-12-15 | 1 | -1/+1 |
| | |||||
* | Refactor jobs state | Chocobozzz | 2020-12-14 | 2 | -7/+15 |
| | |||||
* | Prepare changelog v3 | Chocobozzz | 2020-12-14 | 1 | -1/+1 |
| | |||||
* | Fix tests timeout | Chocobozzz | 2020-12-14 | 1 | -1/+6 |
| | |||||
* | Add joblog at the end of ci | Chocobozzz | 2020-12-14 | 2 | -2/+3 |
| | |||||
* | Save logs on ci failure | Chocobozzz | 2020-12-14 | 2 | -3/+20 |
| | |||||
* | Live views update | Chocobozzz | 2020-12-09 | 2 | -2/+3 |
| | |||||
* | Fix live tests | Chocobozzz | 2020-12-09 | 1 | -11/+12 |
| | |||||
* | emit more specific status codes on video upload (#3423) | Rigel Kent | 2020-12-08 | 6 | -98/+49 |
| | | | | | - 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 | -0/+1 |
| | |||||
* | Use dedicated hooks for account/channel videos | Chocobozzz | 2020-12-08 | 1 | -0/+9 |
| | |||||
* | replace numbers with typed http status codes (#3409) | Rigel Kent | 2020-12-07 | 35 | -206/+379 |
| | |||||
* | Add permanent live support | Chocobozzz | 2020-12-03 | 5 | -0/+14 |
| | |||||
* | refactor 404 page | Rigel Kent | 2020-12-03 | 1 | -1/+1 |
| | |||||
* | Fix lint | Chocobozzz | 2020-12-03 | 1 | -1/+1 |
| | |||||
* | more explicit error messages for file uploads | Rigel Kent | 2020-12-03 | 2 | -0/+420 |
| | |||||
* | Add logs to fixture generations | Chocobozzz | 2020-12-01 | 1 | -0/+3 |
| | |||||
* | Add inspect to test script | Chocobozzz | 2020-11-30 | 1 | -7/+13 |
| | |||||
* | :sparkles: Add input-password #3375 | madmath03 | 2020-11-30 | 1 | -1/+1 |
| | |||||
* | Add registered setting CLI plugin install test | Chocobozzz | 2020-11-27 | 1 | -0/+20 |
| | |||||
* | Try to fix live test | Chocobozzz | 2020-11-26 | 1 | -0/+5 |
| | |||||
* | Fix live FPS limit | Chocobozzz | 2020-11-26 | 1 | -0/+1 |
| |