| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move uploads to a named Docker volumeHEADmaster | Thomas Vanbesien | 2026-03-24 | 5 | -11/+3 |
| * | Isolate database and mail behind internal Docker network | Thomas Vanbesien | 2026-03-24 | 1 | -2/+13 |
| * | Add rate limiting on login and password reset endpoints | Thomas Vanbesien | 2026-03-22 | 4 | -0/+116 |
| * | Add session cookie hardening and Nginx security headers | Thomas Vanbesien | 2026-03-22 | 3 | -0/+45 |
| * | Add chmod 600 guidance for .env file in README | Thomas Vanbesien | 2026-03-22 | 1 | -1/+6 |
| * | Add upload security: size limit, per-user and site-wide post caps | Thomas Vanbesien | 2026-03-22 | 3 | -0/+55 |
| * | Add favicon using webcam.svg | Thomas Vanbesien | 2026-03-22 | 2 | -0/+5 |
| * | Add environment variables, MailPit, and composer clarifications to README | Thomas Vanbesien | 2026-03-21 | 1 | -3/+22 |
| * | Replace home page with redirect to gallery or login | Thomas Vanbesien | 2026-03-21 | 2 | -12/+6 |
| * | Add likes, comments, email notifications, and pagination to gallery | Thomas Vanbesien | 2026-03-21 | 8 | -23/+336 |
| * | Add user's own posts grid and post deletion to editor page | Thomas Vanbesien | 2026-03-21 | 4 | -1/+97 |
| * | Add editor with webcam/upload capture, overlay compositing, and gallery feed | Thomas Vanbesien | 2026-03-21 | 20 | -1/+773 |
| * | Add profile page for editing username, email, password, and notifications | Thomas Vanbesien | 2026-03-21 | 6 | -8/+345 |
| * | Add user authentication with email verification and password reset | Thomas Vanbesien | 2026-03-21 | 16 | -1/+670 |
| * | Initial project scaffold | Thomas Vanbesien | 2026-03-21 | 24 | -0/+644 |