website/pkg
Noah Petherbridge b7bee75e1f Function to re-sign photo URLs on profile pages
* With the new JWT signatures on photo URLs, it was no longer possible for
  creative users to embed their gallery photos on their profile page.
* Add a function to ReSignPhotoLinks that finds/replaces (on the server side)
  all references to paths under "/static/photos/" and gives them a fresh
  ?jwt= query string signature.
* Note: only applies to the profile page essays, ReSignPhotoLinks is a
  template func that must be opted-in on a per page basis.

Other miscellaneous fixes

* Add "Edit" buttons in the corners of profile cards, when the current user
  looks at their profile page. They link to URIs like
  "/settings#profile/about_me" which will now:
  1. Select the "Profile settings" tab like #profile
  2. Scroll and focus the profile essay field that the user clicked to edit.
2024-10-13 19:50:11 -07:00
..
chat Chat Moderation Rules + Shy Accounts on Chat 2024-09-19 19:30:02 -07:00
config Function to re-sign photo URLs on profile pages 2024-10-13 19:50:11 -07:00
controller Improve browser caching with signed JWT photo URLs 2024-10-05 20:24:45 -07:00
encryption Improve browser caching with signed JWT photo URLs 2024-10-05 20:24:45 -07:00
geoip Certification photo admin updates 2023-11-25 14:28:16 -08:00
log Private Profiles & Misc Improvements 2022-08-21 17:29:39 -07:00
mail Cloudflare CAPTCHA for account signup page 2024-05-20 13:29:02 -07:00
markdown Forums: Basic Support WIP 2022-08-23 22:55:19 -07:00
middleware Usage Statistics and Website Demographics 2024-09-11 19:28:52 -07:00
models Batch Edit/Delete Photos + Misc Fixes 2024-10-04 21:17:20 -07:00
photo Function to re-sign photo URLs on profile pages 2024-10-13 19:50:11 -07:00
ratelimit Various tweaks and improvements 2024-06-15 15:05:50 -07:00
redis RemoteAddr fixes 2022-09-26 19:41:07 -07:00
router Batch Edit/Delete Photos + Misc Fixes 2024-10-04 21:17:20 -07:00
session Usage Statistics and Website Demographics 2024-09-11 19:28:52 -07:00
spam Update search keywords 2024-07-26 16:16:10 -07:00
templates Function to re-sign photo URLs on profile pages 2024-10-13 19:50:11 -07:00
utility Improve browser caching with signed JWT photo URLs 2024-10-05 20:24:45 -07:00
webpush Web Push Notifications 2024-07-20 19:44:22 -07:00
worker Adopt a Forum 2024-08-23 22:56:40 -07:00
version.go Rename the module 2022-08-25 21:21:46 -07:00
webserver.go Rename the module 2022-08-25 21:21:46 -07:00