website/pkg/controller/account
Noah Petherbridge 1ee8acf060 Various quick fixes
* Signup: if entering an existing email, don't admit that the email
  exists. Instead, send a specialized email to its address.
* Search: no longer search for users by email address.
* Login: always hash the incoming password on user not found, to take
  constant time compared to when the user did exist.
* Fix a pagination bug when a private (shy account) views a non-friend's
  photo gallery.
2023-08-15 17:33:33 -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 Clear/Delete Notifications, Private Photo Fixes 2023-08-04 18:54:04 -07:00
delete.go Rename the module 2022-08-25 21:21:46 -07:00
inner_circle.go Update some wording 2023-05-24 11:35:22 -07:00
login.go Various quick fixes 2023-08-15 17:33:33 -07:00
profile.go Privacy Improvements and Notification Fixes 2023-08-14 18:50:34 -07:00
reset_password.go Rename the module 2022-08-25 21:21:46 -07:00
search.go Various quick fixes 2023-08-15 17:33:33 -07:00
settings.go DM Privacy + Settings Page Tabs 2023-06-23 22:18:09 -07:00
signup.go Various quick fixes 2023-08-15 17:33:33 -07:00