aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/http/client/client.php
Commit message (Collapse)AuthorAgeFilesLines
* Move \OC\Http to PSR-4Roeland Jago Douma2016-04-281-294/+0
|
* Merge pull request #21671 from owncloud/fix-setup-on-masterThomas Müller2016-01-131-1/+8
|\ | | | | Use legacy method when ownCloud is not yet installed
| * Use legacy method when ownCloud is not yet installedLukas Reschke2016-01-121-1/+8
| | | | | | | | | | | | | | | | The new `\OCP\ICertificateManager::getAbsoluteBundlePath` API instantiiates an ownCloud view which makes the installation fail as it queries the DB before it actually is setup. This change uses the old approach again for the case that the installation is not yet setup. The client service is required for the `.htaccess` effectivity check in the setup. In the future we could move this to a JS based one (as we have for the other setupchecks) so we can get rid of such hacks. Fixes https://github.com/owncloud/core/issues/21669 which was a regression in master caused by https://github.com/owncloud/core/issues/21336
* | Merge pull request #21653 from owncloud/update-license-headers-2016Thomas Müller2016-01-131-1/+1
|\ \ | |/ |/| Update license headers 2016
| * Happy new year!Thomas Müller2016-01-121-1/+1
| |
* | Allow admins to add system wide root certificatesRobin Appelman2016-01-121-5/+4
|/
* update licence headers via scriptMorris Jobke2015-10-051-0/+1
|
* Move certificate bundle into resources/config/Lukas Reschke2015-09-221-1/+1
|
* allow streamed responses in http clientRobin Appelman2015-08-291-1/+2
|
* Use IClientService to check for remote ownCloud instancesLukas Reschke2015-08-221-0/+5
| | | | | | | 1. Allows to set a timeout (though still not perfect but way better than before) 2. Allows to have unit tests 3. I also added unit tests for the existing controller code 4. Corrected PHPDoc on IClient
* Update license headersJenkins for ownCloud2015-03-261-4/+17
|
* Add wrapper for GuzzleLukas Reschke2015-03-251-0/+268