Jordi Boggiano
|
f9fadb187e
|
Fix undefined var $auth issue
|
2016-01-19 12:04:23 +00:00 |
Jordi Boggiano
|
29312be4df
|
Strict typing fixes
|
2015-12-16 17:48:12 +00:00 |
Jordi Boggiano
|
020c126c27
|
Fix CS
|
2015-11-21 21:51:43 +00:00 |
Jérôme Tamarelle
|
4255db9e31
|
Allows SSH urls for gitlab and detect the scheme
SSH urls uses HTTPS to request the API
|
2015-11-14 16:05:05 +01:00 |
Jérôme Tamarelle
|
ac68a721f4
|
Merge remote-tracking branch 'composer/master' into gitlab
Conflicts:
doc/04-schema.md
src/Composer/Util/RemoteFilesystem.php
|
2015-11-14 14:13:39 +01:00 |
Jordi Boggiano
|
ce08582671
|
Fix CS
|
2015-09-28 10:53:24 +01:00 |
Jordi Boggiano
|
4d5d524704
|
Clear stat cache after a git failure as it might have modified the filesystem
|
2015-05-07 16:28:18 +01:00 |
Jordi Boggiano
|
dbfd47eeca
|
CS fixes
|
2015-04-15 01:22:19 +01:00 |
Roshan Gautam
|
f870396568
|
Add oauth2 support for gitlab
|
2015-04-10 21:45:24 +00:00 |
Frederik Bosch
|
951b07eabc
|
Fix #3903
|
2015-04-04 12:38:12 +02:00 |
Frederik Bosch
|
79490f662e
|
Revert #3813, implement differently
Fix #3830
|
2015-03-28 20:48:19 +01:00 |
Jordi Boggiano
|
b80038804f
|
Fix env override regression, fixes #3820
|
2015-03-06 16:21:40 +00:00 |
Jordi Boggiano
|
2eb69f120e
|
Move check to follow the previous code change
|
2015-02-25 19:30:51 +00:00 |
Jordi Boggiano
|
0c775e997e
|
Fallback to https directly if ssh proto is disabled on github private repos, fixes #2786
|
2015-02-25 18:47:31 +00:00 |
Rob Bast
|
cb336a5416
|
Implement writeError throughout Composer
|
2015-02-25 11:00:35 +01:00 |
Jordi Boggiano
|
c9f666f60b
|
Also clean up DYLD_LIBRARY_PATH before running git, refs #2146
|
2015-01-11 23:09:41 +00:00 |
Jordi Boggiano
|
d093481ed5
|
Merge remote-tracking branch 'garoevans/intelligent-auth'
Conflicts:
src/Composer/Util/Git.php
|
2014-10-07 15:15:23 +01:00 |
Jordi Boggiano
|
4ebc5c9a08
|
Add auth helper and reuse it in git downloader
|
2014-07-24 16:01:42 +02:00 |
Gareth Evans
|
cfc632b019
|
Determine auth URLs more intelligently
|
2014-07-11 12:31:51 +01:00 |
Jordi Boggiano
|
1ce419cc43
|
Fix var name
|
2014-05-23 18:55:44 +02:00 |
Jordi Boggiano
|
3ebc869060
|
Extract functionality from GitDownloader to make it more reusable
|
2014-05-23 18:48:10 +02:00 |
Jordi Boggiano
|
e0886b94a2
|
Make Git::cleanEnv static
|
2014-05-23 17:09:16 +02:00 |
Nicolas Bastien
|
52711d121c
|
Remove unused use statement.
|
2013-10-07 17:11:57 +02:00 |
nickolay-cure4you
|
d4ffb85aa4
|
Fix typo. when safemode is enabled we experienced the problem with ini_get arguments number
|
2013-06-20 12:14:11 +03:00 |
Jordi Boggiano
|
81b2b84112
|
Clean up git env vars consistently
|
2013-06-19 11:44:16 +02:00 |
Jordi Boggiano
|
48b6e8cd21
|
Always clear git env vars
|
2013-06-19 11:29:57 +02:00 |
Jordi Boggiano
|
f79c4e4309
|
Detect safe_mode and output correct error, closes #2006
|
2013-06-18 14:55:40 +02:00 |