You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ayesh Karunaratne 931a1ff1f8
AuthHelper: Allow fall-through GitLab-specific HTTP headers for auth
Previously, `AuthHelper` consumed the authentication credentials for GitLab domains and added access tokens as GitLab-specific headers.
[Composer repositories now supported in GitLab](https://php.watch/articles/composer-gitlab-repositories) require standard Authorization headers with a personal access to function, which failed to work due to out GitLab-specific headers.

With this commit, AuthHelper checks if the password is an access token, and falls through to HTTP basic authentication even if the domain name is a GitLab domain name.
4 years ago
..
Fixtures Add support for TAR in Artifact packages (#9105) 4 years ago
AuthHelperTest.php AuthHelper: Allow fall-through GitLab-specific HTTP headers for auth 4 years ago
BitbucketTest.php
ConfigValidatorTest.php
ErrorHandlerTest.php Build tweaks 4 years ago
FilesystemTest.php
GitHubTest.php
GitLabTest.php
GitTest.php
HttpDownloaderTest.php
IniHelperTest.php
MetadataMinifierTest.php
NoProxyPatternTest.php
PackageSorterTest.php
PerforceTest.php
PlatformTest.php
ProcessExecutorTest.php
RemoteFilesystemTest.php Additional Util\RemoteFileSystem tests (#8960) 4 years ago
SilencerTest.php
StreamContextFactoryTest.php
SvnTest.php
TarTest.php Add support for TAR in Artifact packages (#9105) 4 years ago
TlsHelperTest.php
UrlTest.php
ZipTest.php Add exception for multiple composer.json files (#3) 4 years ago