]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Fix reviews
authorThomas Citharel <tcit@tcit.fr>
Wed, 14 Jun 2017 13:02:34 +0000 (15:02 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 20 Jun 2017 14:03:39 +0000 (16:03 +0200)
commitbead8b42da4f17238dc0d5e0f90184b224ec5df7
tree67af15e3f45dc496e492767095e5f4b477e56848
parent906424c1b6fd884bf2081bfe6dd0b1f9651c2801
Fix reviews

Encrypt username too
Redirect to list after saving credentials
Fix typos

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
app/DoctrineMigrations/Version20170501115751.php
src/Wallabag/CoreBundle/Controller/SiteCredentialController.php
src/Wallabag/CoreBundle/Entity/SiteCredential.php
src/Wallabag/CoreBundle/Form/Type/SiteCredentialType.php
src/Wallabag/CoreBundle/GuzzleSiteAuthenticator/GrabySiteConfigBuilder.php
src/Wallabag/CoreBundle/Helper/CryptoProxy.php
src/Wallabag/CoreBundle/Repository/SiteCredentialRepository.php
src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
src/Wallabag/CoreBundle/Resources/views/themes/material/SiteCredential/index.html.twig
tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
tests/Wallabag/CoreBundle/Controller/SiteCredentialControllerTest.php