Commit Graph

743 Commits (d32e090fa71b2970d02cb968fc1396cab1fe9ff0)
 

Author SHA1 Message Date
n0nag0n d32e090fa7
Merge pull request #666 from riku22/fix_request_base
1 day ago
riku 40f176fa3a
Fixed an issue where `Flight::request()->base` would display only a yen symbol in Windows environments without a parent directory.
2 days ago
n0nag0n 854f668222
Merge pull request #664 from KnifeLemon/master
3 weeks ago
KnifeLemon 09cb95c6e8 revert: Re-add string type hint to Response::write() parameter
4 weeks ago
n0nag0n b174bdbc6f more changes with upload. Security enhancements. Also got rid of php-watcher
4 weeks ago
KnifeLemon 049d445c58 fix: Support file uploads for non-POST HTTP methods (PATCH, PUT, DELETE)
1 month ago
n0nag0n a8b61f2561 Merge branch 'master' of https://github.com/KnifeLemon/core
1 month ago
n0nag0n 671fea075c adjustments for security, 100% coverage and phpcs
1 month ago
KnifeLemon 5ccc8fba98 Merge branch 'master' of https://github.com/KnifeLemon/core
1 month ago
KnifeLemon dc56ca2c4a fix: allow non-string types in Response::write() to prevent TypeError
1 month ago
KnifeLemon 82daf71d0a
Apply suggestions from code review
1 month ago
KnifeLemon 9ab2695d48 fix: add null coalescing for undefined superglobals
1 month ago
KnifeLemon 42ad8ae23f refactor: simplify upload_max_filesize unit conversion with fallthrough switch
1 month ago
KnifeLemon 144327da78 Revert "fix: add null coalescing for undefined superglobals"
1 month ago
KnifeLemon a1e1c5010a Merge branch 'master' of https://github.com/KnifeLemon/core
1 month ago
KnifeLemon 66a91e042c Revert to previous code
1 month ago
KnifeLemon 2c980eb7ed Revert to previous code
1 month ago
KnifeLemon bbf5204da6 fix: initialize tmp_name as empty string instead of null
1 month ago
KnifeLemon 41dc0e3678
Apply suggestions from code review
1 month ago
KnifeLemon 847a0d51f0 fix: add null coalescing for undefined superglobals
1 month ago
KnifeLemon 68b9306d30
Apply suggestions from code review
1 month ago
KnifeLemon 106955a82e add multipart parsing for PUT/PATCH/DELETE methods and comprehensive tests
1 month ago
KnifeLemon ca46fd041d fix file upload handling to preserve array format for single files
1 month ago
KnifeLemon f0bd5dda81 fixed multiple file upload errors
1 month ago
n0nag0n 095a46663f configured performance testing
2 months ago
n0nag0n c9da0675d9 added accept header negotiations, OPTIONS method Allow header and, better method handling.
2 months ago
n0nag0n 6a2494c698
Merge pull request #663 from flightphp/download-file
2 months ago
n0nag0n 4d9f0f42bd Added response test and did some sanitizing
2 months ago
n0nag0n 053227b3b0 adjusted phpstan linting to be friendlier and changed download() to also specify file name
2 months ago
n0nag0n c7533d995f
Merge pull request #661 from arshidkv12/php85
2 months ago
Arshid 3884da4bdc php85
2 months ago
n0nag0n f0dc1b1adf
Merge pull request #658 from flightphp/router-performance
3 months ago
n0nag0n 69b50fc33c
Merge pull request #659 from flightphp/misc-improvements
3 months ago
n0nag0n a85790a20c
Update flight/net/Request.php
3 months ago
n0nag0n 204ffbb024
Update tests/performance/performance_tests.sh
3 months ago
n0nag0n 8ecb93f2df router performance enhancements
3 months ago
n0nag0n c8f39b7a11 improvements with the request class
4 months ago
n0nag0n b331797ae3
Merge pull request #657 from flightphp/json-util
4 months ago
n0nag0n eecbdc3895 a few fixes from Copilot review
4 months ago
n0nag0n 3d0599eb67 added JSON util to use elsewhere
4 months ago
n0nag0n f2b4aea5d5
Merge pull request #655 from flightphp/async-fix
4 months ago
n0nag0n 3d8149ad1b Finally found the horrific memory leak!
4 months ago
n0nag0n d43f2e9db5
Merge pull request #652 from flightphp/ai-helpers
5 months ago
n0nag0n 7ddd5bb077
Update .github/copilot-instructions.md
5 months ago
n0nag0n 6742770cc1 Added unit tests and adjusted some syntax
5 months ago
n0nag0n dcb7ff9687 Added AI commands and instructions for the repo.
5 months ago
n0nag0n 11806e91b3
Merge pull request #651 from flightphp/feat/request-servername
5 months ago
n0nag0n 9215b905c8 feat(request): Add servername property to Request class
5 months ago
n0nag0n 5df2800753
Merge pull request #650 from flightphp/bad-data-var-in-view
5 months ago
n0nag0n c470a65a8e Fixed issue with data in view class
5 months ago