Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Add SPDX header | Andy Scherzinger | 2024-05-24 | 5 | -102/+13 |
| | | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de> | ||||
* | Merge pull request #43446 from ↵ | John Molakvoæ | 2024-03-16 | 1 | -0/+30 |
|\ | | | | | | | jithin-space/add-patch-request-to-http-client-interface | ||||
| * | added @since 29.0.0 on comment | jithin-space | 2024-03-14 | 1 | -0/+1 |
| | | |||||
| * | added patch method | jithin-space | 2024-02-08 | 1 | -0/+29 |
| | | | | | | | | Signed-off-by: jithin-space <jithin.thankachan@gpsrenewables.com> | ||||
* | | fix: Swap method and uri parameter in request to match upstream order | Côme Chilliet | 2024-03-07 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | feat(IClient): Add `request` function to do arbitrary HTTP requests | Ferdinand Thiessen | 2024-03-07 | 1 | -0/+31 |
| | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> | ||||
* | | fix(federation): Allow cloud federation providers to handle unsuccessful ↵ | Joas Schilling | 2024-02-28 | 1 | -0/+10 |
|/ | | | | | | | | return codes Otherwise they are put to retry and will immediately trigger bruteforce protection infinitely Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | feat(HTTPClient): Provide wrapped access to Guzzle's asyncRequest() | Joas Schilling | 2023-06-27 | 2 | -7/+276 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -1/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 4 | -5/+1 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Fix option in the client code itself as well | Roeland Jago Douma | 2021-01-12 | 1 | -6/+6 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Remove @package annotations from public namespace | Julius Härtl | 2020-08-26 | 3 | -3/+0 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -1/+4 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | PHP-CS-Fixer green | Roeland Jago Douma | 2020-04-16 | 1 | -0/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Check all remotes for local access | Joas Schilling | 2020-04-14 | 1 | -0/+29 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 3 | -3/+12 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Make OCP\Http strict | Roeland Jago Douma | 2018-01-16 | 3 | -11/+14 |
| | | | | | | | | | | * 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> | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 3 | -3/+6 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 3 | -3/+3 |
| | |||||
* | Move \OCP\Http to PSR-4 | Roeland Jago Douma | 2016-05-18 | 3 | -0/+301 |