yap-blog/drizzle/meta
matt 6d84ae1224 Add author accounts with per-tag posting rights
The seeded account is the single admin; it can create author accounts
on the new /admin/users page (username + password) and grant each one
access to specific tags. Authors sign in to a Posts-only panel where
they can write, edit, publish, and unpublish their own posts — every
post must carry at least one granted tag, tags outside the grants are
rejected server-side, and only the admin can create tags or delete
posts (or anything else: pages, comments, settings, and backups stay
admin-only). Admin-only URLs bounce authors to their post list, and
foreign post editors 404.

posts.author_id records ownership; deleting an account keeps its posts
as unowned, admin-managed rows and signs the account out everywhere.
Backups (export v3) store the owner's username per post and re-attach
ownership on import when the account still exists.

Also fixes a latent form bug: a missing newTags field (author forms
don't render it) failed zod validation with an invisible error.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-04 22:10:02 -04:00
..
0000_snapshot.json Build yap-blog platform 2026-07-02 21:32:33 -04:00
0001_snapshot.json Build yap-blog platform 2026-07-02 21:32:33 -04:00
0002_snapshot.json Build yap-blog platform 2026-07-02 21:32:33 -04:00
0003_snapshot.json Build yap-blog platform 2026-07-02 21:32:33 -04:00
0004_snapshot.json Add moderated threaded comments 2026-07-04 21:08:08 -04:00
0005_snapshot.json Add author accounts with per-tag posting rights 2026-07-04 22:10:02 -04:00
_journal.json Add author accounts with per-tag posting rights 2026-07-04 22:10:02 -04:00