website/web/templates/account
Noah Petherbridge cbdabe791e Improve Signed Photo URLs
* The photo signing JWT tokens carry more fields to validate against:
  * The username the token is assigned to (or '@' for anyone)
  * An 'anyone' boolean for widely public images, such as for the chat room
    and public profile pages.
  * A short filename hash of the image in question (whether a Photo or a
    CommentPhoto) - so that the user can't borrow a JWT token from the chat
    room and reveal a different picture.
* Refactored where the VisibleAvatarURL function lives, to avoid a cyclic
  dependency error.
  * Originally: (*models.User).VisibleAvatarURL(other *models.User)
  * Now: (pkg/photo).VisibleAvatarURL(user, currentUser *models.User)
2024-10-03 20:14:34 -07:00
..
age_gate.html Auto-Disconnect Users from Chat 2024-03-15 15:57:05 -07:00
block_list_add.html Dark Theme fixes for MS Edge 2024-08-22 22:53:37 -07:00
block_list.html Update admin icon from gavel to peace 2023-08-30 13:30:24 -07:00
dashboard.html Improvements on community flagged explicit photos 2024-10-01 20:44:11 -07:00
deactivate.html Dark Theme fixes for MS Edge 2024-08-22 22:53:37 -07:00
delete.html Dark Theme fixes for MS Edge 2024-08-22 22:53:37 -07:00
forgot_password.html Dark Theme fixes for MS Edge 2024-08-22 22:53:37 -07:00
friends.html Delete the inner circle 2024-08-10 11:54:37 -07:00
login.html Dark Theme fixes for MS Edge 2024-08-22 22:53:37 -07:00
my_user_notes.html Dark Theme fixes for MS Edge 2024-08-22 22:53:37 -07:00
profile.html Improve Signed Photo URLs 2024-10-03 20:14:34 -07:00
search.html Notification when admin users are blocked 2024-09-10 15:43:34 -07:00
settings.html Web Push Notifications: Disable script when impersonated 2024-09-14 12:07:18 -07:00
signup.html Dark Theme fixes for MS Edge 2024-08-22 22:53:37 -07:00
two_factor_login.html Dark Theme fixes for MS Edge 2024-08-22 22:53:37 -07:00
two_factor_setup.html Dark Theme fixes for MS Edge 2024-08-22 22:53:37 -07:00
user_notes.html Dark Theme fixes for MS Edge 2024-08-22 22:53:37 -07:00