]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Process main page (linklist) through Slim controller
authorArthurHoaro <arthur@hoa.ro>
Mon, 6 Jul 2020 06:04:35 +0000 (08:04 +0200)
committerArthurHoaro <arthur@hoa.ro>
Thu, 23 Jul 2020 19:19:21 +0000 (21:19 +0200)
commit1a8ac737e52cb25a5c346232ee398f5908cee7d7
tree31954c4e106b5743e2005d72c2d548a0be8d6dce
parent6132d64748dfc6806ed25f71d2e078a5ed29d071
Process main page (linklist) through Slim controller

Including a bunch of improvements on the container,
and helper used across new controllers.
44 files changed:
application/api/ApiMiddleware.php
application/bookmark/BookmarkFileService.php
application/container/ContainerBuilder.php
application/container/ShaarliContainer.php
application/front/ShaarliMiddleware.php
application/front/controller/admin/ConfigureController.php
application/front/controller/admin/ExportController.php
application/front/controller/admin/ImportController.php
application/front/controller/admin/ManageShaareController.php
application/front/controller/admin/ManageTagController.php
application/front/controller/admin/PasswordController.php
application/front/controller/admin/PluginsController.php
application/front/controller/admin/ThumbnailsController.php
application/front/controller/admin/ToolsController.php
application/front/controller/visitor/BookmarkListController.php [new file with mode: 0644]
application/front/controller/visitor/DailyController.php
application/front/controller/visitor/LoginController.php
application/front/controller/visitor/OpenSearchController.php
application/front/controller/visitor/PictureWallController.php
application/legacy/LegacyController.php [new file with mode: 0644]
application/legacy/LegacyRouter.php [moved from application/Router.php with 98% similarity]
application/legacy/UnknowLegacyRouteException.php [new file with mode: 0644]
application/render/PageBuilder.php
application/render/TemplatePage.php [new file with mode: 0644]
application/updater/Updater.php
doc/md/Plugin-System.md
index.php
plugins/addlink_toolbar/addlink_toolbar.php
plugins/demo_plugin/demo_plugin.php
plugins/isso/isso.php
plugins/playvideos/playvideos.php
plugins/pubsubhubbub/pubsubhubbub.php
plugins/qrcode/qrcode.php
tests/bookmark/BookmarkFileServiceTest.php
tests/front/ShaarliMiddlewareTest.php
tests/front/controller/visitor/BookmarkListControllerTest.php [new file with mode: 0644]
tests/legacy/LegacyControllerTest.php [new file with mode: 0644]
tests/legacy/LegacyRouterTest.php [moved from tests/RouterTest.php with 51% similarity]
tests/plugins/PluginAddlinkTest.php
tests/plugins/PluginPlayvideosTest.php
tests/plugins/PluginPubsubhubbubTest.php
tests/plugins/PluginQrcodeTest.php
tests/updater/UpdaterTest.php
tpl/default/linklist.html