Commit Graph

422 Commits (37ddb323ad08e8dc6100309ca6b478da4a6958fe)

Author SHA1 Message Date
Luke Stevenson d288892c30
Turns off Caching for JSON responses
3 weeks ago
Mr Percival a3f47bc902 Ignore LiMIT when using RETURNING
2 months ago
n0nag0n dd39d4adad fixed spacing
2 months ago
n0nag0n ff17dd591d Added SimplePdo class to replace PdoWrapper
2 months ago
Arshid e644461129 Add return type
2 months ago
n0nag0n 888ff46d26 Fixed route and controller commands to accept old configs
3 months ago
n0nag0n 175e9eb656
Merge branch 'master' into update-ai-commands
3 months ago
n0nag0n 009f2f9bad Fix AI commands to use new runway config syntax
3 months ago
飞扬 70379a9413
Update RouteCommand.php
3 months ago
riku 40f176fa3a
Fixed an issue where `Flight::request()->base` would display only a yen symbol in Windows environments without a parent directory.
4 months ago
KnifeLemon 09cb95c6e8 revert: Re-add string type hint to Response::write() parameter
5 months ago
n0nag0n b174bdbc6f more changes with upload. Security enhancements. Also got rid of php-watcher
5 months ago
KnifeLemon 049d445c58 fix: Support file uploads for non-POST HTTP methods (PATCH, PUT, DELETE)
5 months ago
n0nag0n a8b61f2561 Merge branch 'master' of https://github.com/KnifeLemon/core
5 months ago
n0nag0n 671fea075c adjustments for security, 100% coverage and phpcs
5 months ago
KnifeLemon 5ccc8fba98 Merge branch 'master' of https://github.com/KnifeLemon/core
5 months ago
KnifeLemon dc56ca2c4a fix: allow non-string types in Response::write() to prevent TypeError
5 months ago
KnifeLemon 82daf71d0a
Apply suggestions from code review
5 months ago
KnifeLemon 9ab2695d48 fix: add null coalescing for undefined superglobals
5 months ago
KnifeLemon 42ad8ae23f refactor: simplify upload_max_filesize unit conversion with fallthrough switch
5 months ago
KnifeLemon 144327da78 Revert "fix: add null coalescing for undefined superglobals"
5 months ago
KnifeLemon a1e1c5010a Merge branch 'master' of https://github.com/KnifeLemon/core
5 months ago
KnifeLemon 66a91e042c Revert to previous code
5 months ago
KnifeLemon 2c980eb7ed Revert to previous code
5 months ago
KnifeLemon bbf5204da6 fix: initialize tmp_name as empty string instead of null
5 months ago
KnifeLemon 41dc0e3678
Apply suggestions from code review
5 months ago
KnifeLemon 847a0d51f0 fix: add null coalescing for undefined superglobals
5 months ago
KnifeLemon 68b9306d30
Apply suggestions from code review
5 months ago
KnifeLemon 106955a82e add multipart parsing for PUT/PATCH/DELETE methods and comprehensive tests
5 months ago
KnifeLemon ca46fd041d fix file upload handling to preserve array format for single files
5 months ago
KnifeLemon f0bd5dda81 fixed multiple file upload errors
5 months ago
n0nag0n c9da0675d9 added accept header negotiations, OPTIONS method Allow header and, better method handling.
5 months ago
n0nag0n 4d9f0f42bd Added response test and did some sanitizing
5 months ago
n0nag0n 053227b3b0 adjusted phpstan linting to be friendlier and changed download() to also specify file name
5 months ago
n0nag0n f0dc1b1adf
Merge pull request #658 from flightphp/router-performance
7 months ago
n0nag0n a85790a20c
Update flight/net/Request.php
7 months ago
n0nag0n 8ecb93f2df router performance enhancements
7 months ago
n0nag0n c8f39b7a11 improvements with the request class
8 months ago
n0nag0n eecbdc3895 a few fixes from Copilot review
8 months ago
n0nag0n 3d0599eb67 added JSON util to use elsewhere
8 months ago
n0nag0n 3d8149ad1b Finally found the horrific memory leak!
8 months ago
n0nag0n 6742770cc1 Added unit tests and adjusted some syntax
9 months ago
n0nag0n dcb7ff9687 Added AI commands and instructions for the repo.
9 months ago
n0nag0n 9215b905c8 feat(request): Add servername property to Request class
9 months ago
n0nag0n c470a65a8e Fixed issue with data in view class
9 months ago
n0nag0n 0abf1b9b16 fixed issues with php8-named-arguments
1 year ago
n0nag0n 62f31d7856
Merge pull request #638 from flightphp/duplicated-slash-in-groups-support
1 year ago
n0nag0n 22570b9987
Merge pull request #548 from flightphp/php8-named-arguments-support
1 year ago
n0nag0n a2c74ddadd added event cache check and tweaked middleware event
1 year ago
fadrian06 15ff651e77 support for duplicated slashes in nested groups
1 year ago