aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Http
Commit message (Expand)AuthorAgeFilesLines
* 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-048-13/+7
* 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
* Type the service registrationChristoph Wurst2021-02-101-2/+5
* Use RFC-compliant URL encoding for cookiesMarco Ziech2021-01-241-1/+1
* Fix option in the client code itself as wellRoeland Jago Douma2021-01-121-6/+12
* Update license headersChristoph Wurst2020-12-301-3/+4
* Merge pull request #24702 from nextcloud/enhancement/well-known-handler-apiChristoph Wurst2020-12-181-0/+124
|\
| * Add well known handlers APIChristoph Wurst2020-12-161-0/+124
* | 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
* Do not read certificate bundle from data dir by defaultMorris Jobke2020-05-251-7/+7
* Allow gzip encoded requests by defaultMorris Jobke2020-05-201-0/+4
* Update license headers for 19Christoph Wurst2020-04-293-1/+4
* Check all remotes for local accessJoas Schilling2020-04-142-10/+66
* Add visibility to all constantsChristoph Wurst2020-04-101-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-102-2/+1
* Use elseif instead of else ifChristoph Wurst2020-04-101-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Add support for GuzzleHTTP 'no' proxyMohammed Abdellatif2020-02-291-7/+34
* Update license headersChristoph Wurst2019-12-054-4/+18
* Set a default request timeoutRoeland Jago Douma2019-09-021-0/+1
* Correctly handle emtpy string in proxyuserpwd configScott Shambarger2019-08-111-4/+4
* Refactor getProxyUriDaniel Kesselberg2019-04-161-9/+6
* Set User-Agent as header without middlewareDaniel Kesselberg2019-04-162-57/+35
* HttpClient getHeader can return empty stringRoeland Jago Douma2019-01-081-1/+7
* Make authenticated cookies laxRoeland Jago Douma2018-09-281-0/+75
* Fix HTTP client given options being overriden by default optionsDaniel Calviño Sánchez2018-06-141-6/+6
* adjust post body for new guzzleRobin Appelman2018-02-091-0/+4