aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/GuzzleSiteAuthenticator/GrabySiteConfigBuilder.php
Commit message (Collapse)AuthorAgeFilesLines
* Replace continue; with break; to avoid PHP 7.3 warningsphp73Thomas Citharel2019-01-121-1/+1
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* php-cs-fixerKevin Decherf2018-09-051-1/+1
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* CSJeremy Benoist2017-10-091-2/+2
|
* Fix some namespaces and phpdocNicolas Hart2017-07-291-1/+2
|
* Add a real configuration for CS-FixerJeremy Benoist2017-07-011-2/+2
|
* Fix reviewsThomas Citharel2017-06-201-1/+2
| | | | | | | | Encrypt username too Redirect to list after saving credentials Fix typos Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Add a live test for restricted articleJeremy Benoist2017-06-201-3/+2
| | | | | | | 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-6/+12
|
* Retrieve username/password from databaseJeremy Benoist2017-06-201-9/+23
| | | | Inject the current user & the repo to retrieve username/password from the database
* 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