| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add rate limiting on login and password reset endpoints | Thomas Vanbesien | 2026-03-22 | 1 | -0/+32 |
| | | | | | | | Track attempts per IP in a rate_limits table with a sliding time window. Login allows 5 failed attempts per 15 min, password reset allows 3 requests per 15 min. Old entries are purged automatically. | ||||
| * | Add upload security: size limit, per-user and site-wide post caps | Thomas Vanbesien | 2026-03-22 | 1 | -0/+28 |
| | | | | | | | 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. | ||||
| * | Replace home page with redirect to gallery or login | Thomas Vanbesien | 2026-03-21 | 1 | -9/+6 |
| | | |||||
| * | Add likes, comments, email notifications, and pagination to gallery | Thomas Vanbesien | 2026-03-21 | 1 | -1/+88 |
| | | |||||
| * | Add user's own posts grid and post deletion to editor page | Thomas Vanbesien | 2026-03-21 | 1 | -1/+36 |
| | | |||||
| * | Add editor with webcam/upload capture, overlay compositing, and gallery feed | Thomas Vanbesien | 2026-03-21 | 2 | -0/+189 |
| | | |||||
| * | Add profile page for editing username, email, password, and notifications | Thomas Vanbesien | 2026-03-21 | 2 | -8/+176 |
| | | |||||
| * | Add user authentication with email verification and password reset | Thomas Vanbesien | 2026-03-21 | 1 | -0/+229 |
| | | | | | | | 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 | 1 | -0/+21 |
| 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. | |||||
