aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Helper/HttpClientFactory.php
Commit message (Collapse)AuthorAgeFilesLines
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-1/+1
|
* Skip auth when no credentials are foundJeremy Benoist2017-05-091-0/+1
| | | | If we can’t find a credential for the current host, even if it required login, we won’t add them and website will be fetched without any login.
* CSJeremy Benoist2017-05-091-1/+1
|
* Improved Guzzle subscribers extensibilityBertrand Dunogier2017-05-041-8/+18
| | | | Allows 3rd parties to register new guzzle subscribers by adding extra calls to the http_client_factory service.
* Log restricted access valueJeremy Benoist2017-02-131-2/+8
| | | | It might help to figure out if we have enabled it or not
* Added documentation and missing translationsNicolas Lœuillet2016-11-221-1/+1
|
* Added internal setting to enable/disable articles with paywallNicolas Lœuillet2016-11-221-2/+10
|
* Cleared CookieJar to avoid websites who use cookies for analyticsNicolas Lœuillet2016-11-221-0/+2
|
* Added authentication for restricted access articlesBertrand Dunogier2016-11-221-0/+44
Fix #438. Thank you so much @bdunogier