Changelog
2024-12-22
Fixed type issues.
Rewrote Base62 algorithm to avoid errors with very big numbers.
2024-12-21
Include mime type in EEPROM uploads.
2024-12-20
Just use the media type provided by the uploader.
Use the remote address method in HttpRequest.
PHP 8.4 upgrades.
Fixed reference to thing that no longer exists.
Updated libraries.
Updated libraries.
2024-12-19
Bumped VERSION.
Shortcut for pagination appending.
Use nextParameter instead of addParameter and manually counting where possible.
Rewrote the Pagination handler.
2024-12-18
Moved forum index into the router.
Minor design update for roles list in settings.
Bumped VERSION.
Replaced confirm pages with dynamic requests on the forum.
2024-12-17
Added global <noscript> notice.
Made $x use significantly less ugly.
Final set of CSRFP -> CSRF renames, use headers instead of POST fields and build CSRF handling into the XHR wrapper.
Fixed migrations being impossible to run on a clean database.
2024-12-15
Updated .gitignore.
O-o-o-oversight
Fixed call to undefined method.
2024-12-11
Added bgcolor bbcode.
Updated packages.
Added bgcolor bbcode.
Updated packages.
2024-12-02
Raised checking level from 5 to 6.
Fixed PHPstan detections.