Commit Graph

782 Commits (3941d44c70584e9f0de7721237d547afd300fd9d)
 

Author SHA1 Message Date
n0nag0n 3941d44c70
Merge pull request #685 from flightphp/fix-phpcs-errors
7 hours ago
n0nag0n d50c8c9092
Merge pull request #682 from flightphp/simplify-git-attributes
7 hours ago
fadrian06 ce753b7cd2 implement Tests\Server, ServerV2 and groupcompactsyntax namespaces
20 hours ago
fadrian06 08904df138 ignore namespaces phpcs warning
20 hours ago
fadrian06 b55540068e fix almost long lines phpcs warnings
20 hours ago
fadrian06 ee00e5adbe add psr-4 to Tests\Server, ServerV2 and groupcompactsyntax namespaces
20 hours ago
fadrian06 e8ff083e69 set default phpcs report as full format
21 hours ago
fadrian06 b87d1988ea prepare phpcs to automatically pick a configuration file
21 hours ago
fadrian06 62cc85a0e2 composer exec phpcbf -- --standard=PSR12
2 days ago
fadrian06 29595ef9e1 composer exec phpcbf -- --standard=PSR2
2 days ago
fadrian06 85c4b38858 apply lsp-intelephense format to tests folder
2 days ago
fadrian06 17b300680d apply lsp-intelephense format to flight folder
2 days ago
fadrian06 b2ad4cada8 composer require squizlabs/php_codesniffer:^4.0 --dev -W
3 days ago
fadrian06 0b91f9a2a0 composer require flightphp/container:^1.3 --dev -W
3 days ago
n0nag0n 59f05023ee
Merge pull request #683 from flightphp/fix-all-tests-in-windows
3 days ago
fadrian06 5a4f13b8d8 fix all tests in windows
3 days ago
fadrian06 9ef15cf5dc feat: customize linters per contributor
3 days ago
fadrian06 690918a014 remove .gemini/, CONTRIBUTING.md, index.php and phpunit-watcher.yml from composer install
3 days ago
n0nag0n ab323cffff
Merge pull request #679 from Lawrence72/master
2 months ago
Mr Percival a3f47bc902 Ignore LiMIT when using RETURNING
2 months ago
n0nag0n 88d7032928
Merge pull request #677 from flightphp/simple-pdo
2 months ago
n0nag0n dd39d4adad fixed spacing
2 months ago
n0nag0n ff17dd591d Added SimplePdo class to replace PdoWrapper
2 months ago
n0nag0n 2ab26aa326
Merge pull request #676 from arshidkv12/return-type-tests
3 months ago
Arshid a59829d8fd Add return type - tests
3 months ago
Arshid e644461129 Add return type
3 months ago
n0nag0n 1833907181
Merge pull request #673 from flightphp/fix-other-commands
3 months ago
n0nag0n 888ff46d26 Fixed route and controller commands to accept old configs
3 months ago
n0nag0n f6baf2a8d2
Merge pull request #671 from flightphp/update-ai-commands
3 months ago
n0nag0n b9818ea27b ok, so only for php 7.4 and 8...
3 months ago
n0nag0n 9cc9347e2b Merge branch 'update-ai-commands' of https://github.com/flightphp/core into update-ai-commands
3 months ago
n0nag0n e73b4e3f92 Removed useless method
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
n0nag0n b26598ff9d
Merge pull request #670 from ycrao/master
3 months ago
yangzhi-rao 8b047021fe update route tests
3 months ago
飞扬 70379a9413
Update RouteCommand.php
3 months ago
n0nag0n bbec61b1ff
Merge pull request #667 from joanhey/patch-1
4 months ago
Joan Miquel 28ae1fa038
Add PHP 8.5 to testing matrix
4 months ago
n0nag0n d32e090fa7
Merge pull request #666 from riku22/fix_request_base
4 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
n0nag0n 854f668222
Merge pull request #664 from KnifeLemon/master
5 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