]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Process password change controller through Slim
authorArthurHoaro <arthur@hoa.ro>
Wed, 27 May 2020 11:35:48 +0000 (13:35 +0200)
committerArthurHoaro <arthur@hoa.ro>
Thu, 23 Jul 2020 19:19:21 +0000 (21:19 +0200)
commitef00f9d2033f6de11e71bf3a909399cae6f73a9f
tree96f47312084bab73be34495eed4280110a8ff258
parentba43064ddb7771fc97df135a32f9b0d5e373dd36
Process password change controller through Slim
24 files changed:
application/front/controller/admin/PasswordController.php [new file with mode: 0644]
application/front/controller/admin/ShaarliAdminController.php
application/front/controller/visitor/ShaarliVisitorController.php
application/front/exceptions/OpenShaarliPasswordException.php [new file with mode: 0644]
application/front/exceptions/ShaarliFrontException.php
application/front/exceptions/WrongTokenException.php [new file with mode: 0644]
application/render/PageBuilder.php
application/security/SessionManager.php
index.php
tests/front/controller/admin/FrontAdminControllerMockHelper.php
tests/front/controller/admin/LogoutControllerTest.php
tests/front/controller/admin/PasswordControllerTest.php [new file with mode: 0644]
tests/front/controller/admin/SessionFilterControllerTest.php
tests/front/controller/admin/ToolsControllerTest.php
tests/front/controller/visitor/DailyControllerTest.php
tests/front/controller/visitor/FeedControllerTest.php
tests/front/controller/visitor/FrontControllerMockHelper.php
tests/front/controller/visitor/LoginControllerTest.php
tests/front/controller/visitor/OpenSearchControllerTest.php
tests/front/controller/visitor/PictureWallControllerTest.php
tests/front/controller/visitor/ShaarliPublicControllerTest.php
tests/front/controller/visitor/TagCloudControllerTest.php
tests/front/controller/visitor/TagControllerTest.php
tpl/default/page.header.html