Commit Graph

179 Commits (5ccc8fba985be7aea7aca069d72db6f613ccf300)

Author SHA1 Message Date
KnifeLemon 5ccc8fba98 Merge branch 'master' of https://github.com/KnifeLemon/core
9 months ago
KnifeLemon dc56ca2c4a fix: allow non-string types in Response::write() to prevent TypeError
9 months ago
KnifeLemon 82daf71d0a
Apply suggestions from code review
9 months ago
KnifeLemon 9ab2695d48 fix: add null coalescing for undefined superglobals
9 months ago
KnifeLemon 42ad8ae23f refactor: simplify upload_max_filesize unit conversion with fallthrough switch
9 months ago
KnifeLemon 144327da78 Revert "fix: add null coalescing for undefined superglobals"
9 months ago
KnifeLemon a1e1c5010a Merge branch 'master' of https://github.com/KnifeLemon/core
9 months ago
KnifeLemon 66a91e042c Revert to previous code
9 months ago
KnifeLemon 2c980eb7ed Revert to previous code
9 months ago
KnifeLemon bbf5204da6 fix: initialize tmp_name as empty string instead of null
9 months ago
KnifeLemon 41dc0e3678
Apply suggestions from code review
9 months ago
KnifeLemon 847a0d51f0 fix: add null coalescing for undefined superglobals
9 months ago
KnifeLemon 68b9306d30
Apply suggestions from code review
9 months ago
KnifeLemon 106955a82e add multipart parsing for PUT/PATCH/DELETE methods and comprehensive tests
9 months ago
KnifeLemon ca46fd041d fix file upload handling to preserve array format for single files
9 months ago
KnifeLemon f0bd5dda81 fixed multiple file upload errors
9 months ago
n0nag0n c9da0675d9 added accept header negotiations, OPTIONS method Allow header and, better method handling.
10 months ago
n0nag0n 4d9f0f42bd Added response test and did some sanitizing
10 months ago
n0nag0n 053227b3b0 adjusted phpstan linting to be friendlier and changed download() to also specify file name
10 months ago
n0nag0n f0dc1b1adf
Merge pull request #658 from flightphp/router-performance
11 months ago
n0nag0n a85790a20c
Update flight/net/Request.php
11 months ago
n0nag0n 8ecb93f2df router performance enhancements
12 months ago
n0nag0n c8f39b7a11 improvements with the request class
1 year ago
n0nag0n 9215b905c8 feat(request): Add servername property to Request class
1 year ago
fadrian06 15ff651e77 support for duplicated slashes in nested groups
1 year ago
fadrian06 59c9c0330f improve ::registerContainerHandler docblock
1 year ago
fadrian06 5068995d17 merge master
1 year ago
Austin Collier 27718cfea7 added ability to throw a method not found instead of 404
2 years 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
Austin Collier 788ddb6137 added streaming responses. Fixed JSONP.
2 years ago
fadrian06 253c86482e Fixed yoda comparisons
2 years ago
n0nag0n 4d4c0d5420 added helpers to req/resp and cleaned up phpcs/stan errors
2 years ago