Commit Graph

438 Commits (d58cbacda1ce06f2c3690a0c97ded22e18f170d9)

Author SHA1 Message Date
fadrian06 d58cbacda1 restore and improve custom autoloader
15 hours ago
fadrian06 cf553d36d4 remove flight/autoload.php
2 days ago
fadrian06 47a3702927 refactor LoaderTest
2 days ago
fadrian06 db343815a3 normalize dirs
2 days ago
fadrian06 9aab65b7f6 fix Loader::register docblock
2 days ago
fadrian06 921c51a5d6 use is_iterable in Loader::register
2 days ago
fadrian06 1a37f91b99 add flight\ psr-4 autoloader
2 days ago
fadrian06 90a72aef7c move Flight to a classmap
2 days ago
fadrian06 a1faf4f00b fix: Failed asserting that exception message 'Target directory is not writable' contains 'Invalid target path: contains directory traversal'.
3 days ago
n0nag0n 60bf7921f2 Throw when middleware class is missing or cannot be resolved
1 week ago
KnifeLemon 02fe881d27 fix wildcard routes being skipped by fast path method lookup closes #693
2 months ago
n0nag0n 924f231baa security fixes
2 months ago
fadrian06 14aa4cb4be fix all phpstan l6 errors
3 months ago
fadrian06 08904df138 ignore namespaces phpcs warning
3 months ago
fadrian06 b55540068e fix almost long lines phpcs warnings
3 months ago
fadrian06 29595ef9e1 composer exec phpcbf -- --standard=PSR2
3 months ago
fadrian06 17b300680d apply lsp-intelephense format to flight folder
3 months ago
Mr Percival a3f47bc902 Ignore LiMIT when using RETURNING
5 months ago
n0nag0n dd39d4adad fixed spacing
6 months ago
n0nag0n ff17dd591d Added SimplePdo class to replace PdoWrapper
6 months ago
Arshid e644461129 Add return type
6 months ago
n0nag0n 888ff46d26 Fixed route and controller commands to accept old configs
6 months ago
n0nag0n 175e9eb656
Merge branch 'master' into update-ai-commands
6 months ago
n0nag0n 009f2f9bad Fix AI commands to use new runway config syntax
6 months ago
飞扬 70379a9413
Update RouteCommand.php
6 months ago
riku 40f176fa3a
Fixed an issue where `Flight::request()->base` would display only a yen symbol in Windows environments without a parent directory.
7 months ago
KnifeLemon 09cb95c6e8 revert: Re-add string type hint to Response::write() parameter
8 months ago
n0nag0n b174bdbc6f more changes with upload. Security enhancements. Also got rid of php-watcher
8 months ago
KnifeLemon 049d445c58 fix: Support file uploads for non-POST HTTP methods (PATCH, PUT, DELETE)
8 months ago
n0nag0n a8b61f2561 Merge branch 'master' of https://github.com/KnifeLemon/core
8 months ago
n0nag0n 671fea075c adjustments for security, 100% coverage and phpcs
8 months ago
KnifeLemon 5ccc8fba98 Merge branch 'master' of https://github.com/KnifeLemon/core
8 months ago
KnifeLemon dc56ca2c4a fix: allow non-string types in Response::write() to prevent TypeError
8 months ago
KnifeLemon 82daf71d0a
Apply suggestions from code review
8 months ago
KnifeLemon 9ab2695d48 fix: add null coalescing for undefined superglobals
8 months ago
KnifeLemon 42ad8ae23f refactor: simplify upload_max_filesize unit conversion with fallthrough switch
8 months ago
KnifeLemon 144327da78 Revert "fix: add null coalescing for undefined superglobals"
8 months ago
KnifeLemon a1e1c5010a Merge branch 'master' of https://github.com/KnifeLemon/core
8 months ago
KnifeLemon 66a91e042c Revert to previous code
8 months ago
KnifeLemon 2c980eb7ed Revert to previous code
8 months ago
KnifeLemon bbf5204da6 fix: initialize tmp_name as empty string instead of null
8 months ago
KnifeLemon 41dc0e3678
Apply suggestions from code review
8 months ago
KnifeLemon 847a0d51f0 fix: add null coalescing for undefined superglobals
8 months ago
KnifeLemon 68b9306d30
Apply suggestions from code review
8 months ago
KnifeLemon 106955a82e add multipart parsing for PUT/PATCH/DELETE methods and comprehensive tests
8 months ago
KnifeLemon ca46fd041d fix file upload handling to preserve array format for single files
8 months ago
KnifeLemon f0bd5dda81 fixed multiple file upload errors
8 months ago
n0nag0n c9da0675d9 added accept header negotiations, OPTIONS method Allow header and, better method handling.
9 months ago
n0nag0n 4d9f0f42bd Added response test and did some sanitizing
9 months ago
n0nag0n 053227b3b0 adjusted phpstan linting to be friendlier and changed download() to also specify file name
9 months ago