aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Http/Client/Client.php
Commit message (Expand)AuthorAgeFilesLines
* feat(http-client): expose default request timeout constant to be used instead...add-default-request-timeout-constThomas Citharel2024-10-111-1/+1
* chore: always execute parse_url in preventLocalAddressbug/noid/federated-addressbook-sync-without-localaddressallowedDaniel Kesselberg2024-10-011-4/+5
* chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-191-2/+2
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-284/+284
* chore: Add SPDX headerAndy Scherzinger2024-05-241-28/+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
* | Log Host/IP in `LocalServerException` for `Host violates local access rules`Robin Kluth2024-02-241-1/+1
|/
* feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest()Joas Schilling2023-06-271-8/+223
* Use typed version of IConfig::getSystemValue as much as possibleCôme Chilliet2023-04-051-5/+5
* Add remote host validation APIChristoph Wurst2022-10-311-5/+13
* Rename LocalAddressChecker methods to lower caseChristoph Wurst2022-10-271-1/+1
* Fix typos in lib/private subdirectoryluz paz2022-07-271-1/+1
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-5/+0
* Send images to imaginary docker to generate previewsVincent Petry2022-03-171-1/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Improve networking checksLukas Reschke2021-04-061-40/+28
* 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
* 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-291-0/+2
* Check all remotes for local accessJoas Schilling2020-04-141-5/+60
* Format control structures, classes, methods and functionChristoph 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-051-1/+6
* 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-161-55/+34
* 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
* adjust httpclient to guzzle6Robin Appelman2018-02-091-19/+40
* Make OCP\Http strictRoeland Jago Douma2018-01-161-13/+15
* Rebrand to "Nextcloud" and add 100% coverageLukas Reschke2017-01-021-5/+6
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix othersJoas Schilling2016-07-211-1/+2
* Update license headersLukas Reschke2016-05-261-1/+1
* only configure the http client once we start using itRobin Appelman2016-05-121-6/+23
* Move \OC\Http to PSR-4Roeland Jago Douma2016-04-281-0/+294