]> git.immae.eu Git - github/wallabag/wallabag.git/commit - app/AppKernel.php
Added authentication for restricted access articles
authorBertrand Dunogier <bertrand.dunogier@gmail.com>
Thu, 29 Sep 2016 08:14:43 +0000 (10:14 +0200)
committerNicolas LÅ“uillet <nicolas@loeuillet.org>
Tue, 22 Nov 2016 13:01:46 +0000 (14:01 +0100)
commit7aab0ecf2f78ce58f28b53c1fa19bfd824cc3cd7
treeb3e4f7875944f79e6f4fcf16fd5d1230a1467621
parentbb28368f6953e07dbe6747d7c1eacf1abe35817e
Added authentication for restricted access articles
Fix #438. Thank you so much @bdunogier
app/AppKernel.php
app/config/parameters.yml.dist
composer.json
src/Wallabag/CoreBundle/GuzzleSiteAuthenticator/GrabySiteConfigBuilder.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Helper/HttpClientFactory.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/config/services.yml
tests/Wallabag/CoreBundle/GuzzleSiteAuthenticator/GrabySiteConfigBuilderTest.php [new file with mode: 0644]