Commit Graph

443 Commits (38d4458e96a75b1b07d246b72f209c15c76dc223)

Author SHA1 Message Date
fadrian06 538c9d32ae 4. renders self close components with one prop
3 weeks ago
fadrian06 50c23de325 2. renders self close functional and class components
3 weeks ago
fadrian06 a94431ae05 1. renders self close components without arguments
3 weeks ago
fadrian06 6b506636f0 always normalize paths
3 weeks ago
fadrian06 abdf845899 remove \ from global function calls
3 weeks ago
fadrian06 2321b0e079 simplify getTemplate
3 weeks ago
fadrian06 206eff4f3d simplify render
3 weeks ago
fadrian06 d28939f204 replace iterable for arrays
3 weeks ago
fadrian06 7d29fdf719 use $this instead of self
3 weeks ago
fadrian06 f047d22fab simplify docblocks
3 weeks ago
fadrian06 98e20c6ad1 import Exception
3 weeks ago
fadrian06 a3423b4cdf update license docblock
3 weeks ago
fadrian06 cd2072e409 update mikecao copyright
3 weeks ago
fadrian06 a1faf4f00b fix: Failed asserting that exception message 'Target directory is not writable' contains 'Invalid target path: contains directory traversal'.
3 weeks ago
n0nag0n 60bf7921f2 Throw when middleware class is missing or cannot be resolved
4 weeks ago
KnifeLemon 02fe881d27 fix wildcard routes being skipped by fast path method lookup closes #693
3 months ago
n0nag0n 924f231baa security fixes
3 months ago
fadrian06 14aa4cb4be fix all phpstan l6 errors
4 months ago
fadrian06 08904df138 ignore namespaces phpcs warning
4 months ago
fadrian06 b55540068e fix almost long lines phpcs warnings
4 months ago
fadrian06 29595ef9e1 composer exec phpcbf -- --standard=PSR2
4 months ago
fadrian06 17b300680d apply lsp-intelephense format to flight folder
4 months ago
Mr Percival a3f47bc902 Ignore LiMIT when using RETURNING
6 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
7 months ago
n0nag0n 888ff46d26 Fixed route and controller commands to accept old configs
7 months ago
n0nag0n 175e9eb656
Merge branch 'master' into update-ai-commands
7 months ago
n0nag0n 009f2f9bad Fix AI commands to use new runway config syntax
7 months ago
飞扬 70379a9413
Update RouteCommand.php
7 months ago
riku 40f176fa3a
Fixed an issue where `Flight::request()->base` would display only a yen symbol in Windows environments without a parent directory.
8 months ago
KnifeLemon 09cb95c6e8 revert: Re-add string type hint to Response::write() parameter
9 months ago
n0nag0n b174bdbc6f more changes with upload. Security enhancements. Also got rid of php-watcher
9 months ago
KnifeLemon 049d445c58 fix: Support file uploads for non-POST HTTP methods (PATCH, PUT, DELETE)
9 months ago
n0nag0n a8b61f2561 Merge branch 'master' of https://github.com/KnifeLemon/core
9 months ago
n0nag0n 671fea075c adjustments for security, 100% coverage and phpcs
9 months ago
KnifeLemon 5ccc8fba98 Merge branch 'master' of https://github.com/KnifeLemon/core
9 months ago
KnifeLemon dc56ca2c4a fix: allow non-string types in Response::write() to prevent TypeError
9 months ago
KnifeLemon 82daf71d0a
Apply suggestions from code review
9 months ago
KnifeLemon 9ab2695d48 fix: add null coalescing for undefined superglobals
9 months ago
KnifeLemon 42ad8ae23f refactor: simplify upload_max_filesize unit conversion with fallthrough switch
9 months ago
KnifeLemon 144327da78 Revert "fix: add null coalescing for undefined superglobals"
9 months ago
KnifeLemon a1e1c5010a Merge branch 'master' of https://github.com/KnifeLemon/core
9 months ago
KnifeLemon 66a91e042c Revert to previous code
9 months ago
KnifeLemon 2c980eb7ed Revert to previous code
9 months ago
KnifeLemon bbf5204da6 fix: initialize tmp_name as empty string instead of null
9 months ago
KnifeLemon 41dc0e3678
Apply suggestions from code review
9 months ago
KnifeLemon 847a0d51f0 fix: add null coalescing for undefined superglobals
9 months ago
KnifeLemon 68b9306d30
Apply suggestions from code review
9 months ago
KnifeLemon 106955a82e add multipart parsing for PUT/PATCH/DELETE methods and comprehensive tests
9 months ago