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.
2016-06-16 07:40:54 +01:00
Jordi Boggiano
5a3d60c0cf
Output warning for invalid-looking packagist config, fixes #5404
2016-06-11 15:48:44 +01:00
Jordi Boggiano
73d9a4717d
Update list of ciphers /cc @cs278
2016-06-11 11:19:58 +01:00
Jordi Boggiano
08ef916bed
Change default value
2016-06-06 11:22:06 +01:00
Jordi Boggiano
151ed2a0e5
Merge pull request #5392 from donatj/master
...
Adds --no-suggest to install and update commands
2016-06-06 11:18:24 +02:00
Jordi Boggiano
a8bb93aa1f
Fix typo
2016-06-02 11:59:21 +01:00
Jordi Boggiano
02628acf26
Merge branch '1.1'
2016-06-02 10:22:15 +01:00
Jordi Boggiano
cb71873aa1
Update semver dep, fixes #5397
2016-06-02 10:22:07 +01:00
Jordi Boggiano
72c9fab976
Merge pull request #5394 from svengerlach/more-no-scripts
...
--no-scripts option for remove and require command
2016-06-01 23:34:08 +02:00
Jordi Boggiano
11e53e6f84
Merge pull request #5396 from Soullivaneuh/patch-1
...
Use caret operator for unbound version constraints doc
2016-06-01 23:33:21 +02:00
Jordi Boggiano
5ae816d508
Merge pull request #5393 from mlocati/eval-strict-types
...
Strip out declare strict_types from plugins
2016-06-01 23:32:45 +02:00
Jordi Boggiano
c2129dedbc
Merge pull request #5398 from fulldecent/patch-3
...
More specific language and clearer warning
2016-06-01 23:22:42 +02:00
William Entriken
618026fd3e
More specific language and clearer warning
2016-06-01 16:25:50 -04:00
Sullivan SENECHAL
567497ae9f
Use caret operator for unbound version constraints doc
...
Because the caret is closer to semver than the tilde.
2016-06-01 15:24:13 +02:00
Sven Gerlach
da4d5c670a
Added option --no-scripts for require and remove command to 03-cli.md
2016-06-01 12:32:54 +02:00
Michele Locati
0b08daff02
Simplify evaluation of PHP code
2016-06-01 12:32:06 +02:00
Sven Gerlach
4fd35baf1f
Added --no-scripts InputOption for RemoveCommand
2016-06-01 12:30:42 +02:00
Sven Gerlach
28b88dd675
Added --no-scripts InputOption for RequireCommand
2016-06-01 12:28:00 +02:00
Michele Locati
097003b5bb
Add test case for strict types declaration
2016-06-01 10:00:37 +02:00
Michele Locati
759987da62
Strip out declare strict_types
2016-06-01 09:51:26 +02:00
Jesse Donat
b108ed9484
Adds --no-suggest to UpdateCommand
2016-05-31 17:52:00 -05:00
Jesse Donat
cbfd81dc99
Adds flag to allow suggestions to be skipped
2016-05-31 17:48:43 -05:00
Jordi Boggiano
b81210d9f8
Use stronger language and link to faq, fixes #5382 , closes #5383
2016-05-31 21:00:15 +01:00
Jordi Boggiano
78fd5bd14f
Add new FAQ, refs #5382
2016-05-31 20:57:31 +01:00
Jordi Boggiano
d1425ec008
Merge branch '1.1'
2016-05-31 19:51:30 +01:00
Jordi Boggiano
50b101414e
Update changelog
2016-05-31 19:47:41 +01:00
Jordi Boggiano
c289776d94
Force-collapse multiple slashes into one, fixes #5387
2016-05-31 19:37:39 +01:00
Jordi Boggiano
43273c4366
Fix plugin bootstrapping to ignore SSL Exceptions, fixes #5388
2016-05-31 19:19:14 +01:00
Jordi Boggiano
04ae1584dc
Add docs about package type to prompt, fixes #5378
2016-05-29 17:08:40 +01:00
Jordi Boggiano
06c45623d7
Update json-schema & other deps, fixes #5374
2016-05-26 17:11:16 +01:00
Jordi Boggiano
98b0af1386
Add _comment to schema to make it valid, fixes #5364
2016-05-24 10:48:11 +01:00
Jordi Boggiano
d401f6e95c
Merge pull request #5359 from bdusell/patch-1
...
Fix typo in 02-libraries.md
2016-05-19 19:44:43 +01:00
Brian DuSell
66357e8b5b
Update 02-libraries.md
...
hit the "Submit" -> hit the "Submit" button
2016-05-19 13:23:38 -05:00
Jordi Boggiano
e2c3bc5e89
Merge branch '1.1'
2016-05-17 23:02:40 +01:00
Jordi Boggiano
3ac822d5e2
Fix access_token param being incorrectly added on github requests after a redirection, fixes #5099
2016-05-17 23:02:28 +01:00
Jordi Boggiano
9dc6490403
Override the config source with the local one as it should be
2016-05-17 22:28:20 +01:00
Jordi Boggiano
32a8a60695
Merge branch '1.1'
2016-05-17 14:08:17 +01:00
Jordi Boggiano
143db7a9f5
Fix degraded mode usage on packagist, fixes #5350
2016-05-17 14:08:14 +01:00
Jordi Boggiano
3a6a3655b0
Update changelog
2016-05-17 12:25:31 +01:00
Jordi Boggiano
57ae6d97b6
Merge branch '1.1'
2016-05-17 12:06:36 +01:00
Metod
360cb4ac2a
Fix for a fatal error when system temp dir is not available
2016-05-17 12:06:27 +01:00
Jordi Boggiano
c47b302a3c
Reset composer before loading the modified json, fixes #5346
2016-05-17 12:04:47 +01:00
Jordi Boggiano
32c3429c30
Merge pull request #5343 from localheinz/fix/unstable
...
Fix: Do not suggest to avoid exact version constraints for unstable package
2016-05-17 12:04:22 +01:00
Jordi Boggiano
301ea66371
Use silencer and check the function exists, refs #5317
2016-05-17 11:48:58 +01:00
Jordi Boggiano
a7bbdcb794
Merge remote-tracking branch 'Fleshgrinder/ipv6-platform-requirement'
2016-05-17 11:45:41 +01:00
Jordi Boggiano
6a225389c8
Merge pull request #5349 from ReenExeContributor/master
...
clear code
2016-05-17 11:43:51 +01:00
ReenExe
53fc30fe56
clear code
2016-05-17 13:34:54 +03:00
Andreas Möller
bb0fb0eb26
Fix: Do not issue warning when using exact version constraint for unstable package
2016-05-17 09:25:08 +02:00
Andreas Möller
a3b49ae44f
Enhancement: Assert that no warning is issued when using exact version constraint for unstable package
2016-05-17 09:25:04 +02:00
Rob
a0f722a707
Merge pull request #5347 from markatom/rss-support-validation
...
Validate RSS channel in composer schema
2016-05-17 09:14:26 +02:00