]> git.immae.eu Git - github/wallabag/wallabag.git/commit
remove old implementation for login/register/recover
authorNicolas LÅ“uillet <nicolas@loeuillet.org>
Fri, 2 Oct 2015 12:51:41 +0000 (14:51 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 3 Oct 2015 11:31:48 +0000 (13:31 +0200)
commit1210dae10589515d6f3824c75639342c5e1d52dd
treea26f0401a6f980f3ef96d3dc76ff3303b2943720
parent772d8c4b93adc36baefda93ec37007e4a85321de
remove old implementation for login/register/recover
40 files changed:
app/AppKernel.php
app/config/config.yml
app/config/routing.yml
app/config/security.yml
config/deploy.rb
config/deploy/staging.rb
src/Wallabag/ApiBundle/Entity/AccessToken.php
src/Wallabag/ApiBundle/Entity/AuthCode.php
src/Wallabag/ApiBundle/Entity/RefreshToken.php
src/Wallabag/CoreBundle/Command/InstallCommand.php
src/Wallabag/CoreBundle/Controller/ConfigController.php
src/Wallabag/CoreBundle/Controller/RssController.php
src/Wallabag/CoreBundle/Controller/SecurityController.php [deleted file]
src/Wallabag/CoreBundle/DataFixtures/ORM/LoadUserData.php
src/Wallabag/CoreBundle/Entity/Config.php
src/Wallabag/CoreBundle/Entity/Entry.php
src/Wallabag/CoreBundle/Entity/Tag.php
src/Wallabag/CoreBundle/Filter/EntryFilterType.php
src/Wallabag/CoreBundle/Form/Type/ForgotPasswordType.php
src/Wallabag/CoreBundle/Form/Type/NewUserType.php
src/Wallabag/CoreBundle/Form/Type/UserInformationType.php
src/Wallabag/CoreBundle/Helper/DetectActiveTheme.php
src/Wallabag/CoreBundle/ParamConverter/UsernameRssTokenConverter.php
src/Wallabag/CoreBundle/Resources/views/themes/baggy/layout.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/Security/login.html.twig
src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
src/Wallabag/CoreBundle/Security/Authentication/Encoder/WallabagPasswordEncoder.php [deleted file]
src/Wallabag/CoreBundle/Security/Authentication/Provider/WallabagAuthenticationProvider.php [deleted file]
src/Wallabag/CoreBundle/Security/Validator/WallabagUserPasswordValidator.php [deleted file]
src/Wallabag/CoreBundle/Tests/Controller/ConfigControllerTest.php
src/Wallabag/CoreBundle/Tests/Controller/RssControllerTest.php
src/Wallabag/CoreBundle/Tests/Controller/SecurityControllerTest.php [deleted file]
src/Wallabag/CoreBundle/Tests/Helper/ContentProxyTest.php
src/Wallabag/CoreBundle/Tests/ParamConverter/UsernameRssTokenConverterTest.php
src/Wallabag/CoreBundle/Tests/WallabagCoreTestCase.php
src/Wallabag/UserBundle/Entity/User.php [moved from src/Wallabag/CoreBundle/Entity/User.php with 83% similarity]
src/Wallabag/UserBundle/Repository/UserRepository.php [moved from src/Wallabag/CoreBundle/Repository/UserRepository.php with 94% similarity]
src/Wallabag/UserBundle/Resources/config/services.yml [new file with mode: 0644]
src/Wallabag/UserBundle/Resources/views/Default/index.html.twig [new file with mode: 0644]
src/Wallabag/UserBundle/WallabagUserBundle.php [new file with mode: 0644]