Chris Smith
|
6edf40ee96
When $TMPDIR is low on space PHP streams silently fail
|
12 years ago |
Jordi Boggiano
|
4ebc5c9a08
Add auth helper and reuse it in git downloader
|
11 years ago |
François Pluchino
|
8b5c00bff0
Fix phpdoc
|
11 years ago |
Jordi Boggiano
|
90d1b6e08a
Rename basic-auth to http-basic, add docs/schema/config support, add local auth file support, add storage to auth.json, add store-auths config option, refs #1862
|
11 years ago |
Jordi Boggiano
|
a115cfd0d8
Fix regression in github fallback behavior
|
11 years ago |
Jordi Boggiano
|
c811eded7d
Do not output if we are about to retry a download
|
11 years ago |
Jordi Boggiano
|
b6981d09e8
Fix handling of origin url in composer repository class
|
11 years ago |
Jordi Boggiano
|
eebffacd9f
Use pagination to get tags/branches from the github API
|
11 years ago |
Jordi Boggiano
|
009fcb4262
Fix arg signature
|
11 years ago |
Jordi Boggiano
|
f3c112e9e0
Split non-interactive and bad credential cases
|
11 years ago |
Jordi Boggiano
|
b437c1cc05
Support github auth directly in the RemoteFilesystem class
|
11 years ago |
Pádraic Brady
|
470fb58273
Add a bundled cacert.pem as a last resort option
|
11 years ago |
Pádraic Brady
|
9881d76216
Adds Composer\Factory::createRemoteFilesystem():
|
11 years ago |
Pádraic Brady
|
81b86acc53
Merge branch 'master' of github.com:composer/composer into tls-config
|
11 years ago |
Pádraic Brady
|
8abff794cd
Fix CN matching to use correct host (should almost eliminate TLS retries where wildcard CNs are used)
|
11 years ago |
Jordi Boggiano
|
1851c29dd3
Update code to work with #2766
|
11 years ago |
Jordi Boggiano
|
9db2a537e5
Merge remote-tracking branch 'cs278/github-otp-support'
|
11 years ago |
Jordi Boggiano
|
28bb781324
Capture response bodies in exceptions when http requests fail
|
11 years ago |
Pádraic Brady
|
2972ec3d86
Show warning when we retry a TLS connection for downloads
|
11 years ago |
Pádraic Brady
|
c9c6849df0
Add Common Name (CN) matching checks and TLS connection retry (by default).
|
11 years ago |
Pádraic Brady
|
a2bf14e381
Make disableTls a core RemoteFilesystem option - per method invites human error
|
11 years ago |
Pádraic Brady
|
49590af656
$originUrl passed to RemoteFilesystem is actually a HOST string already (so far!)
|
11 years ago |
Pádraic Brady
|
0a8180674e
Adding some HTTPS check to diagnose command (stash)
|
11 years ago |
Pádraic Brady
|
2a552df315
Fix openssl_x509_parse() function namespace issue under PHP 5.3.3
|
11 years ago |
Pádraic Brady
|
2648064e5a
Some typos/corrections
|
11 years ago |
Pádraic Brady
|
1e1e713329
Added test for RemoteFilesystem TLS options setup
|
11 years ago |
Pádraic Brady
|
fa54b7054c
Put CN matching above the final recursive option merge
|
11 years ago |
Pádraic Brady
|
9412bb427a
Add CN_match and SNI_server_name setup to RemoteFilesystem
|
11 years ago |
Pádraic Brady
|
ca4b4696b0
Added Exceptions, errors and info messages for self-update command and TLS defaults to RemoteFilesystem
|
11 years ago |
Chris Smith
|
3f6a62099d
Add an option which causes reauth attempts to be bypassed
|
12 years ago |