Commit graph

35 commits

Author SHA1 Message Date
2372a113d2
Account for trailing slashes in URLs. 2025-03-23 03:55:57 +00:00
2bb9cccf18
Fixed route matching issues. 2025-03-23 03:38:11 +00:00
d99562db16
Fixed null handling. 2025-03-22 19:59:44 +00:00
8df1d32304
Rewrote argument resolver in the dependency manager to account for torrent tracker edge case. 2025-03-21 18:19:04 +00:00
1ee6dc8115
Added test for weird edge case (which isn't triggering awesome). 2025-03-21 00:04:27 +00:00
d54ca02b38
Implemented access control handling. 2025-03-19 21:24:52 +00:00
c481a9eb3a
Added tests for empty multipart/form-data. 2025-03-15 02:48:59 +00:00
c2a79a1076
Added output postprocessors. 2025-03-15 02:41:14 +00:00
ee48bb5bd6
Implemented default processors for form handling. 2025-03-15 02:10:16 +00:00
d56be84bbb
multipart/form-data implementation 2025-03-12 20:56:48 +00:00
4f092a3259
Added processors. 2025-03-07 23:39:15 +00:00
a5f9e9121d
Added assert for the reason phrase because I noticed it was empty for 405 earlier in testing. 2025-03-07 00:32:06 +00:00
2b481fee4d
Changes to route and filter registration flow. 2025-03-07 00:25:00 +00:00
bdb66bc1ba
Renamed existing concept of middleware to filters. 2025-03-02 02:08:45 +00:00
ee540d8137
Removed scoping from router (will be replaced by something else). 2025-02-28 22:44:56 +00:00
84eb2b2f40
Adjusted the HTTP message implementations to use the PSR-7 interfaces. 2025-02-28 20:44:09 +00:00
5fdc679b7c
Removed aliases in the Router interface as well. 2025-02-27 22:00:09 +00:00
b84628e747
Removed aliases of HttpRoute. 2025-02-27 21:52:44 +00:00
6d7ac38d27 Updated to PHP 8.4 and some other overhauls. 2025-01-18 21:57:27 +00:00
f31b3a41d4 Updated to PHPstan 2.x and fixed type annotations accordingly. 2024-12-02 01:30:36 +00:00
c43c6eb334 Also added COUNTRY_CODE (i forgor in the previous commit). 2024-10-05 14:10:08 +00:00
efe7d181d4 Expose REMOTE_ADDR and HTTPS in HttpRequest. 2024-10-05 13:58:24 +00:00
2a84a614be Fixed oversights. 2024-10-02 02:09:21 +00:00
57f8c69ca0 Fixed middleware on / issue. 2024-08-18 16:41:02 +00:00
3952dd96e8 Updated to PHP 8.3 and added cache provider requirements to the README. 2024-07-31 18:12:46 +00:00
09fc6b3958 Fixed routes with similar regexes not being able to match. 2024-04-02 17:27:06 +00:00
9b57fbb42c Removed old router code. 2024-03-30 16:24:34 +00:00
f71f3fcf9e Revert "Reverted Router changes."
This reverts commit d9f7cd5037.
2023-09-11 20:34:16 +00:00
d9f7cd5037 Reverted Router changes. 2023-09-11 20:32:16 +00:00
405724ec3f Removed router merging. 2023-09-11 20:08:15 +00:00
923484c7ac Added middleware support to attribute registry. 2023-09-08 00:09:23 +00:00
a4e39d5e56 Allow repeat Route attributes. 2023-09-07 22:37:04 +00:00
0710597062 Added abstract RouteHandler and documentation. 2023-09-07 22:22:41 +00:00
32254bf398 Added routing through attributes. 2023-09-07 22:08:31 +00:00
ac2255d24d Imported into new repository. 2022-09-13 15:13:11 +02:00