website/pkg/config
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
..
admin_labels.go Admin labels on photos surrounding explicit flags 2024-10-02 16:22:19 -07:00
admin_scopes_test.go Admin Transparency Page 2024-05-09 15:50:46 -07:00
admin_scopes.go Delete the inner circle 2024-08-10 11:54:37 -07:00
config.go Function to re-sign photo URLs on profile pages 2024-10-13 19:50:11 -07:00
enum.go Bugfix when removing all chat moderation rules 2024-09-20 20:32:56 -07:00
geo_gate.go Geogate kill switch 2023-07-01 16:35:35 -07:00
page_sizes.go User Forums: Sort options and pagination 2024-08-26 20:47:14 -07:00
variable.go Signed and Authenticated Static Photo URLs 2024-10-03 18:04:14 -07:00