Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Handle sync failure in synchronizeChannel fn | Chocobozzz | 2022-09-27 | 3 | -77/+70 |
| | |||||
* | Increase test timeout | Chocobozzz | 2022-09-27 | 1 | -1/+1 |
| | |||||
* | Test akismet plugin signup | Chocobozzz | 2022-09-26 | 1 | -8/+37 |
| | |||||
* | Add akismet tests | Chocobozzz | 2022-09-23 | 4 | -3/+138 |
| | |||||
* | Support refusing remote comments | Chocobozzz | 2022-09-23 | 5 | -180/+287 |
| | |||||
* | Add sync youtube playlist test | Chocobozzz | 2022-09-19 | 2 | -39/+57 |
| | |||||
* | Cleanup actor image without width | Chocobozzz | 2022-09-16 | 1 | -5/+16 |
| | |||||
* | Fix onlyAfter comparison | Chocobozzz | 2022-09-16 | 1 | -3/+3 |
| | |||||
* | Wait transcoding by default when importing a video | Chocobozzz | 2022-09-16 | 3 | -2/+6 |
| | |||||
* | Check channel sync id is owned by channel | Chocobozzz | 2022-09-16 | 2 | -2/+39 |
| | |||||
* | Fix import script | Chocobozzz | 2022-09-16 | 1 | -4/+12 |
| | |||||
* | Fix sync import of latest videos | Chocobozzz | 2022-09-16 | 5 | -47/+106 |
| | |||||
* | Improve VideoChannelSyncLatestScheduler logs | Chocobozzz | 2022-09-14 | 1 | -3/+3 |
| | |||||
* | Increase test timeout | Chocobozzz | 2022-09-14 | 1 | -1/+1 |
| | |||||
* | Prevent job queue to be started before plugins | Chocobozzz | 2022-09-14 | 1 | -10/+27 |
| | |||||
* | Fix old DB enum names | Chocobozzz | 2022-09-13 | 2 | -1/+34 |
| | |||||
* | Don't display remove file icon in some cases | Chocobozzz | 2022-09-13 | 5 | -19/+8 |
| | |||||
* | Increase test timeout | Chocobozzz | 2022-09-13 | 1 | -1/+1 |
| | |||||
* | Don't use hexa for av01 codec | Chocobozzz | 2022-09-12 | 1 | -3/+6 |
| | |||||
* | Increase test timeouts | Chocobozzz | 2022-09-12 | 6 | -6/+8 |
| | |||||
* | Fix level for AV1 | Chocobozzz | 2022-09-09 | 1 | -5/+3 |
| | |||||
* | Update client dep | Chocobozzz | 2022-09-09 | 1 | -1/+1 |
| | |||||
* | Try playlist rebuild transaction if needed | Chocobozzz | 2022-09-09 | 1 | -2/+3 |
| | |||||
* | Don't use safe mode when normalizing | Chocobozzz | 2022-09-09 | 1 | -6/+5 |
| | |||||
* | Fix context | Chocobozzz | 2022-09-09 | 1 | -1/+8 |
| | |||||
* | Update server dependencies | Chocobozzz | 2022-09-09 | 4 | -7/+8 |
| | |||||
* | Fix saved live master playlist bandwidth | Chocobozzz | 2022-09-09 | 3 | -12/+10 |
| | |||||
* | Use worker thread to send HTTP requests | Chocobozzz | 2022-09-08 | 6 | -29/+110 |
| | | | | Compute HTTP signature could be CPU intensive | ||||
* | Prevent compat issue with old username | Chocobozzz | 2022-09-08 | 1 | -2/+0 |
| | | | | We were accepting more characters, so don't break DB for these users | ||||
* | fix: validate s3 response (#5231) | q_h | 2022-09-08 | 1 | -35/+18 |
| | | | | | | | | | | | | | | | | | | | | | * refactor: remove `objectStoragePut` this is already implemented in `lib-storage` * fix: validate s3 response * fix: enable built-in retries * chore: add `leavePartsOnError` comment * refactor: decrease partSize to speed up retries * refactor: rethrow s3 errors * refactor: reduce max_upload_part default to 100MB * refactor: validate response * chore: add link to explanation | ||||
* | Optimize fetching playlist urls | Chocobozzz | 2022-09-08 | 4 | -21/+37 |
| | |||||
* | Fix channel sync right check | Chocobozzz | 2022-09-08 | 5 | -27/+28 |
| | |||||
* | Prevent weird error on sync failure | Chocobozzz | 2022-09-08 | 1 | -0/+2 |
| | |||||
* | Display error on youtube-dl get info failure | Chocobozzz | 2022-08-18 | 3 | -1/+5 |
| | |||||
* | Correctly fix feeds tests | Chocobozzz | 2022-08-17 | 1 | -0/+2 |
| | |||||
* | Fix feeds tests | Chocobozzz | 2022-08-17 | 1 | -1/+2 |
| | |||||
* | Cleanup tests imports | Chocobozzz | 2022-08-17 | 103 | -304/+106 |
| | |||||
* | We don't need to import mocha | Chocobozzz | 2022-08-17 | 143 | -146/+3 |
| | |||||
* | Prefer using Object.values | Chocobozzz | 2022-08-17 | 11 | -26/+21 |
| | |||||
* | Reimplement a typed omit function | Chocobozzz | 2022-08-17 | 12 | -65/+44 |
| | |||||
* | Remove unnecessary logs | Chocobozzz | 2022-08-17 | 45 | -352/+46 |
| | |||||
* | Prefer using our pick function | Chocobozzz | 2022-08-17 | 6 | -9/+11 |
| | |||||
* | Cleanup useless express validator messages | Chocobozzz | 2022-08-17 | 43 | -419/+512 |
| | |||||
* | Add videoUUID to playback metrics | Chocobozzz | 2022-08-17 | 1 | -1/+3 |
| | |||||
* | Increase test timeout | Chocobozzz | 2022-08-16 | 2 | -2/+2 |
| | |||||
* | Fix tests | Chocobozzz | 2022-08-16 | 2 | -3/+3 |
| | |||||
* | Increase timeouts | Chocobozzz | 2022-08-16 | 5 | -5/+5 |
| | |||||
* | Add playback metric endpoint sent to OTEL | Chocobozzz | 2022-08-16 | 12 | -13/+397 |
| | |||||
* | Add ability to list comments on local videos | Chocobozzz | 2022-08-16 | 4 | -1/+30 |
| | |||||
* | Add spans for AP signature checkers | Chocobozzz | 2022-08-11 | 2 | -74/+90 |
| |