Commit Graph

416 Commits (175e9eb656f4c3dd8f7a8c39ff1344d28130cef1)

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