website/pkg
Noah Petherbridge 742a5fa1af Auto-Disconnect Users from Chat
Users whose accounts are no longer eligible to be in the chat room will be
disconnected immediately from chat when their account status changes.

The places in nonshy where these disconnects may happen include:

* When the user deactivates or deletes their account.
* When they modify their settings to mark their profile as 'private,' making
  them become a Shy Account.
* When they edit or delete their photos in case they have moved their final
  public photo to be private, making them become a Shy Account.
* When the user deletes their certification photo, or uploads a new cert photo
  to be reviewed (in both cases, losing account certified status).
* When an admin user rejects their certification photo, even retroactively.
* On admin actions against a user, including: banning them, deleting their
  user account.

Other changes made include:

* When signing up an account and e-mail sending is not enabled (e.g. local
  dev environment), the SignupToken is still created and logged to the console
  so you can continue the signup manually.
* On the new account DOB prompt, add a link to manually input their birthdate
  as text similar to on the Age Gate page.
2024-03-15 15:57:05 -07:00
..
chat Auto-Disconnect Users from Chat 2024-03-15 15:57:05 -07:00
config Change Logs 2024-02-25 17:03:36 -08:00
controller Auto-Disconnect Users from Chat 2024-03-15 15:57:05 -07:00
encryption Two Factor Authentication 2023-09-18 17:22:50 -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 Rename the module 2022-08-25 21:21:46 -07:00
markdown Forums: Basic Support WIP 2022-08-23 22:55:19 -07:00
middleware Add DB indexes and request time to page footer 2024-03-03 17:58:18 -08:00
models Add DB indexes and request time to page footer 2024-03-03 17:58:18 -08:00
photo Scale profile pictures to a consistent size 2023-10-29 12:42:21 -07:00
ratelimit Contact form antispam 2022-09-26 19:12:24 -07:00
redis RemoteAddr fixes 2022-09-26 19:41:07 -07:00
router Change Logs 2024-02-25 17:03:36 -08:00
session Add DB indexes and request time to page footer 2024-03-03 17:58:18 -08:00
templates Add DB indexes and request time to page footer 2024-03-03 17:58:18 -08:00
utility Fix duration pretty printing and number shortening 2023-12-21 17:12:34 -08:00
worker Go 1.22 upgrade 2024-02-10 16:17:15 -08: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