aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/GuzzleSiteAuthenticator
Commit message (Collapse)AuthorAgeFilesLines
* Use a better way to set input for commandJeremy Benoist2017-05-301-1/+0
| | | | | | Actually use the correct to way handle that http://symfony.com/doc/current/components/console/helpers/questionhelper.html#testing-a-command-that-expects-input
* Fix some Scrutinizer issuesJeremy Benoist2017-05-301-7/+1
|
* Handle empty configurationJeremy Benoist2017-05-101-1/+1
|
* Skip auth when no credentials are foundJeremy Benoist2017-05-091-9/+27
| | | | 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.
* Changed parsing of login_extra_fields in guzzle authBertrand Dunogier2017-05-041-1/+27
|
* Added authentication for restricted access articlesBertrand Dunogier2016-11-221-0/+68
Fix #438. Thank you so much @bdunogier