website/pkg/controller
Noah Petherbridge 7869ff83ba Signed and Authenticated Static Photo URLs
* Add support for authenticated static photo URLs, leveraging the NGINX module
  ngx_http_auth_request. The README is updated with an example NGINX config
  how to set this up on the proxy side.
* In settings.json a new SignedPhoto section is added: not enabled by default.
* PhotoURL will append a ?jwt= token to the /static/photos/ path for the
  current user, which expires after 30 seconds.
* When SignedPhoto is enabled, it will enforce that the JWT token is valid and
  matches the username of the current logged-in user, or else will return with
  a 403 Forbidden error.
2024-10-03 18:04:14 -07:00
..
account Tweak admin permissions and photo view counts 2024-09-28 12:45:20 -07:00
admin Improvements on community flagged explicit photos 2024-10-01 20:44:11 -07:00
api Signed and Authenticated Static Photo URLs 2024-10-03 18:04:14 -07:00
block Notification when admin users are blocked 2024-09-10 15:43:34 -07:00
chat Signed and Authenticated Static Photo URLs 2024-10-03 18:04:14 -07:00
comment Optimize sorting gallery by Likes/Comments via caching 2024-09-21 17:25:36 -07:00
forum User Forums: Enable PermitPhotos for all forum owners 2024-09-28 12:58:52 -07:00
friend Web Push Notifications 2024-07-20 19:44:22 -07:00
htmx HTMX lazy load for user statistics card 2024-04-24 20:36:37 -07:00
inbox Web Push Notifications 2024-07-20 19:44:22 -07:00
index Improve message reporting format 2024-09-26 21:05:27 -07:00
photo Admin labels on photos surrounding explicit flags 2024-10-02 16:22:19 -07:00
poll Wrap Up Polls Support 2022-12-20 19:15:45 -08:00
version Rename the module 2022-08-25 21:21:46 -07:00