summaryrefslogtreecommitdiffstats
path: root/tests/lib/Http/Client/ClientTest.php
Commit message (Expand)AuthorAgeFilesLines
* fix(security): Handle idn_to_utf8 returning falseJoas Schilling2023-12-041-0/+1
* Fix various deprecation warnings in tests on PHP 8.3Côme Chilliet2023-08-141-0/+1
* feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest()Joas Schilling2023-06-271-1/+4
* Adapt tests to config value typingCôme Chilliet2023-04-051-72/+84
* Add remote host validation APIChristoph Wurst2022-10-311-57/+57
* Rename LocalAddressChecker methods to lower caseChristoph Wurst2022-10-271-5/+5
* Harden tests for local IP detection in URLsCôme Chilliet2022-09-201-0/+1
* Remove some more at matchers in tests/libCôme Chilliet2022-06-201-83/+85
* Migrate from ILogger to LoggerInterface where needed in the testsCôme Chilliet2022-03-241-8/+3
* Improve networking checksLukas Reschke2021-04-061-40/+91
* Improve CertificateManager to not be user context dependentMorris Jobke2020-11-031-3/+3
* Do not read certificate bundle from data dir by defaultMorris Jobke2020-05-251-3/+2
* Allow gzip encoded requests by defaultMorris Jobke2020-05-201-3/+7
* Check all remotes for local accessJoas Schilling2020-04-141-9/+122
* Add support for GuzzleHTTP 'no' proxyMohammed Abdellatif2020-02-291-11/+139
* [3rdparty] Bump guzzlehttp/guzzle from 6.3.3 to 6.5.2John Molakvoæ (skjnldsv)2020-02-111-24/+24
* Mode to modern phpunitRoeland Jago Douma2019-11-271-1/+1
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Add default timeout to expected request optionsDaniel Kesselberg2019-09-031-34/+19
* Correctly handle emtpy string in proxyuserpwd configScott Shambarger2019-08-111-2/+12
* Fix testGetProxyUriDaniel Kesselberg2019-04-161-6/+1
* Set User-Agent as header without middlewareDaniel Kesselberg2019-04-161-35/+61
* Fix HTTP client given options being overriden by default optionsDaniel Calviño Sánchez2018-06-141-0/+127
* adjust httpclient to guzzle6Robin Appelman2018-02-091-31/+18
* Rebrand to "Nextcloud" and add 100% coverageLukas Reschke2017-01-021-4/+67
* Fix getMock Http ClientRoeland Jago Douma2016-09-071-2/+3
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+111