threadr.lostcave.ddnss.de/templates/pages
Joca 7b0528ef36
feat: Add file-based avatar system
- A new `files` table to store metadata about uploaded files, including original name and hash.
- The `users` table is updated to reference a `pfp_file_id` from the new `files` table, removing the insecure `pfp_url` field.
- A new `/file` endpoint and handler (`handlers/file.go`) are created to serve files securely based on their ID, preventing direct file system access.
- Profile editing (`handlers/profile_edit.go` and `templates/pages/profile_edit.html`) is updated to handle file uploads instead of URL inputs.
- The chat feature (`models/chat.go` and `templates/pages/chat.html`) is updated to work with the new file ID system, ensuring avatars are displayed correctly.
Should also fix #68.
2025-06-21 16:21:21 -03:00
..
about.html about page: move all page content into config/about.template, also rewrite most of said content 2025-06-15 02:47:16 +02:00
board.html Implemented features for creating and deleting boards and threads, removed thread types, enhanced CSS for boards and comments 2025-06-15 02:44:03 +02:00
boards.html Implemented features for creating and deleting boards and threads, removed thread types, enhanced CSS for boards and comments 2025-06-15 02:44:03 +02:00
chat.html feat: Add file-based avatar system 2025-06-21 16:21:21 -03:00
home.html Initial Commit 2025-06-15 02:37:02 +02:00
login.html Initial Commit 2025-06-15 02:37:02 +02:00
news.html Create admin user, admin can edit news blotter 2025-06-15 02:41:36 +02:00
profile.html feat: Add file-based avatar system 2025-06-21 16:21:21 -03:00
profile_edit.html feat: Add file-based avatar system 2025-06-21 16:21:21 -03:00
signup.html Initial Commit 2025-06-15 02:37:02 +02:00
thread.html Implemented features for creating and deleting boards and threads, removed thread types, enhanced CSS for boards and comments 2025-06-15 02:44:03 +02:00
userhome.html Initial Commit 2025-06-15 02:37:02 +02:00