]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Use multi-level routes for existing controllers instead of 1 level everywhere
authorArthurHoaro <arthur@hoa.ro>
Sat, 13 Jun 2020 11:08:01 +0000 (13:08 +0200)
committerArthurHoaro <arthur@hoa.ro>
Thu, 23 Jul 2020 19:19:21 +0000 (21:19 +0200)
commit9c75f877935fa6adec951a4d8d32b328aaab314f
tree1cdd09ddfc00c6cebb92bb2b90381a06fd31246d
parent818b3193ffabec57501e3bdfa997206e3c0671ef
Use multi-level routes for existing controllers instead of 1 level everywhere

Also prefix most admin routes with /admin/
42 files changed:
application/container/ContainerBuilder.php
application/container/ShaarliContainer.php
application/front/ShaarliMiddleware.php
application/front/controller/admin/ConfigureController.php
application/front/controller/admin/LogoutController.php
application/front/controller/admin/ManageTagController.php
application/front/controller/admin/PasswordController.php
application/front/controller/admin/PostBookmarkController.php
application/front/controller/visitor/LoginController.php
application/front/controller/visitor/ShaarliVisitorController.php
application/front/controller/visitor/TagController.php
assets/default/js/base.js
doc/md/RSS-feeds.md
doc/md/Translations.md
index.php
plugins/pubsubhubbub/pubsubhubbub.php
tests/container/ContainerBuilderTest.php
tests/feed/CachedPageTest.php
tests/front/controller/admin/ConfigureControllerTest.php
tests/front/controller/admin/LogoutControllerTest.php
tests/front/controller/admin/ManageTagControllerTest.php
tests/front/controller/admin/PostBookmarkControllerTest.php
tests/front/controller/visitor/LoginControllerTest.php
tests/front/controller/visitor/TagControllerTest.php
tpl/default/addlink.html
tpl/default/changepassword.html
tpl/default/changetag.html
tpl/default/configure.html
tpl/default/editlink.html
tpl/default/includes.html
tpl/default/linklist.html
tpl/default/opensearch.html
tpl/default/page.header.html
tpl/default/tag.list.html
tpl/default/tag.sort.html
tpl/default/tools.html
tpl/vintage/addlink.html
tpl/vintage/editlink.html
tpl/vintage/includes.html
tpl/vintage/opensearch.html
tpl/vintage/page.header.html
tpl/vintage/tools.html