]> source.dussan.org Git - nextcloud-server.git/commit
Add wrapper for Guzzle
authorLukas Reschke <lukas@owncloud.com>
Mon, 16 Mar 2015 10:28:23 +0000 (11:28 +0100)
committerLukas Reschke <lukas@owncloud.com>
Wed, 25 Mar 2015 15:04:41 +0000 (16:04 +0100)
commit5f044ebf1bc6f45acec2e79dc05185acd0405f42
tree8bc8797ef55588d3aab1b160acb3e2f5576d460f
parent13904a7f8979a87492ac765e05017eb1e4b69588
Add wrapper for Guzzle
27 files changed:
3rdparty
apps/files_encryption/tests/share.php
apps/files_sharing/lib/controllers/sharecontroller.php
apps/files_sharing/lib/external/storage.php
apps/files_sharing/tests/server2server.php
config/ca-bundle.crt [new file with mode: 0644]
lib/private/http/client/client.php [new file with mode: 0644]
lib/private/http/client/clientservice.php [new file with mode: 0644]
lib/private/http/client/response.php [new file with mode: 0644]
lib/private/httphelper.php
lib/private/installer.php
lib/private/ocsclient.php
lib/private/security/certificatemanager.php
lib/private/server.php
lib/private/util.php
lib/public/http/client/iclient.php [new file with mode: 0644]
lib/public/http/client/iclientservice.php [new file with mode: 0644]
lib/public/http/client/iresponse.php [new file with mode: 0644]
lib/public/iservercontainer.php
lib/repair/updatecertificatestore.php [new file with mode: 0644]
settings/ajax/checksetup.php
tests/lib/app/infoparser.php
tests/lib/http/client/clientservicetest.php [new file with mode: 0644]
tests/lib/http/client/clienttest.php [new file with mode: 0644]
tests/lib/http/client/responsetest.php [new file with mode: 0644]
tests/lib/httphelper.php
tests/lib/updater.php