Changelog
2026-06-22
Remove XHR requests from the timings overlay after a minute.
Use absolute position for the page load overlay thing and stick it to the top instead.
2026-06-17
Fixed forum posting textbox being horizontally resizeable.
Moved category list builder into ForumContext for use outside of just fetching a json file.
Cleaned up root markup and styles.
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.