aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Add sync youtube playlist testChocobozzz2022-09-192-39/+57
|
* Cleanup actor image without widthChocobozzz2022-09-161-5/+16
|
* Fix onlyAfter comparisonChocobozzz2022-09-161-3/+3
|
* Wait transcoding by default when importing a videoChocobozzz2022-09-163-2/+6
|
* Check channel sync id is owned by channelChocobozzz2022-09-162-2/+39
|
* Fix import scriptChocobozzz2022-09-161-4/+12
|
* Fix sync import of latest videosChocobozzz2022-09-165-47/+106
|
* Improve VideoChannelSyncLatestScheduler logsChocobozzz2022-09-141-3/+3
|
* Increase test timeoutChocobozzz2022-09-141-1/+1
|
* Prevent job queue to be started before pluginsChocobozzz2022-09-141-10/+27
|
* Fix old DB enum namesChocobozzz2022-09-132-1/+34
|
* Don't display remove file icon in some casesChocobozzz2022-09-135-19/+8
|
* Increase test timeoutChocobozzz2022-09-131-1/+1
|
* Don't use hexa for av01 codecChocobozzz2022-09-121-3/+6
|
* Increase test timeoutsChocobozzz2022-09-126-6/+8
|
* Fix level for AV1Chocobozzz2022-09-091-5/+3
|
* Update client depChocobozzz2022-09-091-1/+1
|
* Try playlist rebuild transaction if neededChocobozzz2022-09-091-2/+3
|
* Don't use safe mode when normalizingChocobozzz2022-09-091-6/+5
|
* Fix contextChocobozzz2022-09-091-1/+8
|
* Update server dependenciesChocobozzz2022-09-094-7/+8
|
* Fix saved live master playlist bandwidthChocobozzz2022-09-093-12/+10
|
* Use worker thread to send HTTP requestsChocobozzz2022-09-086-29/+110
| | | | Compute HTTP signature could be CPU intensive
* Prevent compat issue with old usernameChocobozzz2022-09-081-2/+0
| | | | We were accepting more characters, so don't break DB for these users
* fix: validate s3 response (#5231)q_h2022-09-081-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 urlsChocobozzz2022-09-084-21/+37
|
* Fix channel sync right checkChocobozzz2022-09-085-27/+28
|
* Prevent weird error on sync failureChocobozzz2022-09-081-0/+2
|
* Display error on youtube-dl get info failureChocobozzz2022-08-183-1/+5
|
* Correctly fix feeds testsChocobozzz2022-08-171-0/+2
|
* Fix feeds testsChocobozzz2022-08-171-1/+2
|
* Cleanup tests importsChocobozzz2022-08-17103-304/+106
|
* We don't need to import mochaChocobozzz2022-08-17143-146/+3
|
* Prefer using Object.valuesChocobozzz2022-08-1711-26/+21
|
* Reimplement a typed omit functionChocobozzz2022-08-1712-65/+44
|
* Remove unnecessary logsChocobozzz2022-08-1745-352/+46
|
* Prefer using our pick functionChocobozzz2022-08-176-9/+11
|
* Cleanup useless express validator messagesChocobozzz2022-08-1743-419/+512
|
* Add videoUUID to playback metricsChocobozzz2022-08-171-1/+3
|
* Increase test timeoutChocobozzz2022-08-162-2/+2
|
* Fix testsChocobozzz2022-08-162-3/+3
|
* Increase timeoutsChocobozzz2022-08-165-5/+5
|
* Add playback metric endpoint sent to OTELChocobozzz2022-08-1612-13/+397
|
* Add ability to list comments on local videosChocobozzz2022-08-164-1/+30
|
* Add spans for AP signature checkersChocobozzz2022-08-112-74/+90
|
* Don't crash on redis connection errorChocobozzz2022-08-112-7/+18
|
* Add ability to use docker on localChocobozzz2022-08-111-2/+2
|
* Fix live testsChocobozzz2022-08-111-1/+1
|
* Fix transcoding of quad audio channelsChocobozzz2022-08-102-3/+6
|
* Fix testChocobozzz2022-08-101-8/+16
|