aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add likes, comments, email notifications, and pagination to galleryThomas Vanbesien2026-03-218-23/+336
|
* Add user's own posts grid and post deletion to editor pageThomas Vanbesien2026-03-214-1/+97
|
* Add editor with webcam/upload capture, overlay compositing, and gallery feedThomas Vanbesien2026-03-2120-1/+773
|
* Add profile page for editing username, email, password, and notificationsThomas Vanbesien2026-03-216-8/+345
|
* Add user authentication with email verification and password resetThomas Vanbesien2026-03-2116-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 scaffoldThomas Vanbesien2026-03-2124-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.