website/pkg/controller/account
Noah Petherbridge 481bd0ae61 Deactivate Account; Friends Lists on Profiles
* Add a way for users to temporarily deactivate their accounts, in a
  recoverable way should they decide to return later.
* A deactivated account may log in but have limited options: to
  reactivate their account, permanently delete it, or log out.
* Fix several bugs around the display of comments, messages and
  forum threads for disabled, banned, or blocked users:
  * Messages (inbox and sentbox) will be hidden and the unread indicator
    will not count unread messages the user can't access.
  * Comments on photos and forum posts are hidden, and top-level threads
    on the "Newest" tab will show "[unavailable]" for their text and
    username.
  * Your historical notifications will hide users who are blocked, banned
    or disabled.
* Add a "Friends" tab to user profile pages, to see other users' friends.
  * The page is Certification Required so non-cert users can't easily
    discover any members on the site.
2023-10-22 15:02:24 -07:00
..
age_gate.go Fix age gate page to defend against common user error 2023-06-20 12:12:58 -07:00
dashboard.go Two Factor Authentication 2023-09-18 17:22:50 -07:00
deactivate.go Deactivate Account; Friends Lists on Profiles 2023-10-22 15:02:24 -07:00
delete.go Rename the module 2022-08-25 21:21:46 -07:00
friends.go Deactivate Account; Friends Lists on Profiles 2023-10-22 15:02:24 -07:00
inner_circle.go Inner circle removal requests 2023-10-14 11:37:01 -07:00
login.go Deactivate Account; Friends Lists on Profiles 2023-10-22 15:02:24 -07:00
profile.go Deactivate Account; Friends Lists on Profiles 2023-10-22 15:02:24 -07:00
reset_password.go Rename the module 2022-08-25 21:21:46 -07:00
search.go Show currently on chat indicators 2023-09-13 23:13:02 -07:00
settings.go Blur explicit videos + GIF auto-play option 2023-09-24 11:41:19 -07:00
signup.go Maintenance Mode + Blockable Admin Scope 2023-08-16 22:09:04 -07:00
two_factor.go Two Factor Authentication 2023-09-18 17:22:50 -07:00
user_note.go Deactivate Account; Friends Lists on Profiles 2023-10-22 15:02:24 -07:00