Commit Graph

718 Commits (c9da0675d9c8b6e94a680fcc21a15c2f6fa9e38f)
 

Author SHA1 Message Date
n0nag0n c9da0675d9 added accept header negotiations, OPTIONS method Allow header and, better method handling.
1 week ago
n0nag0n 6a2494c698
Merge pull request #663 from flightphp/download-file
2 weeks ago
n0nag0n 4d9f0f42bd Added response test and did some sanitizing
2 weeks ago
n0nag0n 053227b3b0 adjusted phpstan linting to be friendlier and changed download() to also specify file name
2 weeks ago
n0nag0n c7533d995f
Merge pull request #661 from arshidkv12/php85
2 weeks ago
Arshid 3884da4bdc php85
2 weeks ago
n0nag0n f0dc1b1adf
Merge pull request #658 from flightphp/router-performance
2 months ago
n0nag0n 69b50fc33c
Merge pull request #659 from flightphp/misc-improvements
2 months ago
n0nag0n a85790a20c
Update flight/net/Request.php
2 months ago
n0nag0n 204ffbb024
Update tests/performance/performance_tests.sh
2 months ago
n0nag0n 8ecb93f2df router performance enhancements
2 months ago
n0nag0n c8f39b7a11 improvements with the request class
3 months ago
n0nag0n b331797ae3
Merge pull request #657 from flightphp/json-util
3 months ago
n0nag0n eecbdc3895 a few fixes from Copilot review
3 months ago
n0nag0n 3d0599eb67 added JSON util to use elsewhere
3 months ago
n0nag0n f2b4aea5d5
Merge pull request #655 from flightphp/async-fix
3 months ago
n0nag0n 3d8149ad1b Finally found the horrific memory leak!
3 months ago
n0nag0n d43f2e9db5
Merge pull request #652 from flightphp/ai-helpers
4 months ago
n0nag0n 7ddd5bb077
Update .github/copilot-instructions.md
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 11806e91b3
Merge pull request #651 from flightphp/feat/request-servername
4 months ago
n0nag0n 9215b905c8 feat(request): Add servername property to Request class
4 months ago
n0nag0n 5df2800753
Merge pull request #650 from flightphp/bad-data-var-in-view
4 months ago
n0nag0n c470a65a8e Fixed issue with data in view class
4 months ago
n0nag0n aaf9f62ecc
Merge pull request #644 from pierresh/phpunit-watcher
5 months ago
Pierre Clavequin 863282a3c8 test: re-run tests automatically with phpunit-watcher
5 months ago
n0nag0n d6d3382e61
Merge pull request #645 from pierresh/return-type-in-test
5 months ago
Pierre Clavequin 840833e7d7 test: add missing return types in tests
6 months ago
n0nag0n 0abf1b9b16 fixed issues with php8-named-arguments
7 months ago
n0nag0n 62f31d7856
Merge pull request #638 from flightphp/duplicated-slash-in-groups-support
7 months ago
n0nag0n 22570b9987
Merge pull request #548 from flightphp/php8-named-arguments-support
7 months ago
n0nag0n a2c74ddadd added event cache check and tweaked middleware event
7 months ago
fadrian06 92e5332525 silent deprecation test in php 8.4
7 months ago
fadrian06 7ff7344815 fix another windows end lines problem
7 months ago
fadrian06 431a4e7a46 remove newlines and stuffs to fix render tests
7 months ago
fadrian06 15ff651e77 support for duplicated slashes in nested groups
7 months ago
fadrian06 5425955dd7 fix php 7.4 invalid syntax
7 months ago
fadrian06 72ac51e141
Merge branch 'master' into php8-named-arguments-support
7 months ago
fadrian06 59c9c0330f improve ::registerContainerHandler docblock
7 months ago
fadrian06 8ccbd7ac9e support for containers that resolve automatically dependencies without adding explicitly
7 months ago
fadrian06 7292464d1c Flight::path($path) -> ($dir) to match Engine::path($dir)
7 months ago
fadrian06 5f84570d27 disabled phpstan for tests/named-arguments
7 months ago
fadrian06 2638d1f37a composer require flightphp/container --dev -W
7 months ago
fadrian06 5068995d17 merge master
7 months ago
n0nag0n 12725eb337
Merge pull request #635 from flightphp/fix/view-tests-in-windows
7 months ago
n0nag0n a0a2b7cb79
Merge pull request #636 from flightphp/docs/allow-arrays-route-controllers-and-middlewares
7 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)
7 months ago
fadrian06 e5ce02e5bb fix: corrected windows line endings in view tests
7 months ago
n0nag0n bc203944ac corrected some event names
7 months ago