flash pushed to master at flashii/apii-php 2025-03-20 17:06:03 +00:00
d330e07925 Updated OAuth2 to use base site URL instead of API subdomain and switched to Guzzle.
flash pushed tag v5.0.0 to flashii/rpcii-php 2025-03-20 04:13:45 +00:00
flash pushed to master at flashii/rpcii-php 2025-03-20 04:13:39 +00:00
02a1895e7a Use Guzzle for HTTP requests.
261c6bc871 Updated to router v3.
Compare 2 commits »
flash pushed tag v0.2503.200328 to flash/index 2025-03-20 03:29:21 +00:00
flash pushed to trunk at flash/index 2025-03-20 03:29:18 +00:00
201c6e0ab3 Fixed legacy query string encoding.
flash pushed tag v0.2503.200311 to flash/index 2025-03-20 03:11:35 +00:00
flash pushed to trunk at flash/index 2025-03-20 03:11:27 +00:00
71435ba877 Expose getParamString on UrlEncodedFormContent.
flash pushed to trunk at flash/index 2025-03-20 02:52:10 +00:00
fe6c62e1c0 Update readme to reflect proper minimum PHP version.
flash pushed tag v0.2503.192123 to flash/index 2025-03-20 02:50:35 +00:00
flash pushed to trunk at flash/index 2025-03-20 02:48:32 +00:00
9d82faf30b Merge pull request 'Third Major Router Rewrite' (#1) from router-v3 into trunk
14ae4508c5 Updated README.md to point to correct class name.
d54ca02b38 Implemented access control handling.
c481a9eb3a Added tests for empty multipart/form-data.
c2a79a1076 Added output postprocessors.
Compare 34 commits »
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.