Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Try to speed up server tests | Chocobozzz | 2021-02-19 | 2 | -23/+36 |
| | |||||
* | Fix import tests | Chocobozzz | 2021-02-18 | 1 | -4/+6 |
| | |||||
* | Add ability to update torrents cache in client | Chocobozzz | 2021-02-18 | 2 | -0/+8 |
| | |||||
* | Dissociate video file names and video uuid | Chocobozzz | 2021-02-18 | 1 | -1/+1 |
| | |||||
* | Remove previous thumbnail if needed | Chocobozzz | 2021-02-16 | 1 | -1/+1 |
| | |||||
* | Generate a name for caption files | Chocobozzz | 2021-02-16 | 2 | -18/+21 |
| | |||||
* | Increase logs test timeout | Chocobozzz | 2021-02-11 | 1 | -5/+7 |
| | |||||
* | Increase test timeout | Chocobozzz | 2021-02-08 | 1 | -1/+1 |
| | |||||
* | Allow to specify transcoding and import jobs concurrency | Chocobozzz | 2021-02-08 | 2 | -0/+8 |
| | |||||
* | add best trending strategy based on Reddit's best | Rigel Kent | 2021-02-04 | 3 | -2/+10 |
| | | | | | | 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. | ||||
* | Fix hls tests | Chocobozzz | 2021-02-02 | 1 | -1/+1 |
| | |||||
* | Transcode audio uploads to lower resolutions | Chocobozzz | 2021-02-02 | 1 | -423/+519 |
| | | | | Better consistency | ||||
* | Fix lint | Chocobozzz | 2021-02-01 | 1 | -4/+11 |
| | |||||
* | Add ability to update plugin auth | Chocobozzz | 2021-02-01 | 1 | -2/+12 |
| | |||||
* | Fix tests | Chocobozzz | 2021-02-01 | 2 | -38/+47 |
| | |||||
* | Fix redundancy with HLS only files | Chocobozzz | 2021-02-01 | 1 | -13/+77 |
| | |||||
* | Fix tests | Chocobozzz | 2021-01-29 | 1 | -4/+4 |
| | |||||
* | Support transcoding options/encoders by plugins | Chocobozzz | 2021-01-28 | 3 | -1/+11 |
| | |||||
* | add test and openapi for hot sort parameter | Rigel Kent | 2021-01-28 | 1 | -0/+8 |
| | |||||
* | move from trending routes to alg param | Rigel Kent | 2021-01-28 | 2 | -12/+16 |
| | |||||
* | add default trending page choice, revert comments count for hot strategy | Rigel Kent | 2021-01-28 | 2 | -2/+18 |
| | |||||
* | Fix tests | Chocobozzz | 2021-01-26 | 4 | -17/+24 |
| | |||||
* | Safely remove webtorrent files | Chocobozzz | 2021-01-25 | 1 | -3/+41 |
| | | | | Only remove them on max quality HLS playlist generation | ||||
* | Allow users/visitors to search through an account's videos (#3589) | Rigel Kent | 2021-01-19 | 1 | -4/+23 |
| | | | | | | | * WIP: account search * add search to account view * add tests for account search | ||||
* | Fix user notification test | Chocobozzz | 2021-01-19 | 1 | -1/+1 |
| | |||||
* | Increase test timeout | Chocobozzz | 2021-01-18 | 1 | -1/+1 |
| | |||||
* | stricter youtubedl format selectors (#3516) | Rigel Kent | 2021-01-15 | 2 | -27/+84 |
| | | | | | | | | | | | | | | * 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 lint | Chocobozzz | 2021-01-13 | 1 | -3/+11 |
| | |||||
* | Add 4k transcoding test | Chocobozzz | 2021-01-13 | 1 | -1/+31 |
| | |||||
* | Fix and add skipping ping log tests | Chocobozzz | 2021-01-13 | 1 | -1/+30 |
| | |||||
* | Allow user to search through their watch history (#3576) | Rigel Kent | 2021-01-13 | 1 | -0/+9 |
| | | | | | | | * 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 | 8 | -0/+13 |
| | |||||
* | 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 duplicate entry in job list page | Chocobozzz | 2021-01-11 | 1 | -1/+1 |
| | |||||
* | Increase live test timeout | Chocobozzz | 2021-01-08 | 1 | -1/+1 |
| | |||||
* | Add missing audit log if the user deletes its account | Chocobozzz | 2021-01-04 | 1 | -0/+2 |
| | |||||
* | Increase notifications comment test timeout | Chocobozzz | 2020-12-30 | 1 | -8/+8 |
| | |||||
* | More robust server stats tests | Chocobozzz | 2020-12-16 | 1 | -3/+3 |
| | |||||
* | Fix live badge in videos list | Chocobozzz | 2020-12-16 | 1 | -0/+16 |
| | |||||
* | Fix stats tests | Chocobozzz | 2020-12-16 | 1 | -2/+8 |
| | |||||
* | Increase test timeout | Chocobozzz | 2020-12-15 | 1 | -1/+1 |
| | |||||
* | Add AP stats | Chocobozzz | 2020-12-15 | 1 | -0/+26 |
| | |||||
* | Use -1 for max live duration unlimited | Chocobozzz | 2020-12-15 | 5 | -6/+6 |
| | |||||
* | Only link to crowdfunding pages in credits | Chocobozzz | 2020-12-14 | 1 | -9/+9 |
| | |||||
* | Refactor jobs state | Chocobozzz | 2020-12-14 | 1 | -0/+13 |
| | |||||
* | Fix tests timeout | Chocobozzz | 2020-12-14 | 10 | -48/+48 |
| | |||||
* | Add joblog at the end of ci | Chocobozzz | 2020-12-14 | 3 | -5/+7 |
| | |||||
* | Parse log script can take files as args | Chocobozzz | 2020-12-14 | 2 | -3/+4 |
| |