| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add upload security: size limit, per-user and site-wide post caps | Thomas Vanbesien | 2026-03-22 | 1 | -0/+7 |
| | | | | | | | Reject base64 payloads over 10 MB, limit users to 50 posts each, and cap total posts at 10,000 (~650 MB on disk). Document upload security model in README. | ||||
| * | Add likes, comments, email notifications, and pagination to gallery | Thomas Vanbesien | 2026-03-21 | 2 | -0/+98 |
| | | |||||
| * | Add editor with webcam/upload capture, overlay compositing, and gallery feed | Thomas Vanbesien | 2026-03-21 | 1 | -0/+71 |
| | | |||||
| * | Add profile page for editing username, email, password, and notifications | Thomas Vanbesien | 2026-03-21 | 1 | -0/+26 |
| | | |||||
| * | Add user authentication with email verification and password reset | Thomas Vanbesien | 2026-03-21 | 1 | -0/+118 |
| Implements registration, login/logout, email verification via token, and password reset flow. Includes CSRF protection, flash messages, MailPit for dev email testing, and security docs in README. | |||||
