| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace home page with redirect to gallery or login | Thomas Vanbesien | 2026-03-21 | 1 | -3/+0 |
| | | |||||
| * | Add likes, comments, email notifications, and pagination to gallery | Thomas Vanbesien | 2026-03-21 | 2 | -21/+63 |
| | | |||||
| * | Add user's own posts grid and post deletion to editor page | Thomas Vanbesien | 2026-03-21 | 1 | -0/+15 |
| | | |||||
| * | Add editor with webcam/upload capture, overlay compositing, and gallery feed | Thomas Vanbesien | 2026-03-21 | 2 | -0/+89 |
| | | |||||
| * | Add profile page for editing username, email, password, and notifications | Thomas Vanbesien | 2026-03-21 | 1 | -0/+59 |
| | | |||||
| * | Add user authentication with email verification and password reset | Thomas Vanbesien | 2026-03-21 | 6 | -1/+79 |
| | | | | | | | 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. | ||||
| * | Initial project scaffold | Thomas Vanbesien | 2026-03-21 | 2 | -0/+38 |
| Set up MVC architecture with front controller, router, autoloader, database singleton, and Docker Compose stack (Nginx + PHP-FPM + MariaDB). Includes DB schema, responsive layout, dev tooling (php-cs-fixer, parallel-lint), and documentation. | |||||
