Commit Graph

182 Commits (049d445c58cbaccff9965dff926fb3d8a3bbbdc2)

Author SHA1 Message Date
KnifeLemon 049d445c58 fix: Support file uploads for non-POST HTTP methods (PATCH, PUT, DELETE)
2 weeks ago
n0nag0n a8b61f2561 Merge branch 'master' of https://github.com/KnifeLemon/core
2 weeks ago
n0nag0n 671fea075c adjustments for security, 100% coverage and phpcs
2 weeks ago
KnifeLemon 5ccc8fba98 Merge branch 'master' of https://github.com/KnifeLemon/core
2 weeks ago
KnifeLemon dc56ca2c4a fix: allow non-string types in Response::write() to prevent TypeError
2 weeks ago
KnifeLemon 82daf71d0a
Apply suggestions from code review
3 weeks ago
KnifeLemon 9ab2695d48 fix: add null coalescing for undefined superglobals
3 weeks ago
KnifeLemon 42ad8ae23f refactor: simplify upload_max_filesize unit conversion with fallthrough switch
3 weeks ago
KnifeLemon 144327da78 Revert "fix: add null coalescing for undefined superglobals"
3 weeks ago
KnifeLemon a1e1c5010a Merge branch 'master' of https://github.com/KnifeLemon/core
3 weeks ago
KnifeLemon 66a91e042c Revert to previous code
3 weeks ago
KnifeLemon 2c980eb7ed Revert to previous code
3 weeks ago
KnifeLemon bbf5204da6 fix: initialize tmp_name as empty string instead of null
3 weeks ago
KnifeLemon 41dc0e3678
Apply suggestions from code review
3 weeks ago
KnifeLemon 847a0d51f0 fix: add null coalescing for undefined superglobals
3 weeks ago
KnifeLemon 68b9306d30
Apply suggestions from code review
3 weeks ago
KnifeLemon 106955a82e add multipart parsing for PUT/PATCH/DELETE methods and comprehensive tests
3 weeks ago
KnifeLemon ca46fd041d fix file upload handling to preserve array format for single files
3 weeks ago
KnifeLemon f0bd5dda81 fixed multiple file upload errors
3 weeks ago
n0nag0n c9da0675d9 added accept header negotiations, OPTIONS method Allow header and, better method handling.
1 month ago
n0nag0n 4d9f0f42bd Added response test and did some sanitizing
1 month ago
n0nag0n 053227b3b0 adjusted phpstan linting to be friendlier and changed download() to also specify file name
1 month ago
n0nag0n f0dc1b1adf
Merge pull request #658 from flightphp/router-performance
3 months ago
n0nag0n a85790a20c
Update flight/net/Request.php
3 months ago
n0nag0n 8ecb93f2df router performance enhancements
3 months ago
n0nag0n c8f39b7a11 improvements with the request class
3 months ago
n0nag0n 9215b905c8 feat(request): Add servername property to Request class
5 months ago
fadrian06 15ff651e77 support for duplicated slashes in nested groups
8 months ago
fadrian06 59c9c0330f improve ::registerContainerHandler docblock
8 months ago
fadrian06 5068995d17 merge master
8 months ago
Austin Collier 27718cfea7 added ability to throw a method not found instead of 404
1 year ago
n0nag0n f8811e1d8b allowed for middlewares to be created with container
2 years ago
n0nag0n deb0d68875 added plain stream() method
2 years ago
n0nag0n 77d313190d added unit test, corrected other response logic
2 years ago
Belle Aerni 3659a76106 Fix content length when using response body callbacks
2 years ago
Austin Collier 9be596f0bf lots of phpcs errors to fix
2 years ago
Austin Collier 7fca8d9a45 added ability to convert the response body
2 years ago
fadrian06 62f15baf55 Merge branch 'master' into dispatcher-refactor
2 years ago
n0nag0n 6d41115e9a initial commit for containerization
2 years ago
n0nag0n 412596e863
Merge pull request #558 from flightphp/request-improvements
2 years ago
Austin Collier 9786820474 Misunderstanding with $config
2 years ago
Austin Collier f4c5405d1b little changes to requests and integration testing JSON POST requests
2 years ago
Austin Collier 5406bbedc1 added test coverage and clearing body for head requests
2 years ago
Belle Aerni 296c9b57d5 Also register HEAD for GET routes
2 years ago
Daniel Schreiber e6a29c7476 fix: handle encoded slashes for url parameters - fixes #552
2 years ago
n0nag0n 735dafefb9
Merge pull request #550 from flightphp/overwrite-body
2 years ago
n0nag0n 0622fd1c2b fixed issues with @params_with_underscores and prepopulate getUrl() params.
2 years ago
n0nag0n 47cd98e78e added ability to overwrite the body
2 years ago
fadrian06 2474371e35 Merge branch 'master' into dispatcher-refactor
2 years ago
fadrian06 c40b0b7759 Simplified docblocks
2 years ago