1
0
Fork 0
website/pkg/middleware
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 Age gate: collect birthdates retroactively and on new signup 2023-06-16 13:05:33 -07:00
authentication.go Deactivate Account; Friends Lists on Profiles 2023-10-22 15:02:24 -07:00
csrf.go Fix GIF and PNG uploads 2023-06-25 23:03:41 -07:00
disabled_account.go Deactivate Account; Friends Lists on Profiles 2023-10-22 15:02:24 -07:00
geo_gate.go Geogate kill switch 2023-07-01 16:35:35 -07:00
logging.go Initial commit 2022-08-09 22:32:19 -07:00
maintenance.go Maintenance Mode + Blockable Admin Scope 2023-08-16 22:09:04 -07:00
recovery.go Rename the module 2022-08-25 21:21:46 -07:00
session.go Rename the module 2022-08-25 21:21:46 -07:00