]> git.immae.eu Git - github/wallabag/wallabag.git/commit
implement FosUser
authorNicolas Lœuillet <nicolas@loeuillet.org>
Tue, 18 Aug 2015 09:08:45 +0000 (11:08 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Fri, 11 Sep 2015 18:32:37 +0000 (20:32 +0200)
commita1691859ca0cb4c1b360c34b05aa74bdba9e582a
tree47ef239ea8f452ba4de71f76c9cab607a4dadf8c
parent9c08a891f9bb90bc3f23a575a734283c1ee00ba1
implement FosUser
14 files changed:
app/AppKernel.php
app/config/config.yml
app/config/security.yml
bin/twig-gettext-extractor [deleted symlink]
composer.json
composer.lock
src/Wallabag/CoreBundle/Command/InstallCommand.php
src/Wallabag/CoreBundle/DataFixtures/ORM/LoadUserData.php
src/Wallabag/CoreBundle/Entity/User.php
src/Wallabag/CoreBundle/Resources/views/Security/login.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Security/login.html.twig
src/Wallabag/CoreBundle/Tests/Command/InstallCommandTest.php
src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php