]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Process login through Slim controller
authorArthurHoaro <arthur@hoa.ro>
Tue, 21 Jul 2020 18:33:33 +0000 (20:33 +0200)
committerArthurHoaro <arthur@hoa.ro>
Thu, 23 Jul 2020 19:19:21 +0000 (21:19 +0200)
commita8c11451e8d885a243c1ad52012093ba8d121e2c
tree19caf0ed75f5b26c34f3f979f2b95d3f1232dbae
parentc4ad3d4f061d05a01db25aa54dda830ba776792d
Process login through Slim controller
application/front/ShaarliMiddleware.php
application/front/controller/visitor/LoginController.php
application/front/exceptions/CantLoginException.php [new file with mode: 0644]
application/security/SessionManager.php
index.php
tests/front/ShaarliMiddlewareTest.php
tests/front/controller/visitor/FrontControllerMockHelper.php
tests/front/controller/visitor/LoginControllerTest.php