aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Http/Client
Commit message (Expand)AuthorAgeFilesLines
* fix: do not query CNAME if A succeeded alreadygeorglauterbach2024-11-141-1/+5
* chore: Add SPDX headerAndy Scherzinger2024-05-246-126/+15
* fix(dns): detect disabled IPv6 support in DNS pinningBenjamin Gaussorgues2024-03-261-1/+3
* Merge pull request #43446 from jithin-space/add-patch-request-to-http-client-...John Molakvoæ2024-03-161-0/+35
|\
| * added patch methodjithin-space2024-02-081-0/+35
* | fix: Swap method and uri parameter in request to match upstream orderCôme Chilliet2024-03-071-2/+2
* | feat(IClient): Add `request` function to do arbitrary HTTP requestsFerdinand Thiessen2024-03-071-0/+37
* | fix(federation): Allow cloud federation providers to handle unsuccessful retu...Joas Schilling2024-02-281-0/+16
* | Include `hostName:$port` for Host access violation message as wellRobin Kluth2024-02-241-1/+1
* | Log Host/IP in `LocalServerException` for `Host violates local access rules`Robin Kluth2024-02-241-1/+1
* | Log Host/IP in `LocalServerException` for `Host violates local access rules`Robin Kluth2024-02-241-1/+1
|/
* test: add tests for dns pin middlewareDaniel Kesselberg2023-09-121-2/+9
* enh: skip processing for empty responseDaniel Kesselberg2023-09-041-0/+4
* feat: add switch to disable dns pinningDaniel Kesselberg2023-08-291-2/+4
* feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest()Joas Schilling2023-06-273-8/+365
* log performance events for http requestsRobin Appelman2023-04-281-4/+17
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-5/+5
* Fix DNS Pin Middleware throwing for public IPsChristoph Wurst2022-11-081-1/+1
* Add remote host validation APIChristoph Wurst2022-10-314-117/+27
* Rename LocalAddressChecker methods to lower caseChristoph Wurst2022-10-273-5/+5
* 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-14/+6
* | Use new dependency to normalize IPsCôme Chilliet2022-09-201-0/+13
* | Add missing urldecode and idn_to_utf8 calls to local address checkerCôme Chilliet2022-09-202-2/+2
* | Fix typos in lib/private subdirectoryluz paz2022-07-271-1/+1
* | Use Symfony IpUtils to check for local IP rangesCôme Chilliet2022-07-121-3/+7
* | Check for local IPs nested in IPv6 as wellCôme Chilliet2022-07-121-1/+3
* | Refactor local IP if and set strict to true for in_arrayCôme Chilliet2022-07-121-6/+6
* | Improve local IP detectionCôme Chilliet2022-07-121-0/+6
|/
* Improve local domain detectionCôme Chilliet2022-06-231-2/+4
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-243-15/+3
* Send images to imaginary docker to generate previewsVincent Petry2022-03-171-1/+2
* Check for !== false instead Lukas Reschke2021-07-121-1/+1
* Check if dns_get_record returns non-falseLukas Reschke2021-07-121-1/+1
* Fixes recursion count incrementationSanpi2021-07-071-1/+1
* Merge pull request #27801 from nextcloud/enh/noid/hardening-dns-pin-middlewarekesselb2021-07-061-13/+28
|\
| * Ignore subdomain for soa queriesDaniel Kesselberg2021-07-051-13/+28
* | Fix DnsPinMiddleware resolve pinning bugAaron Ball2021-07-021-5/+12
|/
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-046-9/+4
* ensure redis returns bool for hasKeyArthur Schiwon2021-04-131-1/+1
* Strictify null checkLukas Reschke2021-04-061-2/+3
* Improve networking checksLukas Reschke2021-04-065-42/+316
* Fix option in the client code itself as wellRoeland Jago Douma2021-01-121-6/+12
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Simple typo in commentsCarlos Ferreira2020-11-201-2/+2
* Always return the default path if we canRoeland Jago Douma2020-11-031-4/+0
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-0/+1
* parse_url returns null in case a parameter is not foundJoas Schilling2020-07-291-1/+1