aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/helpers/requests.ts
Commit message (Collapse)AuthorAgeFilesLines
* Introduce worker threads to process remote imagesChocobozzz2022-06-241-19/+0
|
* Add use proxy for s3 (#4973)Chocobozzz2022-05-091-0/+1
| | | | | | | | | | | | | * Fix object storage to be accessible via proxy * fix lint * Use hpagent * Fix lint * Fix PR Co-authored-by: noellabo <noel.yoshiba@gmail.com>
* Fix redundancy timeoutChocobozzz2021-11-291-3/+4
|
* Test and log request retriesChocobozzz2021-11-161-9/+9
|
* Don't display log tag filter for audit logsChocobozzz2021-11-161-4/+15
|
* Fix remote interactionChocobozzz2021-11-051-0/+11
| | | | When we fetch a ressource that is a redirection of another ressource
* Remove unnecessary packageChocobozzz2021-10-261-1/+1
| | | | https://github.com/standard/standard/issues/1316
* Rewrite youtube-dl importChocobozzz2021-10-221-2/+7
| | | | | | | | Use python3 binary Allows to use a custom youtube-dl release URL Allows to use yt-dlp (youtube-dl fork) Remove proxy config from configuration to use HTTP_PROXY and HTTPS_PROXY env variables
* Fix youtube-dl update with proxyChocobozzz2021-10-151-1/+2
|
* Fix requests timeoutChocobozzz2021-10-131-4/+1
|
* Remove unused timeout optionChocobozzz2021-09-071-2/+0
|
* Support proxies for PeerTube (#4346)smilekison2021-08-251-2/+30
| | | | | | | | | | | * Updated with latest code * Updated Support proxies for PeerTube * Support Proxies for PeerTube (Updated with change request) * Cleanup proxy PR Co-authored-by: Chocobozzz <me@florianbigard.com>
* Use dns cache for requestsChocobozzz2021-07-021-0/+1
| | | | Prevent blocking issues in uv thread pool
* Use a global request timeoutChocobozzz2021-06-151-1/+7
|
* Fix AP security testsChocobozzz2021-03-241-2/+4
|
* Fix 404 AP status codesChocobozzz2021-03-241-6/+12
|
* Fix request body limitChocobozzz2021-03-241-4/+16
|
* Use got instead of requestChocobozzz2021-03-241-47/+132
|
* Use process.env.npm_package_versionChocobozzz2019-07-241-4/+2
|
* Check latest plugins versionChocobozzz2019-07-241-2/+13
|
* Relax videos list thumbnail api joinChocobozzz2019-04-241-1/+1
|
* Remove tmp file on image processing errorChocobozzz2019-04-241-1/+8
|
* Don't expose constants directly in initializers/Chocobozzz2019-04-111-1/+1
|
* Move config in its own fileChocobozzz2019-04-111-1/+2
|
* Add request body limitChocobozzz2019-02-211-4/+37
|
* Use a single file instead of segments for HLSChocobozzz2019-02-111-1/+1
|
* Add tmp and redundancy directoriesChocobozzz2018-12-041-4/+5
|
* Fix thumbnail processingChocobozzz2018-12-041-2/+2
|
* Fix images size when downloading themChocobozzz2018-11-161-1/+11
|
* Check activities hostChocobozzz2018-11-141-2/+2
|
* replace fs by fs-extra to prevent EMFILE errorRigel Kent2018-08-271-1/+1
|
* Fix remote image fetchingChocobozzz2018-02-151-3/+5
|
* Prepare production workflowChocobozzz2018-01-151-4/+3
|
* Fix lintChocobozzz2018-01-151-2/+1
|
* Fix actor followers/following countsChocobozzz2018-01-151-1/+5
|
* Propagate old comment on new followChocobozzz2017-12-281-1/+7
|
* Make it compile at leastChocobozzz2017-11-271-81/+2
|
* Continue activitypubChocobozzz2017-11-271-0/+11
|
* Begin activitypubChocobozzz2017-11-271-38/+40
|
* Upgrade server packagesChocobozzz2017-10-311-2/+2
|
* Use async/await in lib and initializersChocobozzz2017-10-261-1/+1
|
* Better typescript typing for a better worldChocobozzz2017-07-101-4/+14
|
* Async signature and various fixesChocobozzz2017-07-071-19/+17
|
* Move to promisesChocobozzz2017-07-051-38/+43
| | | | Closes https://github.com/Chocobozzz/PeerTube/issues/74
* Type functionsChocobozzz2017-06-101-3/+16
|
* require -> importChocobozzz2017-06-051-2/+2
|
* First typescript iterationChocobozzz2017-05-201-0/+65