aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/GuzzleSiteAuthenticator
Commit message (Collapse)AuthorAgeFilesLines
* Crypt site credential passwordJeremy Benoist2017-06-201-2/+1
|
* Add a live test for restricted articleJeremy Benoist2017-06-201-3/+3
| | | | | | | It is not aimed to test if we can get the full article (since we aren't using real login/password) but mostly to test the full work (with authentication, etc.) Do not clean fixtured to avoid SQLite to re-use id for entry tag relation 😓
* Add menu access to site credentials CRUDJeremy Benoist2017-06-201-3/+47
|
* Skip auth when no credentials are foundJeremy Benoist2017-05-091-13/+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/+1
|
* Added authentication for restricted access articlesBertrand Dunogier2016-11-221-0/+85
Fix #438. Thank you so much @bdunogier