]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Disable controller access if feature disabled 3431/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 22 Nov 2017 08:59:11 +0000 (09:59 +0100)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 22 Nov 2017 09:00:45 +0000 (10:00 +0100)
commitef2b4041fb3791554e93b4180777adbfdcf9afa2
treee48cb9b072e93179c6a79278ef949d9239a1d77d
parent709e21a3f4ef3616112a02be06045a1e3ab63a01
Disable controller access if feature disabled

If `restricted_access` is disabled, accessing `/site-credentials/` must be disabled.
src/Wallabag/CoreBundle/Controller/SiteCredentialController.php
tests/Wallabag/CoreBundle/Controller/SiteCredentialControllerTest.php