website/pkg/controller/forum
Noah Petherbridge c37d0298b0 User Forums Blocking Behavior + Misc Fixes
Make some adjustments to blocking behavior regarding the forums:

* Pre-existing bug: on a forum's home page (threads list), if a thread was
  created by a blocked user, the thread still appeared with the user's name and
  picture visible. Now: their picture and name will be "[unavailable]" but the
  thread title/message and link to the thread will remain. Note: in the thread
  view itself, posts by the blocked user will be missing as normal.
* Make some tweaks to allow forum moderators (and owners of user-owned forums)
  able to see messages from blocked users on their forum:
  * In threads: a blocked user's picture and name are "[unavailable]" but the
    content of their message is still shown, and can be deleted by moderators.

Misc fixes:

* Private photos: when viewing your granted/grantee lists, hide users whose
  accounts are inactive or who are blocked.
* CertifiedSince: in case a user was manually certified but their cert photo
  status is not correct, return their user CreatedAt time instead.
2024-08-28 18:42:49 -07:00
..
add_edit.go Thread Moderator Buttons: Pin and Lock 2024-08-23 22:56:40 -07:00
browse.go Spit and polish 2024-08-26 21:36:48 -07:00
forum.go Spit and polish 2024-08-26 21:36:48 -07:00
forums.go Spit and polish 2024-08-26 21:36:48 -07:00
manage.go Code cleanup 2024-08-23 22:56:41 -07:00
moderators.go Code cleanup 2024-08-23 22:56:41 -07:00
new_post.go Forum Memberships & My List 2024-08-23 22:56:40 -07:00
newest.go User Forums: Newest Tab, Moderators 2024-08-23 22:56:40 -07:00
search.go Testing feature flags 2024-08-23 22:56:41 -07:00
subscribe.go Minor improvements 2024-08-23 22:56:40 -07:00
thread.go User Forums Blocking Behavior + Misc Fixes 2024-08-28 18:42:49 -07:00