| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add user authentication with email verification and password reset | Thomas Vanbesien | 2026-03-21 | 1 | -0/+10 |
| | | | | | | | 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 | 4 | -0/+77 |
| 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. | |||||
