xelan
|
bddba72e13
|
Option to disable inclusion of hostname in OAuth app name
|
2014-07-25 12:37:11 +02:00 |
Jordi Boggiano
|
449f8165ef
|
Allow $HOME and ~ usage in all *-dir config values, fixes #3060
|
2014-06-29 14:47:43 +02:00 |
Jordi Boggiano
|
d9fe17443b
|
Allow empty json files to be merged into a config, fixes #3055
|
2014-06-29 13:11:27 +02:00 |
Jordi Boggiano
|
ac497feaba
|
CS fixes
|
2014-06-10 16:13:12 +02:00 |
Jordi Boggiano
|
90d1b6e08a
|
Rename basic-auth to http-basic, add docs/schema/config support, add local auth file support, add storage to auth.json, add store-auths config option, refs #1862
|
2014-05-27 13:50:47 +02:00 |
Jordi Boggiano
|
9896abeb38
|
Doc tweaks, refs #2682
|
2014-02-13 16:23:53 +01:00 |
Jordi Boggiano
|
245461d8ed
|
Merge pull request #2682 from gena01/ssh-support-in-github-protocols
Adding ssh protocol support to "github-protocols".
|
2014-02-13 16:05:58 +01:00 |
Dave Hulbert
|
81aa3a850c
|
Fix some PHP doc blocks
|
2014-02-11 10:09:30 +00:00 |
Gennady Feldman
|
ac78eaa027
|
Adding ssh protocol support to github-protocols.
|
2014-02-07 11:11:36 -05:00 |
Robert Boloc
|
8a221854b1
|
changed name of the option to optimize-autoloader
|
2014-01-17 14:43:54 +01:00 |
Robert Boloc
|
f67f04adfb
|
added config option to optimize the autoloader always
|
2014-01-16 20:44:16 +01:00 |
Jordi Boggiano
|
f85a366eb9
|
Finalize new autoloader-suffix config value, refs #2524, fixes #1413
|
2013-12-26 17:40:52 +01:00 |
Stan Lemon
|
5fd3223aec
|
Updates per @stof
|
2013-12-23 11:27:33 -05:00 |
Stan Lemon
|
d6c46f2091
|
Allow the autoloader suffix to be configured from a project's composer.json
|
2013-12-22 22:01:42 -05:00 |
Jordi Boggiano
|
7148b22414
|
Add github-domains config value for GitHub Enterprise setups, fixes #728
Signed-off-by: Gennady Feldman <gena01@gmail.com>
|
2013-10-28 12:40:20 -04:00 |
Ruud Denivel
|
c7bb3ad746
|
refactor prepend autoloader from cli option to config var (prepend-autoloader) in composer.json
|
2013-10-14 18:38:30 +02:00 |
Jordi Boggiano
|
e68d455c5c
|
Remove the http protocol from github-protocols, refs #1955
|
2013-06-28 19:16:12 +02:00 |
Jordi Boggiano
|
8d0b7f278e
|
CS fixes
|
2013-06-13 13:28:24 +02:00 |
Pavel Savinov
|
831bd844bd
|
Almost PHPDoc problems fixed
|
2013-06-13 11:05:44 +11:00 |
Jordi Boggiano
|
19bfd6c713
|
Clarify some more
|
2013-04-15 21:55:09 +02:00 |
Jordi Boggiano
|
9e210c8338
|
Clarify exception message
|
2013-04-15 21:32:20 +02:00 |
Jordi Boggiano
|
1d5e3c5a0d
|
Fix handling of COMPOSER_DISCARD_CHANGES env var
|
2013-04-15 19:19:27 +02:00 |
Jordi Boggiano
|
894f530898
|
Add COMPOSER_DISCARD_CHANGE env var, refs #1188
|
2013-04-10 18:31:10 +02:00 |
Miklós Márton
|
72a4146383
|
Scratch 'prefer-source'; 'preferred-install' is the bee's knees
|
2013-03-05 12:56:09 +01:00 |
Miklós Márton
|
0f8530ef56
|
Support for 'prefer-source' config setting, refs #553
|
2013-03-04 20:27:59 +01:00 |
Jordi Boggiano
|
f06c0cb580
|
Code reorgs and make bool values real booleans, refs #1637
|
2013-03-01 23:47:24 +01:00 |
Ricard Clau
|
48ac383599
|
initial steps with new config value, implementation of discard changes for git and svn
|
2013-02-28 19:02:19 +01:00 |
Jordi Boggiano
|
995dc40130
|
Make packagist downgrade out of ssl after fetching the main file, since the other files can be verified via sha256
|
2013-02-21 17:37:18 +01:00 |
Jordi Boggiano
|
94e99b9c8b
|
Update docs, config command and schema with all the config values
|
2013-02-12 11:16:52 +01:00 |
Pierre du Plessis
|
84b34b70e0
|
Add config option to set if the PHP include path should automatically be used when generating the autoloader
|
2013-01-14 11:15:06 +02:00 |
Jordi Boggiano
|
2e19d67aec
|
allow K/KB as well as KiB for cache size configuration
|
2013-01-05 20:02:51 +01:00 |
Jordi Boggiano
|
514a3cde77
|
CS fixes
|
2013-01-05 20:01:58 +01:00 |
Galymzhan
|
219b489d01
|
add size-based limit for files cache, fixes #1321
|
2012-12-17 01:19:16 +06:00 |
Jordi Boggiano
|
23d45f67c1
|
Fix config merging for arrays
|
2012-12-08 21:45:21 +01:00 |
Jordi Boggiano
|
111c42b8fb
|
Make config command list all values in the config (aggregated defaults + global [+ local])
|
2012-11-30 16:21:08 +01:00 |
Jordi Boggiano
|
15475f0ef2
|
Rename cache dirs to consolidate them by purpose
|
2012-11-23 00:15:14 +01:00 |
Jordi Boggiano
|
b05a554883
|
Add cache-files-ttl setting, and docs for the cache
|
2012-11-11 15:31:50 +01:00 |
Jordi Boggiano
|
5a9d986e67
|
Implement cache GC and fix keys
|
2012-11-10 23:17:36 +01:00 |
Jordi Boggiano
|
e410da786e
|
Add ConfigSourceInterface and matching class
|
2012-10-18 16:48:42 +02:00 |
Jordi Boggiano
|
fb296972ef
|
Enable https for packagist when possible
|
2012-10-11 20:57:31 +02:00 |
Martin Hasoň
|
3b6bd761ec
|
Set protocols for github in composer config file
|
2012-09-07 15:08:34 +02:00 |
Nils Adermann
|
d84273ee34
|
Merge pull request #833 from Seldaek/installmgr_cleanup
Use the config object to define the vendor dir and not the installation manager
|
2012-07-01 10:04:09 -07:00 |
Jordi Boggiano
|
890e60c614
|
Allow multiple configs to disable the same repo
|
2012-06-29 11:45:06 +02:00 |
Jordi Boggiano
|
b876dcbafb
|
Use the config object to define the vendor dir and not the installation manager
|
2012-06-24 21:58:51 +02:00 |
Jordi Boggiano
|
ffecd39d33
|
Refactor repositories handling in config/factory/loader, fixes #828, fixes #826
|
2012-06-24 13:06:13 +02:00 |
Jordi Boggiano
|
488e794c9b
|
Merge repos instead of replacing
|
2012-06-23 13:04:23 +02:00 |
Jordi Boggiano
|
3ac11b932c
|
Expose default repositories in system config file
|
2012-06-23 12:55:05 +02:00 |
Jordi Boggiano
|
66e9dcddf4
|
CS fixes
|
2012-06-23 11:58:18 +02:00 |
Jordi Boggiano
|
1bd4ccbd54
|
php-cs-fixer magic
|
2012-05-22 12:07:08 +02:00 |
Jordi Boggiano
|
b094ef7155
|
Add repository notification API support
|
2012-04-13 02:59:23 +02:00 |