Commit Graph

81 Commits (42ad8ae23fedfbbfae8a06f9faf9e5a7e0de1d4c)

Author SHA1 Message Date
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 053227b3b0 adjusted phpstan linting to be friendlier and changed download() to also specify file name
1 month ago
n0nag0n a85790a20c
Update flight/net/Request.php
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 59c9c0330f improve ::registerContainerHandler docblock
8 months ago
fadrian06 5068995d17 merge master
8 months ago
Austin Collier 9be596f0bf lots of phpcs errors to fix
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
n0nag0n 4d4c0d5420 added helpers to req/resp and cleaned up phpcs/stan errors
2 years ago
n0nag0n df90d69787 so many phpcs fixes. No more, no more!
2 years ago
n0nag0n ff6fa74d51 Merge branch 'master' into easier-access-to-request-headers
2 years ago
n0nag0n 2db95a0d7b added getHeaders()
2 years ago
n0nag0n 537ea032d8 request header shortcut and lots of unit test fixes for phpcs
2 years ago
fadrian06 7015e5d3ba Moved copyright and license to a public place :D
2 years ago
fadrian06 44a056ca30 Fixed phpcs format problems in the rest of Flight modules
2 years ago
Austin Collier cc4338a34b added PSR12 coding style to files.
2 years ago
fadrian06 2d6079c177 Added typehints to Request::class
2 years ago
n0nag0n 1e4c07da52 correct unit test and removed final keywords
2 years ago
n0nag0n 83d33348e0 old array syntax cleanup and legacy json serializable removal
2 years ago
n0nag0n 2d4c7d4bcd a few cleanup comments
2 years ago
n0nag0n 7991530761 Route alias and phpstan updates
2 years ago
n0nag0n a416bfe19b 100% coverage for Request and Route
2 years ago
n0nag0n 0d026b16d1 added test for unique subdir setup in request
2 years ago
fadrian06 fbcc9108c2 DocBlocks improved
2 years ago
Mike Cao a130231646
Merge pull request #456 from jamalo/master
4 years ago
Mike Cao fc43bfb4ea
Update flight/net/Request.php
4 years ago
Michal Hybner 21a0c55375 Fix JSON request with empty body
4 years ago
Jamal d2a92aa808 Fix PHP 8.1: Assign string to int propety
4 years ago
Masroor Ehsan b7abb4945f check for valid json input
4 years ago
Masroor Ehsan a2c5dd5ede minor refactorings
5 years ago
Masroor Ehsan 04e471bf46 PHP ^7.4|^8.0 compatibility
5 years ago
Andreas Kugel 0145f629d3
Enable DELETE method to receive request body
6 years ago
Mike Cao da8eaefc63
Merge pull request #398 from hlidotbe/feature/request-host
6 years ago
Hugues Lismonde b4c9c42b00
Add host to request
6 years ago
Hugues Lismonde e0dfb7406d
Fix request schem
6 years ago
Mike Cao 1feeb95ff2 Encode reserved @ character in URLs.
10 years ago