Commit Graph

441 Commits (a94431ae05ca41c3d546a07f64be4c147e236f62)

Author SHA1 Message Date
fadrian06 a94431ae05 1. renders self close components without arguments
1 month ago
fadrian06 6b506636f0 always normalize paths
1 month ago
fadrian06 abdf845899 remove \ from global function calls
1 month ago
fadrian06 2321b0e079 simplify getTemplate
1 month ago
fadrian06 206eff4f3d simplify render
1 month ago
fadrian06 d28939f204 replace iterable for arrays
1 month ago
fadrian06 7d29fdf719 use $this instead of self
1 month ago
fadrian06 f047d22fab simplify docblocks
1 month ago
fadrian06 98e20c6ad1 import Exception
1 month ago
fadrian06 a3423b4cdf update license docblock
1 month ago
fadrian06 cd2072e409 update mikecao copyright
1 month ago
fadrian06 a1faf4f00b fix: Failed asserting that exception message 'Target directory is not writable' contains 'Invalid target path: contains directory traversal'.
1 month ago
n0nag0n 60bf7921f2 Throw when middleware class is missing or cannot be resolved
2 months ago
KnifeLemon 02fe881d27 fix wildcard routes being skipped by fast path method lookup closes #693
3 months ago
n0nag0n 924f231baa security fixes
4 months ago
fadrian06 14aa4cb4be fix all phpstan l6 errors
5 months ago
fadrian06 08904df138 ignore namespaces phpcs warning
5 months ago
fadrian06 b55540068e fix almost long lines phpcs warnings
5 months ago
fadrian06 29595ef9e1 composer exec phpcbf -- --standard=PSR2
5 months ago
fadrian06 17b300680d apply lsp-intelephense format to flight folder
5 months ago
Mr Percival a3f47bc902 Ignore LiMIT when using RETURNING
7 months ago
n0nag0n dd39d4adad fixed spacing
7 months ago
n0nag0n ff17dd591d Added SimplePdo class to replace PdoWrapper
7 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.
9 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)
10 months ago
n0nag0n a8b61f2561 Merge branch 'master' of https://github.com/KnifeLemon/core
10 months ago
n0nag0n 671fea075c adjustments for security, 100% coverage and phpcs
10 months ago
KnifeLemon 5ccc8fba98 Merge branch 'master' of https://github.com/KnifeLemon/core
10 months ago
KnifeLemon dc56ca2c4a fix: allow non-string types in Response::write() to prevent TypeError
10 months ago
KnifeLemon 82daf71d0a
Apply suggestions from code review
10 months ago
KnifeLemon 9ab2695d48 fix: add null coalescing for undefined superglobals
10 months ago
KnifeLemon 42ad8ae23f refactor: simplify upload_max_filesize unit conversion with fallthrough switch
10 months ago
KnifeLemon 144327da78 Revert "fix: add null coalescing for undefined superglobals"
10 months ago
KnifeLemon a1e1c5010a Merge branch 'master' of https://github.com/KnifeLemon/core
10 months ago
KnifeLemon 66a91e042c Revert to previous code
10 months ago
KnifeLemon 2c980eb7ed Revert to previous code
10 months ago
KnifeLemon bbf5204da6 fix: initialize tmp_name as empty string instead of null
10 months ago
KnifeLemon 41dc0e3678
Apply suggestions from code review
10 months ago
KnifeLemon 847a0d51f0 fix: add null coalescing for undefined superglobals
10 months ago
KnifeLemon 68b9306d30
Apply suggestions from code review
10 months ago
KnifeLemon 106955a82e add multipart parsing for PUT/PATCH/DELETE methods and comprehensive tests
10 months ago
KnifeLemon ca46fd041d fix file upload handling to preserve array format for single files
10 months ago
KnifeLemon f0bd5dda81 fixed multiple file upload errors
10 months ago