Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ensure redis returns bool for hasKey | Arthur Schiwon | 2021-04-13 | 1 | -1/+1 |
* | Strictify null check | Lukas Reschke | 2021-04-06 | 1 | -2/+3 |
* | Improve networking checks | Lukas Reschke | 2021-04-06 | 5 | -42/+316 |
* | Type the service registration | Christoph Wurst | 2021-02-10 | 1 | -2/+5 |
* | Use RFC-compliant URL encoding for cookies | Marco Ziech | 2021-01-24 | 1 | -1/+1 |
* | Fix option in the client code itself as well | Roeland Jago Douma | 2021-01-12 | 1 | -6/+12 |
* | Update license headers | Christoph Wurst | 2020-12-30 | 1 | -3/+4 |
* | Merge pull request #24702 from nextcloud/enhancement/well-known-handler-api | Christoph Wurst | 2020-12-18 | 1 | -0/+124 |
|\ | |||||
| * | Add well known handlers API | Christoph Wurst | 2020-12-16 | 1 | -0/+124 |
* | | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -0/+1 |
|/ | |||||
* | Simple typo in comments | Carlos Ferreira | 2020-11-20 | 1 | -2/+2 |
* | Always return the default path if we can | Roeland Jago Douma | 2020-11-03 | 1 | -4/+0 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
* | parse_url returns null in case a parameter is not found | Joas Schilling | 2020-07-29 | 1 | -1/+1 |
* | Do not read certificate bundle from data dir by default | Morris Jobke | 2020-05-25 | 1 | -7/+7 |
* | Allow gzip encoded requests by default | Morris Jobke | 2020-05-20 | 1 | -0/+4 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 3 | -1/+4 |
* | Check all remotes for local access | Joas Schilling | 2020-04-14 | 2 | -10/+66 |
* | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -3/+3 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 2 | -2/+1 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
* | Add support for GuzzleHTTP 'no' proxy | Mohammed Abdellatif | 2020-02-29 | 1 | -7/+34 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 4 | -4/+18 |
* | Set a default request timeout | Roeland Jago Douma | 2019-09-02 | 1 | -0/+1 |
* | Correctly handle emtpy string in proxyuserpwd config | Scott Shambarger | 2019-08-11 | 1 | -4/+4 |
* | Refactor getProxyUri | Daniel Kesselberg | 2019-04-16 | 1 | -9/+6 |
* | Set User-Agent as header without middleware | Daniel Kesselberg | 2019-04-16 | 2 | -57/+35 |
* | HttpClient getHeader can return empty string | Roeland Jago Douma | 2019-01-08 | 1 | -1/+7 |
* | Make authenticated cookies lax | Roeland Jago Douma | 2018-09-28 | 1 | -0/+75 |
* | Fix HTTP client given options being overriden by default options | Daniel Calviño Sánchez | 2018-06-14 | 1 | -6/+6 |
* | adjust post body for new guzzle | Robin Appelman | 2018-02-09 | 1 | -0/+4 |
* | adjust httpclient to guzzle6 | Robin Appelman | 2018-02-09 | 3 | -25/+47 |
* | Make OCP\Http strict | Roeland Jago Douma | 2018-01-16 | 3 | -19/+24 |
* | Rebrand to "Nextcloud" and add 100% coverage | Lukas Reschke | 2017-01-02 | 1 | -5/+6 |
* | Update with robin | Joas Schilling | 2016-07-21 | 2 | -2/+2 |
* | Fix others | Joas Schilling | 2016-07-21 | 3 | -3/+6 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 3 | -3/+3 |
* | only configure the http client once we start using it | Robin Appelman | 2016-05-12 | 1 | -6/+23 |
* | Move \OC\Http to PSR-4 | Roeland Jago Douma | 2016-04-28 | 3 | -0/+431 |