aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/Views/partials
Commit message (Collapse)AuthorAgeFilesLines
* Add likes, comments, email notifications, and pagination to galleryThomas Vanbesien2026-03-211-0/+20
|
* Add user authentication with email verification and password resetThomas Vanbesien2026-03-211-0/+8
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.