Changelog
2025-02-11
Added ability to filter search by topic.
2025-02-09
Use .env file instead of local config.
Moved constants out of misuzu.php.
No longer use random anonymous object for asset info.
Moved database methods into own context class.
Cleaned up use statements in misuzu context.
Added user name history beginnings.
Fixed detections.
Moved passwords out of the users table.
2025-02-08
Made timestamps be at the end of the users table like every other table.
Moved profile about sections into their own table.
Moved forum signatures into dedicated table.
Fixed query oversights.
Included new tables in account data exports.
Added id to the audit logs table.
Ran PHPstan checks.
Moved birthdate into separate table.
That's not nullable, oops.
2025-02-07
Made database column names more consistent across the board.
Removed unused CSS stuff.
2025-02-06
Removed 'is'.
Moved a bunch of information to the forum.
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.