Changelog
2025-10-02
forgor to remove swc-loader as well
Updated libraries and switched to esbuild for JS processing.
2025-09-26
Enabled CORS on the device authorization request endpoint.
2025-09-24
Fixed msz_[us]id always been set to be removed.
2025-09-22
Updated libraries.
Fixed error 500 when making a request to an OAuth2 endpoint without a client_id.
2025-09-21
localhost is a secure context
Added commands for scope management.
Added commands for managing API apps.
2025-09-13
Bumped VERSION.
Removed unused modules.
Rewrote the PM list code to use EventTarget.
Fixed this to use an Error object.
Restructured code for sidebar buttons in the PM system.
Massively cleaned up the code for embeds.
Removed EventHandler and Watchers stuff from embed classes.
Converted Video embed classes to ES6 format.
Use EventTarget instead of Watchers in audio embed code.
2025-09-10
Bumped VERSION.
Use locally included font files again instead of the Railgun fonts experiment.
Moved fontawesome stuff to its own CSS file for better caching.
Moved Broom Closet CSS out of the misuzu.css.
2025-09-09
Updated libraries in general and to Font Awesome v7.
Don't need this on a button.
Removed unused url.
2025-09-06
Fixed missing variable.
Rewrote JS for the profile pages.
Cleaned up profile header code a bit.
Switched to new include syntax.
2025-09-05
Split user not found profile state into a separate template.