website/pkg
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
..
chat Chat Moderation Rules + Shy Accounts on Chat 2024-09-19 19:30:02 -07:00
config Signed and Authenticated Static Photo URLs 2024-10-03 18:04:14 -07:00
controller Signed and Authenticated Static Photo URLs 2024-10-03 18:04:14 -07:00
encryption Signed and Authenticated Static Photo URLs 2024-10-03 18:04:14 -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 Admin labels on photos surrounding explicit flags 2024-10-02 16:22:19 -07:00
photo Scale profile pictures to a consistent size 2023-10-29 12:42:21 -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 Signed and Authenticated Static Photo URLs 2024-10-03 18:04:14 -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 Signed and Authenticated Static Photo URLs 2024-10-03 18:04:14 -07:00
utility Various minor tweaks 2024-09-27 17:37: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