aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/GuzzleSiteAuthenticator
Commit message (Collapse)AuthorAgeFilesLines
* CSJeremy Benoist2019-05-151-2/+4
|
* Merge remote-tracking branch 'origin/master' into 2.4Jeremy Benoist2019-05-151-20/+131
|\
| * Adding more tests to cover different scenarioJeremy Benoist2019-04-241-11/+123
| |
| * Add ability to match many domains for credentialsJeremy Benoist2019-04-231-9/+9
| | | | | | | | | | Instead of fetching one domain, we use the same method as in site config (to retrieve the matching file) and handle api.example.org, example.org, .org (yes the last one isn’t useful). If one of these match, we got it and use it.
* | CSJeremy Benoist2019-05-101-3/+3
| |
* | Adding more testsJeremy Benoist2019-02-271-0/+68
|/
* Add missing TestCase namespaceJeremy Benoist2017-12-181-1/+2
|
* CSJeremy Benoist2017-11-211-1/+1
|
* Fix testsJeremy Benoist2017-07-031-15/+9
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-5/+5
|
* 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