]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Crypt site credential password
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sun, 11 Jun 2017 21:05:19 +0000 (23:05 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Tue, 20 Jun 2017 14:03:35 +0000 (16:03 +0200)
commit906424c1b6fd884bf2081bfe6dd0b1f9651c2801
tree8ca6896e1279e4d403a7b63c775bde7aa2bcf7ce
parent9de9f1e5ceed4ac7ecd27e1cb808e630a831f94b
Crypt site credential password
15 files changed:
.gitignore
app/DoctrineMigrations/Version20170501115751.php
app/config/wallabag.yml
composer.json
src/Wallabag/CoreBundle/Command/InstallCommand.php
src/Wallabag/CoreBundle/Controller/SiteCredentialController.php
src/Wallabag/CoreBundle/DependencyInjection/Configuration.php
src/Wallabag/CoreBundle/DependencyInjection/WallabagCoreExtension.php
src/Wallabag/CoreBundle/Entity/SiteCredential.php
src/Wallabag/CoreBundle/Helper/CryptoProxy.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Repository/SiteCredentialRepository.php
src/Wallabag/CoreBundle/Resources/config/services.yml
tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php
tests/Wallabag/CoreBundle/GuzzleSiteAuthenticator/GrabySiteConfigBuilderTest.php
tests/Wallabag/CoreBundle/Helper/CryptoProxyTest.php [new file with mode: 0644]