v0.0.9
19 June 2026
Static public file mirror system, plus admin login cleanup.
Added
- A static public file mirror: public
StoredFiles get copied intosite/public/files/, so the web server can serve them directly instead of routing every request through PHP. phlat files:rebuildcommand to regenerate the mirror.
Changed
- Old auth code removed from
FileStoreandStoredFile. - A standalone login form added to the
uiaddon, plus cleanup across the admin addon's login, logout, media, search, settings, and users views.