|
42adbe5da8
|
More specific phpstan ignore rules.
|
2025-04-02 10:41:10 +00:00 |
|
|
ea549dd0eb
|
Added Snowflake ID generators.
|
2025-03-26 01:40:42 +00:00 |
|
|
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 |
|
|
cc351a2f05
|
Made FormContent iterable.
|
2025-03-15 00:00:53 +00:00 |
|
|
3bb955d61e
|
Fixed PHPstan detection.
|
2025-03-14 23:27:15 +00:00 |
|
|
63170fe412
|
Added proper tests for multipart.
|
2025-03-12 22:08:52 +00:00 |
|
|
d56be84bbb
|
multipart/form-data implementation
|
2025-03-12 20:56:48 +00:00 |
|
|
d5b5efab46
|
Test for cookie strings and allow taking a $_SERVER variable in HttpRequest::fromRequest.
|
2025-03-08 20:12:57 +00:00 |
|
|
346b8a52e2
|
Home grown query/form string encoder.
|
2025-03-08 00:57:00 +00:00 |
|
|
4f092a3259
|
Added processors.
|
2025-03-07 23:39:15 +00:00 |
|
|
d0b9b2d556
|
Added HandlerContext and ->call method on Dependencies.
|
2025-03-07 02:42:45 +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 |
|
|
028c98c437
|
Added UriInterface implementation.
|
2025-02-28 02:20:30 +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 |
|
|
7096db3114
|
Added method to retrieve all instances of a compatible dependency.
|
2025-01-22 10:40:10 +00:00 |
|
|
94107b7130
|
Fixed type signatures.
|
2025-01-22 00:16:30 +00:00 |
|
|
de73cd19f3
|
Added dependency resolver.
|
2025-01-22 00:03:39 +00:00 |
|
|
39232c0662
|
Improved type signatures on XArray methods.
|
2025-01-21 23:45:14 +00:00 |
|
|
6d7ac38d27
|
Updated to PHP 8.4 and some other overhauls.
|
2025-01-18 21:57:27 +00:00 |
|
|
004156712b
|
Rewrote Base62 algorithm to avoid errors with very big numbers.
|
2024-12-22 02:02:53 +00:00 |
|
|
365a455c94
|
Fixed strange rounding error between PHP 8.3 and 8.4.
|
2024-12-02 01:37:08 +00:00 |
|
|
f31b3a41d4
|
Updated to PHPstan 2.x and fixed type annotations accordingly.
|
2024-12-02 01:30:36 +00:00 |
|
|
40cbd35ba3
|
Switch to in-memory db for polyfill test.
|
2024-10-21 18:15:09 +00:00 |
|
|
2f577d97cc
|
Attempt at polyfilling MariaDB functions for SQLite.
|
2024-10-21 18:12:23 +00:00 |
|
|
17cdb4d1c2
|
Added non-Misuzu specific raw RGB conversion methods.
|
2024-10-19 16:04:17 +00:00 |
|
|
f137dfaab5
|
Moved DbTools::detectType to DbType::detect.
|
2024-10-19 15:16:22 +00:00 |
|
|
bf7977f511
|
Added cache backends registry.
|
2024-10-18 20:56:56 +00:00 |
|
|
0ebd0fa298
|
Added database backends registry.
|
2024-10-18 20:47:29 +00:00 |
|
|
b4ff61ad96
|
Removed ability to use class paths as Cache DSN protocols.
|
2024-10-16 01:26:08 +00:00 |
|
|
c43b3b56b0
|
Removed ability to use class paths as DSN protocols.
|
2024-10-16 01:18:10 +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 |
|
|
d3e4d0985a
|
Imported Sasae into Index.
|
2024-10-04 23:39:36 +00:00 |
|
|
eec264ab98
|
Better filename for FsConfigTest test data.
|
2024-10-04 22:59:37 +00:00 |
|
|
9ed97e8575
|
Changed Data namespace to Db.
In case you wanted more breaking changes.
|
2024-10-04 22:35:57 +00:00 |
|
|
28d65263be
|
Imported Syokuhou into Index.
|
2024-10-04 22:28:27 +00:00 |
|
|
eb0f65c5ef
|
Some updates to the URL registry (feat. tests).
|
2024-10-04 20:43:28 +00:00 |
|