Changelog
2026-06-15
Removed the database config.
Moved JWK list to the .env file.
Updated libraries.
core-js needs approval i guess
Removed public directory.
Removed additional references to common.js.
Replaced Commitment with Promise.
Turn more things off so it actually runs on Firefox 10 ESR.
Cleaned up array utils.
Reduced globals from html.js.
Source the data sent in the auth packet from the env file.
Initial conversion to Webpack.
Make the source urls in ?common= configurable again.
Rewrote the auth code again.
2026-06-14
Fixed client attempting to send requests to dead API endpoint.
Updated packages.
2026-06-13
Bumped version.
Limit JSON error pages to the api subdomain and plain errors for uploads subdomains.
Altered chat login flow a little bit.
2026-06-10
Fixed potentially undefined constant in ScheduledTaskCommand.
Fixed phpstan.neon paths list.
Moved startup routine to a function in the Misuzu class and removed misuzu.php.
Cleaned up posting.php and allow editing of soft deleted topics/posts.
2026-06-09
Actually update lockfiles...
Fixed preferences not actually saving.
Added a preferences system for the forum.
Cleaned up the Forum namespace a little bit.
Fixed user broomcloset not showing errors and refined required permissions to impersonate.
2026-06-08
Rewrote the Patchii webhook stuff.
Fixed forum posting editing being broken.