Commit Graph

451 Commits (dd238319dad41e63de9ae2dedf2cf334bfd6f5c1)

Author SHA1 Message Date
fadrian06 dd238319da Add component prop-passing coverage
2 weeks ago
fadrian06 8c277dadd6 Fix component style/script dedupe leakage
2 weeks ago
fadrian06 7acf6c00b9 fix styles and scripts duplication
2 weeks ago
fadrian06 8c88b9d94a allow props which values contains spaces and numbers
2 weeks ago
fadrian06 52ec6b8803 allow to render different components
2 weeks ago
fadrian06 5c4b9b9856 allow to change the components path
2 weeks ago
fadrian06 8280d4ddaf allow to change the prefix
2 weeks ago
fadrian06 5cdc2e85c0 6. renders self close components with many props
2 weeks ago
fadrian06 538c9d32ae 4. renders self close components with one prop
2 weeks ago
fadrian06 50c23de325 2. renders self close functional and class components
2 weeks ago
fadrian06 a94431ae05 1. renders self close components without arguments
2 weeks ago
fadrian06 6b506636f0 always normalize paths
2 weeks ago
fadrian06 abdf845899 remove \ from global function calls
2 weeks ago
fadrian06 2321b0e079 simplify getTemplate
2 weeks ago
fadrian06 206eff4f3d simplify render
2 weeks ago
fadrian06 d28939f204 replace iterable for arrays
2 weeks ago
fadrian06 7d29fdf719 use $this instead of self
2 weeks ago
fadrian06 f047d22fab simplify docblocks
2 weeks ago
fadrian06 98e20c6ad1 import Exception
2 weeks ago
fadrian06 a3423b4cdf update license docblock
2 weeks ago
fadrian06 cd2072e409 update mikecao copyright
2 weeks ago
fadrian06 a1faf4f00b fix: Failed asserting that exception message 'Target directory is not writable' contains 'Invalid target path: contains directory traversal'.
2 weeks ago
n0nag0n 60bf7921f2 Throw when middleware class is missing or cannot be resolved
3 weeks ago
KnifeLemon 02fe881d27 fix wildcard routes being skipped by fast path method lookup closes #693
2 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
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.
8 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)
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