]> git.andy128k.dev Git - ipf.git/commit
replace HTTP related code with PSR-7 compatible libraries
authorAndrey Kutejko <andy128k@gmail.com>
Fri, 12 Apr 2019 22:23:00 +0000 (00:23 +0200)
committerAndrey Kutejko <andy128k@gmail.com>
Sat, 4 May 2019 09:19:30 +0000 (11:19 +0200)
commit7eea7ff9b5604fbeed1e47c063e51c0e2b26bccf
tree898c3c87f154c944d874a64a88e1308eb2395802
parentdd4ad1f57b10bafeb915b43152e10d52e195eec1
replace HTTP related code with PSR-7 compatible libraries
34 files changed:
composer.json
composer.lock
ipf.php
ipf/admin/app.php
ipf/admin/component.php
ipf/admin/controllers/base.php
ipf/admin/controllers/components.php
ipf/admin/controllers/dashboard.php
ipf/admin/controllers/file_browser.php
ipf/admin/controllers/user.php
ipf/admin/log.php
ipf/admin/templates/admin/items.html.twig
ipf/admin/templates/admin/log.html.twig
ipf/auth/app.php
ipf/auth/middleware.php
ipf/controller/base.php
ipf/error/500_debug.html
ipf/form/field/file.php
ipf/form/field/image.php
ipf/form/widget/fileinput.php
ipf/http/request.php [deleted file]
ipf/http/response.php
ipf/http/response/file.php [deleted file]
ipf/http/response/json.php [deleted file]
ipf/http/response/notfound.php [deleted file]
ipf/http/response/redirect.php [deleted file]
ipf/middleware/base.php
ipf/middleware/common.php
ipf/middleware/dispatch.php
ipf/middleware/error.php
ipf/middleware/serve_static.php
ipf/router.php
ipf/session/middleware.php
ipf/template.php