Commit Graph

409 Commits (a8b61f2561c9adf37ab6a230354bdbae36c57961)

Author SHA1 Message Date
n0nag0n a8b61f2561 Merge branch 'master' of https://github.com/KnifeLemon/core
2 weeks ago
n0nag0n 671fea075c adjustments for security, 100% coverage and phpcs
2 weeks ago
KnifeLemon 5ccc8fba98 Merge branch 'master' of https://github.com/KnifeLemon/core
2 weeks ago
KnifeLemon dc56ca2c4a fix: allow non-string types in Response::write() to prevent TypeError
2 weeks ago
KnifeLemon 82daf71d0a
Apply suggestions from code review
3 weeks ago
KnifeLemon 9ab2695d48 fix: add null coalescing for undefined superglobals
3 weeks ago
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 4d9f0f42bd Added response test and did some sanitizing
1 month ago
n0nag0n 053227b3b0 adjusted phpstan linting to be friendlier and changed download() to also specify file name
1 month ago
n0nag0n f0dc1b1adf
Merge pull request #658 from flightphp/router-performance
3 months ago
n0nag0n a85790a20c
Update flight/net/Request.php
3 months ago
n0nag0n 8ecb93f2df router performance enhancements
3 months ago
n0nag0n c8f39b7a11 improvements with the request class
3 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 3d8149ad1b Finally found the horrific memory leak!
4 months ago
n0nag0n 6742770cc1 Added unit tests and adjusted some syntax
4 months ago
n0nag0n dcb7ff9687 Added AI commands and instructions for the repo.
4 months ago
n0nag0n 9215b905c8 feat(request): Add servername property to Request class
5 months ago
n0nag0n c470a65a8e Fixed issue with data in view class
5 months ago
n0nag0n 0abf1b9b16 fixed issues with php8-named-arguments
8 months ago
n0nag0n 62f31d7856
Merge pull request #638 from flightphp/duplicated-slash-in-groups-support
8 months ago
n0nag0n 22570b9987
Merge pull request #548 from flightphp/php8-named-arguments-support
8 months ago
n0nag0n a2c74ddadd added event cache check and tweaked middleware event
8 months ago
fadrian06 15ff651e77 support for duplicated slashes in nested groups
8 months ago
fadrian06 5425955dd7 fix php 7.4 invalid syntax
8 months ago
fadrian06 72ac51e141
Merge branch 'master' into php8-named-arguments-support
8 months ago
fadrian06 59c9c0330f improve ::registerContainerHandler docblock
8 months ago
fadrian06 8ccbd7ac9e support for containers that resolve automatically dependencies without adding explicitly
8 months ago
fadrian06 7292464d1c Flight::path($path) -> ($dir) to match Engine::path($dir)
8 months ago
fadrian06 5068995d17 merge master
8 months ago
fadrian06 e86bb59297 docs: add array{0: class-string, 1: method} to support phpstan level 6 in any project that uses [MyController::class, 'myInstanceMethod'] (phpstan marks that as an invalid callable)
8 months ago
n0nag0n bc203944ac corrected some event names
8 months ago
n0nag0n dd2d23ec99 added more events, added apm changes
8 months ago
n0nag0n 046a034455 prettified
8 months ago
n0nag0n 79efffc333 added stopPropagation logic
8 months ago
n0nag0n 4b7cd68e24 added an event system
8 months ago
n0nag0n 2762daf4f4
Merge pull request #630 from flightphp/remove-cache-headers
9 months ago