threadr.lostcave.ddnss.de/templates/pages
Joca 9138dfe650
Remove CSRF, add password change, admin user management
Stripped all CSRF token generation, injection, and validation since it
breaks behind Apache reverse proxy. Removed handlers/csrf.go, stripped
CSRFToken from PageData, removed validateCSRFToken from all POST handlers,
and cleaned up hidden inputs and JS CSRF references.

Added self-service password change at /password/ with current-password
verification and bcrypt update. New Password link in navbar.

Extended admin panel with user management: lists all users with join dates
and allows admins to delete other users (self-deletion blocked). Added
GetAllUsers() and DeleteUser() to models.
2026-05-13 18:01:03 -03:00
..
about.html UI: Add Phase 1 QOL improvements 2026-01-15 22:39:30 -03:00
admin.html Remove CSRF, add password change, admin user management 2026-05-13 18:01:03 -03:00
board.html Remove CSRF, add password change, admin user management 2026-05-13 18:01:03 -03:00
boards.html Remove CSRF, add password change, admin user management 2026-05-13 18:01:03 -03:00
chat.html Remove CSRF, add password change, admin user management 2026-05-13 18:01:03 -03:00
home.html UI: Add Phase 1 QOL improvements 2026-01-15 22:39:30 -03:00
login.html Remove CSRF, add password change, admin user management 2026-05-13 18:01:03 -03:00
news.html Remove CSRF, add password change, admin user management 2026-05-13 18:01:03 -03:00
password.html Remove CSRF, add password change, admin user management 2026-05-13 18:01:03 -03:00
preferences.html Remove CSRF, add password change, admin user management 2026-05-13 18:01:03 -03:00
profile.html UI: Add Phase 1 QOL improvements 2026-01-15 22:39:30 -03:00
profile_edit.html Remove CSRF, add password change, admin user management 2026-05-13 18:01:03 -03:00
signup.html Remove CSRF, add password change, admin user management 2026-05-13 18:01:03 -03:00
thread.html Remove CSRF, add password change, admin user management 2026-05-13 18:01:03 -03:00
userhome.html Add admin-controlled signup toggle and hide signup links. 2026-04-19 14:03:24 -03:00