aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Http
Commit message (Expand)AuthorAgeFilesLines
* fix: do not query CNAME if A succeeded alreadygeorglauterbach2024-11-061-2/+3
* chore: always execute parse_url in preventLocalAddressbug/noid/federated-addressbook-sync-without-localaddressallowedDaniel Kesselberg2024-10-011-1/+7
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-3/+3
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-153-13/+13
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-254-12/+12
* chore: Add SPDX headerAndy Scherzinger2024-05-138-107/+22
* Adjust tests to match new expected exceptionRobin Kluth2024-02-241-3/+3
* fix(security): Handle idn_to_utf8 returning falseJoas Schilling2023-12-041-0/+1
* test: add tests for dns pin middlewareDaniel Kesselberg2023-09-121-0/+563
* feat: add switch to disable dns pinningDaniel Kesselberg2023-08-291-1/+52
* 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-272-3/+10
* log performance events for http requestsRobin Appelman2023-04-281-1/+11
* Adapt tests to config value typingCôme Chilliet2023-04-051-72/+84
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Add remote host validation APIChristoph Wurst2022-10-313-219/+64
* Rename LocalAddressChecker methods to lower caseChristoph Wurst2022-10-272-9/+9
* Revert "fix external storages access"Simon L2022-10-231-1/+3
* Merge pull request #33087 from nextcloud/fix/30282/external-storagesJohn Molakvoæ2022-10-231-3/+1
|\
| * fix external storages accessszaimen2022-07-011-3/+1
* | Fix tests for nested v4 in v6Côme Chilliet2022-09-201-2/+2
* | Harden tests for local IP detection in URLsCôme Chilliet2022-09-202-0/+20
* | Use Symfony IpUtils to check for local IP rangesCôme Chilliet2022-07-121-0/+5
|/
* 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-243-14/+5
* Fix Guzzle function callsCôme Chilliet2021-11-231-2/+2
* Adjust testLukas Reschke2021-04-061-7/+14
* Improve networking checksLukas Reschke2021-04-064-42/+321
* Type the service registrationChristoph Wurst2021-02-101-9/+4
* Add well known handlers APIChristoph Wurst2020-12-163-0/+324
* 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
* Fix unit testsJoas Schilling2020-04-151-2/+4
* 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-112-26/+26
* Mode to modern phpunitRoeland Jago Douma2019-11-272-2/+2
* Make phpunit8 compatibleRoeland Jago Douma2019-11-272-2/+2
* Some php-cs fixesRoeland Jago Douma2019-11-221-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-162-39/+68
* Fix HTTP client given options being overriden by default optionsDaniel Calviño Sánchez2018-06-141-0/+127
* adjust httpclient to guzzle6Robin Appelman2018-02-093-46/+34
* Merge pull request #2912 from nextcloud/increase-coverage-response.phpLukas Reschke2017-01-021-3/+24
|\
| * Add 100% coverage for response.phpLukas Reschke2017-01-021-3/+24
* | Rebrand to "Nextcloud" and add 100% coverageLukas Reschke2017-01-021-4/+67
|/
* Fix getMock Http ClientRoeland Jago Douma2016-09-072-4/+7