]> git.immae.eu Git - github/shaarli/Shaarli.git/commit
Handle shaare creation/edition/deletion through Slim controllers
authorArthurHoaro <arthur@hoa.ro>
Sat, 6 Jun 2020 12:01:03 +0000 (14:01 +0200)
committerArthurHoaro <arthur@hoa.ro>
Thu, 23 Jul 2020 19:19:21 +0000 (21:19 +0200)
commitc22fa57a5505fe95fd01860e3d3dfbb089f869cd
treea72b57e49b7b2b995ace278bad00fc47d5b6d61d
parent8eac2e54882d8adae8cbb45386dca1b465242632
Handle shaare creation/edition/deletion through Slim controllers
20 files changed:
application/Utils.php
application/bookmark/LinkUtils.php
application/container/ContainerBuilder.php
application/container/ShaarliContainer.php
application/front/controller/admin/PostBookmarkController.php [new file with mode: 0644]
application/front/controller/admin/ToolsController.php
application/front/controller/visitor/DailyController.php
application/front/controller/visitor/FeedController.php
application/front/controller/visitor/ShaarliVisitorController.php
application/http/HttpAccess.php [new file with mode: 0644]
application/http/HttpUtils.php
doc/md/Translations.md
index.php
tests/container/ShaarliTestContainer.php
tests/front/controller/admin/PostBookmarkControllerTest.php [new file with mode: 0644]
tpl/default/addlink.html
tpl/default/editlink.html
tpl/default/page.header.html
tpl/vintage/addlink.html
tpl/vintage/page.header.html