flash merged pull request flash/index#1 2025-03-20 02:48:31 +00:00
Third Major Router Rewrite
flash pushed to router-v3 at flash/index 2025-03-19 21:56:08 +00:00
14ae4508c5 Updated README.md to point to correct class name.
flash created pull request flash/index#1 2025-03-19 21:54:12 +00:00
Third Major Router Rewrite
flash pushed to router-v3 at flash/index 2025-03-19 21:25:44 +00:00
d54ca02b38 Implemented access control handling.
flash pushed to router-v3 at flash/index 2025-03-15 02:49:05 +00:00
c481a9eb3a Added tests for empty multipart/form-data.
flash pushed to router-v3 at flash/index 2025-03-15 02:41:24 +00:00
c2a79a1076 Added output postprocessors.
flash pushed to router-v3 at flash/index 2025-03-15 02:10:26 +00:00
ee48bb5bd6 Implemented default processors for form handling.
cc351a2f05 Made FormContent iterable.
3bb955d61e Fixed PHPstan detection.
Compare 3 commits »
flash pushed to router-v3 at flash/index 2025-03-12 22:09:31 +00:00
63170fe412 Added proper tests for multipart.
flash pushed to router-v3 at flash/index 2025-03-12 20:57:57 +00:00
d56be84bbb multipart/form-data implementation
f07a3ab50e Updated libraries.
ecc9d9a348 Improved HttpRequest casting code.
d5b5efab46 Test for cookie strings and allow taking a $_SERVER variable in HttpRequest::fromRequest.
Compare 4 commits »
flash pushed to router-v3 at flash/index 2025-03-08 00:57:11 +00:00
346b8a52e2 Home grown query/form string encoder.
flash pushed to router-v3 at flash/index 2025-03-07 23:39:24 +00:00
4f092a3259 Added processors.
69e22beb08 Removed old resolved route info class.
Compare 2 commits »
flash pushed to router-v3 at flash/index 2025-03-07 20:25:40 +00:00
6fec3889a6 Reverted errorHandler setter to a method.
fcfa275706 Always call the default result handler when returning.
eb73a41b88 Another small refactor to Allow handling.
Compare 3 commits »
flash pushed to router-v3 at flash/index 2025-03-07 20:06:16 +00:00
14464c2835 Forgot error handling.
flash pushed to router-v3 at flash/index 2025-03-07 20:01:37 +00:00
bc43662792 Redid base route pipeline.
flash pushed to router-v3 at flash/index 2025-03-07 02:43:00 +00:00
d0b9b2d556 Added HandlerContext and ->call method on Dependencies.
flash pushed to router-v3 at flash/index 2025-03-07 00:32:16 +00:00
a5f9e9121d Added assert for the reason phrase because I noticed it was empty for 405 earlier in testing.
flash pushed to router-v3 at flash/index 2025-03-07 00:26:53 +00:00
956cfd1a63 Fixed formatting errors caused by update-headers.
flash pushed to router-v3 at flash/index 2025-03-07 00:25:15 +00:00
2b481fee4d Changes to route and filter registration flow.
flash pushed to router-v3 at flash/index 2025-03-02 02:08:59 +00:00
bdb66bc1ba Renamed existing concept of middleware to filters.
flash pushed to router-v3 at flash/index 2025-02-28 22:45:10 +00:00
ee540d8137 Removed scoping from router (will be replaced by something else).
42f46cca78 Removed old HttpContent/Handler system.
13bb1dd13a Turned the existing HttpUploadedFile implementation into a compatibility layer.
Compare 3 commits »