Commit Graph

442 Commits (bc86e7a29803e987c7da025b0e1e60c153fcec98)

Author SHA1 Message Date
fadrian06 50c23de325 2. renders self close functional and class components
1 day ago
fadrian06 a94431ae05 1. renders self close components without arguments
1 day ago
fadrian06 6b506636f0 always normalize paths
2 days ago
fadrian06 abdf845899 remove \ from global function calls
2 days ago
fadrian06 2321b0e079 simplify getTemplate
2 days ago
fadrian06 206eff4f3d simplify render
2 days ago
fadrian06 d28939f204 replace iterable for arrays
2 days ago
fadrian06 7d29fdf719 use $this instead of self
2 days ago
fadrian06 f047d22fab simplify docblocks
2 days ago
fadrian06 98e20c6ad1 import Exception
2 days ago
fadrian06 a3423b4cdf update license docblock
2 days ago
fadrian06 cd2072e409 update mikecao copyright
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