Changelog
2025-02-06
Switched to ipv4.flashii.net instead of ipv4.flash.moe.
2025-02-02
Moved common JS and CSS to separate file.
Removed RPC stuff for Flashii ID.
Improved flow for using OAuth2 while logged out.
Only serve ID stuff on main domain and just redirect the id.flashii.net URLs.
Added deprecation notice and WIP SFX stuff I never finished.
Fixed chat login using Bearer token.
Added missing housekeeping cronjob.
Merged OAuth2 handling into Misuzu.
2025-01-30
Updated lockfile.
Speedrunned Bluesky integration for news posts.
Explicitly disable templating cache for tools/render-tpl.
Fixed broom closet index being visible while logged out???
Redid HTTP error pages.
Added Bluesky link where the Twitter link used to be.
Updated Font Awesome.
Added template layer below the master template in preparation for other things.
2025-01-29
Bump VERSION.
Initial implementation of the dependency injector thingy.
Added Data suffix where applicable.
Updated Index version.
Okay oops nevermind that should be a major version.
Updated to Index v0.2501.
Deprecated the dedicated redirector project.
Built redirector service into Misuzu.
Updated libraries.
Removed old build script leftovers.
Read remote address from the right place.
Added ability to scope RoutingContext.
2025-01-28
Replaced all $_SERVER/$_GET reads with filter_input in public/index.php.