]> git.immae.eu Git - github/shaarli/Shaarli.git/commit - composer.json
Render login page through Slim controller
authorArthurHoaro <arthur@hoa.ro>
Sat, 18 Jan 2020 16:50:11 +0000 (17:50 +0100)
committerArthurHoaro <arthur@hoa.ro>
Sun, 26 Jan 2020 10:34:14 +0000 (11:34 +0100)
commit6c50a6ccceecf54850e62c312ab2397b84d89ab4
tree3205aa447930eab020ea04bf00082880abec5001
parent1410dce2db310e71b5e683b0871c2f28d8807844
Render login page through Slim controller
20 files changed:
application/container/ContainerBuilder.php [new file with mode: 0644]
application/container/ShaarliContainer.php [new file with mode: 0644]
application/front/ShaarliMiddleware.php [new file with mode: 0644]
application/front/controllers/LoginController.php [new file with mode: 0644]
application/front/controllers/ShaarliController.php [new file with mode: 0644]
application/front/exceptions/LoginBannedException.php [new file with mode: 0644]
application/front/exceptions/ShaarliException.php [new file with mode: 0644]
application/render/PageBuilder.php
application/security/SessionManager.php
assets/default/scss/shaarli.scss
composer.json
index.php
tests/container/ContainerBuilderTest.php [new file with mode: 0644]
tests/front/ShaarliMiddlewareTest.php [new file with mode: 0644]
tests/front/controller/LoginControllerTest.php [new file with mode: 0644]
tpl/default/404.html
tpl/default/error.html [new file with mode: 0644]
tpl/default/loginform.html
tpl/vintage/error.html [new file with mode: 0644]
tpl/vintage/loginform.html