website/pkg/controller/photo
Noah Petherbridge f0e69f78da Certification: Secondary Photo ID Workflow
* Add an Admin Certification Photo workflow where we can request the user to
  upload a secondary form of ID (government issued photo ID showing their
  face and date of birth).
* An admin rejection option can request secondary photo ID.
* It sends a distinct e-mail to the user apart from the regular rejection email
* It flags their cert photo as "Secondary Needed" forever: even if the user
  removes their cert photo and starts from scratch, it will immediately request
  secondary ID when uploading a new primary photo.
* Secondary photos are deleted from the server on both Approve and Reject by
  the admin account, for user privacy.
* If approved, a Secondary Approved=true boolean is stored in the database. This
  boolean is set to False if the user deletes their cert photo in the future.
2024-05-26 12:34:00 -07:00
..
certification.go Certification: Secondary Photo ID Workflow 2024-05-26 12:34:00 -07:00
edit_delete.go Remove from inner circle when deleting all your pictures 2024-04-13 10:44:09 -07:00
mark_explicit.go User endpoint to flag photos that should be Explicit 2024-03-16 13:29:28 -07:00
private.go Go 1.22 upgrade 2024-02-10 16:17:15 -08:00
site_gallery.go Ability to find your "Likes" on the Site Gallery 2024-04-27 19:06:17 -07:00
upload.go Alt Text for Photos 2024-03-15 22:02:24 -07:00
user_gallery.go Go 1.22 upgrade 2024-02-10 16:17:15 -08:00
view.go Don't show blocked users on Likes lists 2023-09-17 22:28:21 -07:00