-
Describe the four sessionless auth pages, so the caret has somewhere to start
-
Let the renderer write the site header, and delete the hand-written one
-
Correct stale comments across server, tests and mnw-admin
-
Let a plain form log in
-
Name the class of email you cannot opt out of, in code and to the user
-
Read notification preferences from subscriptions, not columns
-
Choose rate limits at runtime, so CI tests the limiter that ships
-
Alert on security signals instead of accumulating them
-
Exorcise sweep: strip AI tells from server copy, comments, and docs
-
server: adopt lint block, fix clippy, fmt
-
Bump the tower/axum middleware cluster (server, kberg)
-
Format the tree with rustfmt and add the lint + supply-chain gates