7280 Commits (7211eedc366f05b412a21aa2cae8123203651642)
 

Author SHA1 Message Date
Stefan Grootscholten 7ae4ed1ec8 Improve fetching single files via bitbucket API.
The former implementation used the 'src' endpoint which returned some meta data as well.
This has been replaced with the 'raw' endpoint which does not return the meta data and does not need an extra JSON decode step.
8 years ago
Stefan Grootscholten 3eeb6214eb Fix RemoteFilesystem::isPublicBitBucketDownload
The access token was added to requests to third party hosts the bitbucket api is redirecting to.
8 years ago
Stefan Grootscholten d25c483231 Implement Bitbucket API version 2.0 (where applicable). 8 years ago
Stefan Grootscholten b3b05949bb Implement most desirable Authorization method.
As per https://developer.atlassian.com/bitbucket/api/2/reference/meta/authentication#make-requests
adding the OAuth access token in the Authorization header is desired above adding it to the URL.
8 years ago
Stefan Grootscholten 512750a20e Add more tests to cover the new functionality. 8 years ago
Stefan Grootscholten a4af559ca8 Store access-token for re-use
Store the Bitbucket access-token (and the expiration time) so it can be re-used within the time it is valid.
The Bitbucket::requestToken and Bitbucket::getToken now only return the access-token and not all other parameters it receives from the Bitbucket API.
8 years ago
Rob 810267e2a7 Merge pull request #6091 from richardbporter/patch-1
Fix grammatical issue in 05-repositories.md
8 years ago
Richard B. Porter 231f56b4ae use 'in the case of' instead of 'in case of' 8 years ago
Kael Shipman a0d2934946 Updated basic usage and versions pages to clarify how versioning and package resolution works (refs #6088) 8 years ago
Kael Shipman 7a9f24b913 Added some useful overview information about repositories in the Basic Usage documentation. 8 years ago
Rob 64b9423df3 Merge pull request #6084 from tbal/patch-1
Add GitLab as supported downloads source in docs
8 years ago
Jordi Boggiano cab42187d4 Merge pull request #6087 from alcohol/silly-copyright-people
lets avoid silly commits in the future
8 years ago
Rob Bast ed461a8634
lets avoid silly commits in the future 8 years ago
Tilo Baller 89a2e66293 Add GitLab as supported downloads source in docs 8 years ago
Jordi Boggiano 0dd9e3a106 Merge pull request #6083 from wogsland/update-license-to-2017
Update LICENSE to 2017
8 years ago
Bradley Wogsland 153efb29a0 Update LICENSE to 2017 8 years ago
Jordi Boggiano d8d0ee5870 Merge pull request #6061 from svenluijten/unify-command-descriptions
Add full stop to all command descriptions
8 years ago
jbixler dac51c7f4b Add ignore filters option to archive command 8 years ago
Sven Luijten b4a77e1c0e Add full stop to all command descriptions 8 years ago
johnstevenson 9aa213b329 Work-around for Windows opcache bug, fixes #6052 8 years ago
Lauris Binde f9f92dc9d8 Fix Xdebug warning
Composer incorrectly shows Xdebug warning, even if extension is not loaded, but COMPOSER_ALLOW_XDEBUG is present.
8 years ago
Jordi Boggiano b1fee3035f Merge pull request #6058 from laurisb/patch-1
Fix Xdebug warning
8 years ago
Lauris Binde bca51f177e Fix Xdebug warning
Composer incorrectly shows Xdebug warning, even if extension is not loaded, but COMPOSER_ALLOW_XDEBUG is present.
8 years ago
Jordi Boggiano 285ff274ac Merge branch '1.3' 8 years ago
Jordi Boggiano 6a0d5a03d2 Update changelog 8 years ago
Pete Akins 95e9ad57d4 Don’t add github specials if there is no composer data
This can happen if an identifier doesn’t have a composer.json file (but other identifiers do)
8 years ago
Jordi Boggiano 677e75d168 Add phpdoc comment 8 years ago
Felix Becker 5f64cae860 Make PluginManager::addPlugin() public 8 years ago
Jordi Boggiano 452dd4b05e Merge pull request #6037 from johnstevenson/xdebug-logic
Fix scanned ini files logic
8 years ago
johnstevenson d48d11d187 Fix scanned ini files logic 8 years ago
Jordi Boggiano 65aa8451fc Merge pull request #6034 from stof/change_inline_packages
Refactor the validation of inline package definitions
8 years ago
Christophe Coevoet 1cb0ec7911 Resolve references in ComposerSchemaTest 8 years ago
Jordi Boggiano 0b27952dec Fix typo 8 years ago
Christophe Coevoet a012311077 Refactor the validation of inline package definitions
Reusing the root schema was a mistake, because the root schema does
not have the dist and source properties (which are populated by repository
objects).
8 years ago
Jordi Boggiano 550376d649 Merge pull request #6032 from stof/patch-1
Update the branch alias for master
8 years ago
Christophe Coevoet 18a5d4d86a Update the branch alias for master 8 years ago
Nils Adermann b3bd409a30 Clarify Private Packagist description a bit 8 years ago
Jordi Boggiano 38e02eda7c Merge pull request #6027 from stof/fix_url_field
Loosen the validation for the URL field of VCS repositories
8 years ago
Christophe Coevoet 37505f40f4 Loosen the validation for the URL field of VCS repositories
The URL of the VCS repository may not match the uri pattern of the JSON
schema spec, for instance when using a SSH URL of the repository.
8 years ago
Jordi Boggiano 5e8776ae12 Merge pull request #6025 from Slamdunk/patch-1
Fix php.net HTTPS links; always use HTTPS for getcomposer.org
8 years ago
Filippo Tessarotto 498d49f1ba Fix php.net HTTPS links; always use HTTPS for getcomposer.org 8 years ago
Jordi Boggiano 31731a06c2 Merge pull request #6023 from stof/add_property
Add missing definition of a property
8 years ago
Jordi Boggiano f824b188f5 Merge pull request #6024 from stof/fix_package_type
Fix the validation of required properties for inline packages
8 years ago
Christophe Coevoet 8cc1859492 Fix the validation of required properties for inline packages 8 years ago
Christophe Coevoet 4ae2aecc54 Add missing definition of a property 8 years ago
Jordi Boggiano 321361a37b Merge branch '1.3' 8 years ago
Jordi Boggiano be9abbf9f3 Override all php-* versions when php package is defined in config.platform 8 years ago
Jordi Boggiano 3e72a5abd4 Merge remote-tracking branch 'glady/patch-2' 8 years ago
Mike Gladysch 9a38d0a222 Fixed #6021 8 years ago
Rob b567f7298a Merge pull request #6019 from michaelcullum/patch-1
Update memory limit in docs
8 years ago