| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | | | | | | 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 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 |
| | | | | | | | 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 | 24 | -0/+644 |
| 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. | |||||
