website/pkg/controller/photo
Noah Petherbridge 1b3e8cb250 Private Photo Sharing Improvements
* Add a user privacy setting so they can gate who is allowed to share private
  photos with them (for people who dislike unsolicited shares):
  * Anybody (default)
  * Friends only
  * Friends + people whom they have sent a DM to (on the main website)
  * Nobody
* Add gating around whether to display the prompt to unlock your private photos
  while you are viewing somebody's gallery:
  * The current user needs at least one private photo to share.
  * The target user's new privacy preference is taken into consideration.
* The "should show private photo share prompt" logic is also used on the actual
  share page, e.g. for people who manually paste in a username to share with.
  You can not grant access to private photos which don't exist.
* Improve the UI on the private photo shares page.
  * Profile cards to add elements from the Member Directory page, such as a
    Friends and Liked indicator.
  * A count of the user's Private photos is shown, which links directly to
    their private gallery.
* Add "Decline" buttons to the Shared With Me page: so the target of a private
  photo share is able to remove/cancel shares with them.
2024-10-19 12:44:47 -07:00
..
batch_edit.go Code cleanup 2024-10-04 21:22:52 -07:00
certification.go More adjusting email sending behavior 2024-09-09 20:59:46 -07:00
edit_delete.go Batch Edit/Delete Photos + Misc Fixes 2024-10-04 21:17:20 -07:00
mark_explicit.go User endpoint to flag photos that should be Explicit 2024-03-16 13:29:28 -07:00
private.go Private Photo Sharing Improvements 2024-10-19 12:44:47 -07:00
site_gallery.go Photo View Counters 2024-09-25 22:46:33 -07:00
upload.go Delete the inner circle 2024-08-10 11:54:37 -07:00
user_gallery.go Private Photo Sharing Improvements 2024-10-19 12:44:47 -07:00
view.go Tweak admin permissions and photo view counts 2024-09-28 12:45:20 -07:00