4524 Commits (44ddcf4da7c6ecfd1593801724663d896f1f6fe3)

Author SHA1 Message Date
Jordi Boggiano 44ddcf4da7 Merge remote-tracking branch 'slbmeh/feature/version-status' 8 years ago
Jordi Boggiano 98bf6d704e Undo addition of a bunch of Script methods to RootPackage[Interface], refs #5401 8 years ago
Jordi Boggiano a72ef947d4 Merge remote-tracking branch 'CupOfTea696/master' 8 years ago
Jordi Boggiano 664ba44901 Merge pull request #5467 from bohwaz/fossil
Fossil VCS support for Composer
8 years ago
Jordi Boggiano 75074382de Merge branch '1.1' 8 years ago
Jordi Boggiano fd6455218e Avoid warnings in case cache dir is explicitly directed to /dev/null, fixes #5468 8 years ago
bohwaz 517a9b6f4c Fix fossil update 8 years ago
Jordi Boggiano ebae5dfd95 Undo downgrade before trying again if http seems unreliable, refs #2835 8 years ago
Pierre du Plessis f29b3e86ce Remove type parameter from RepositoryInterface
Fixes #5458

Remove the `$type` parameter from `RepositoryInterface` to alleviate the BC break for plugins.
8 years ago
bohwaz 5674262030 fix typo and bugs on Fossil support 8 years ago
bohwaz 0e26a07a74 Fix: use the right directory for repository file 8 years ago
bohwaz abcbef4a67 Add Fossil support to Composer 8 years ago
Jordi Boggiano 894b53c115 Merge pull request #5454 from pierredup/type-search
Added type option to search
8 years ago
Pierre du Plessis 6a557e45b8 Added --type option to search 8 years ago
Jordi Boggiano 1c4acf3583 Refactor code to use RemoteFilesystem facilities for header parsing, refs #5435 8 years ago
Jordi Boggiano f8c3ef4136 Merge remote-tracking branch 'dunlop-lello/master' 8 years ago
Jordi Boggiano efb24846cb Merge branch '1.1' 8 years ago
Jordi Boggiano f94d06ff0a Fix escaping 8 years ago
Jordi Boggiano 39c2c8c30a Add test for password escaping 8 years ago
Stefan Grootscholten 78fcb5a366 Add support section to composer data for bitbucket repositories. 8 years ago
Phil Lello 7a112b0395 Check headers for missing scopes before asking for new OAuth token
This patch stops the GitHub VCS driver prompting for a new access
token when a repository is deleted/hidden.

Specifically, it checks the X-OAuth-Scopes and X-Accepted-OAuth-Scopes
response headers to see if the scopes on the current request match
those needed by the API call. If they do, the 404 means that the repo
is deleted/hidden, and there's no point asking for a new OAuth token.
8 years ago
Stefan Grootscholten 1241e3e83c Simplify the if statement. 8 years ago
Stefan Grootscholten 42f4d344a4 Fix the replacement of the credentials.
://username:password@domain
was replaced by ://://:***@domain
instead of ://username:***@domain or ://***:***@domain
8 years ago
Stefan Grootscholten ea11a95359 Provide fallback when using basic authentication.
When composer is configured to use bitbucket basic authentication (a bitbucket username and password), you get an error
when trying to install dependencies.
This commit prevent the install process to be aborted due to uncaught exceptions.
8 years ago
Stefan Grootscholten 7716ef059b Add the access token as query string parameter. 8 years ago
Stefan Grootscholten d9fd9fca6b Implement changes after review of stof.
Rename getContents to getContentsWithOAuthCredentials.
Make gitDriver a private property.
8 years ago
Stefan Grootscholten 1084a3927e Implement Bitbucket Util in GitBitbucketDriver. 8 years ago
Stefan Grootscholten 307fd4023b Fetch composer.json using the oauth api. 8 years ago
Stefan Grootscholten 6c8b0cc2c1 Change authentication for bitbucket to oauth. 8 years ago
Stefan Grootscholten 0e500d4c91 Make API URL available for external use. 8 years ago
Jordi Boggiano a8edaad381 Merge pull request #5335 from carlcraig/1.1
Update bitbucket oauth instructions
8 years ago
Jordi Boggiano 5a3d60c0cf Output warning for invalid-looking packagist config, fixes #5404 8 years ago
Jordi Boggiano 73d9a4717d Update list of ciphers /cc @cs278 8 years ago
Jordi Boggiano 08ef916bed Change default value 8 years ago
Jordi Boggiano 151ed2a0e5 Merge pull request #5392 from donatj/master
Adds --no-suggest to install and update commands
8 years ago
Steve Buzonas 576721946c show pretty version in both scenarios 8 years ago
Steve Buzonas 7b6e06c686 normalize version to provide consistent output from package version vs vcs version 8 years ago
Sven Wittevrongel ca6f7b365b revert 3ad5f1843b 8 years ago
Sven Wittevrongel b80c33ba5c type-hint array for setConfig & setScripts 8 years ago
Sven Wittevrongel 3ad5f1843b Remove getScript from CompletePackage (it is root-only) 8 years ago
Sven Wittevrongel cccfb2fb22 RootAliasPackage fix 8 years ago
Sven Wittevrongel d0b0d1ad24 RootPackage::getScripts 8 years ago
Sven Wittevrongel dec44e6ba9 getconfig in RootAliasPackage 8 years ago
Sven Wittevrongel 3905f275d6 RootPackage::getConfig 8 years ago
Steve Buzonas 64afdcc2aa remove var_dump 8 years ago
Jordi Boggiano 72c9fab976 Merge pull request #5394 from svengerlach/more-no-scripts
--no-scripts option for remove and require command
8 years ago
Michele Locati 0b08daff02
Simplify evaluation of PHP code 8 years ago
Sven Gerlach 4fd35baf1f Added --no-scripts InputOption for RemoveCommand 8 years ago
Sven Gerlach 28b88dd675 Added --no-scripts InputOption for RequireCommand 8 years ago
Michele Locati 759987da62
Strip out declare strict_types 8 years ago