summaryrefslogtreecommitdiffstats
path: root/lib/private/Http/Client/ClientService.php
Commit message (Collapse)AuthorAgeFilesLines
* Add remote host validation APIChristoph Wurst2022-10-311-5/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Revert "fix external storages access"Simon L2022-10-231-1/+3
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* fix external storages accessszaimen2022-07-011-3/+1
| | | | Signed-off-by: szaimen <szaimen@e.mail.de>
* Migrate from ILogger to LoggerInterface in lib/privateCôme Chilliet2022-03-241-6/+0
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Improve networking checksLukas Reschke2021-04-061-2/+24
| | | | | | Whilst we currently state that SSRF is generally outside of our threat model, this is something where we should invest to improve this. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Update license headers for 19Christoph Wurst2020-04-291-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Check all remotes for local accessJoas Schilling2020-04-141-5/+6
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update license headersChristoph Wurst2019-12-051-1/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Set User-Agent as header without middlewareDaniel Kesselberg2019-04-161-2/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* adjust httpclient to guzzle6Robin Appelman2018-02-091-1/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Make OCP\Http strictRoeland Jago Douma2018-01-161-1/+3
| | | | | | | | | | * Handle private files * Add return types * Add scalar typehints * Made strict * Fixed requiring proper guzzle message interface that is passed around Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix othersJoas Schilling2016-07-211-1/+2
|
* Update license headersLukas Reschke2016-05-261-1/+1
|
* Move \OC\Http to PSR-4Roeland Jago Douma2016-04-281-0/+56