1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00
Commit graph

20 commits

Author SHA1 Message Date
Nils Adermann
ad41c324d3 GitHub integrations generate access tokens containing a dot 2016-10-12 11:36:01 +02:00
moyo
c4ac59601f Update related docs and config definitions 2016-07-06 16:25:18 +08:00
Jordi Boggiano
b1723644e0 Use extracted ca-bundle package 2016-04-11 16:33:29 +01:00
David Zuelke
cf43244f85 fix config add/remove/unset/merge for bitbucket 2016-04-10 23:21:50 +02:00
Paul Wenke
d5332a1b5c Developed bitbucket-oauth functionality. 2016-03-06 22:05:00 -05:00
Jordi Boggiano
6d1e8ebf90 Avoid warnings due to duplicate loading of auth files, fixes #4971 2016-03-02 14:10:21 +00:00
Nikolay Labinskiy
957e1ccb47 4936: warn user about auth overwriting 2016-02-28 17:07:16 +02:00
Jordi Boggiano
7c3e621102 Make sure COMPOSER_AUTH is also loaded in Config, refs #4546 2016-01-29 12:58:17 +00:00
Jordi Boggiano
2617ec5d28 Use proper defaults for IO authentications 2016-01-29 12:51:23 +00:00
Jordi Boggiano
593b88e414 Let users configure *any auth* via COMPOSER_AUTH and add it to the docs, refs #4546 2016-01-26 19:09:57 +00:00
Oliver Vartiainen
b39b113fc3 Handle envvar auth credentials as a JSON blob
As well as move the handling to a proper place
2016-01-19 20:53:07 +02:00
Jérôme Tamarelle
ac68a721f4 Merge remote-tracking branch 'composer/master' into gitlab
Conflicts:
	doc/04-schema.md
	src/Composer/Util/RemoteFilesystem.php
2015-11-14 14:13:39 +01:00
Jordi Boggiano
2e73811211 Fix process timeout not being initialized correctly when loading a config without creating a full composer instance, closes #3952, fixes #3946 2015-04-21 21:02:17 +01:00
Roshan Gautam
f870396568 Add oauth2 support for gitlab 2015-04-10 21:45:24 +00:00
Henrik Bjørnskov
782c6303bc Initial GitLab Driver
This is a proof of concept, and mostly done to gather feedback on the
structure of the driver and to see if this is something that Composer
should include in core.

Various review changes based on Stof comments.

* Remove cleanup() as it is implemented by the abstract class.
* Remove wrong comment in getReferences
* Implement getSource (as GitHubDriver does)
* Finish phpDocs for methods.
2015-03-04 00:08:30 +01: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
Nicolas Bastien
52711d121c Remove unused use statement. 2013-10-07 17:11:57 +02:00
Jordi Boggiano
d2ef829cc6 Fix typo 2013-08-18 15:40:00 +02:00
Jordi Boggiano
70523a191d Mark class as abstract 2013-08-18 15:38:57 +02:00
Jordi Boggiano
14fcff8aa8 Allow the authentications to be loaded in the IO independently 2013-08-18 15:33:05 +02:00