]> git.immae.eu Git - github/wallabag/wallabag.git/commit
first implementation of security
authorNicolas Lœuillet <nicolas@loeuillet.org>
Sat, 31 Jan 2015 14:14:10 +0000 (15:14 +0100)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Sat, 31 Jan 2015 14:14:10 +0000 (15:14 +0100)
commitc3235553ddc2bb5965f6fe00e750cfe4aac9ccdf
tree271305a039d31059c7af8be220da08b9331baeec
parent71691fe44a7b2a80f3b9d96d54720cce7994ad08
first implementation of security
18 files changed:
app/config/routing.yml
app/config/security.yml
src/Wallabag/CoreBundle/Controller/SecurityController.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Controller/WallabagRestController.php
src/Wallabag/CoreBundle/DependencyInjection/Security/Factory/WsseFactory.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Entity/Entries.php
src/Wallabag/CoreBundle/Entity/Users.php
src/Wallabag/CoreBundle/Helper/Entries.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Repository/EntriesRepository.php
src/Wallabag/CoreBundle/Resources/config/services.xml
src/Wallabag/CoreBundle/Resources/views/Security/login.html.twig [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/_menu.html.twig
src/Wallabag/CoreBundle/Resources/views/layout-login.html.twig [new file with mode: 0644]
src/Wallabag/CoreBundle/Resources/views/layout.html.twig
src/Wallabag/CoreBundle/Security/Authentication/Provider/WsseProvider.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Security/Authentication/Token/WsseUserToken.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Security/Firewall/WsseListener.php [new file with mode: 0644]
src/Wallabag/CoreBundle/WallabagCoreBundle.php