website/pkg/models
Noah Petherbridge 666d3105b7 Privacy Improvements and Notification Fixes
* On user profile pages and gallery: the total photo count for the user
  will only include photos that the viewer can actually see (taking into
  account friendship and private grants), so that users won't harass
  each other to see the additional photos that aren't visible to them.
* On the member directory search: the photo counts will only show public
  photos on their page for now, and may be fewer than the number of
  photos the current user could actually see.
* Blocklist: you can now manually add a user by username to your block
  list. So if somebody blocked you on the site and you want to block
  them back, there is a way to do this.
* Friends: you can now directly unfriend someone from their profile
  page by clicking on the "Friends" button. You get a confirmation
  popup before the remove friend action goes through.
* Bugfix: when viewing a user's gallery, you were able to see their
  Friends-only photos if they granted you their Private photo access,
  even if you were not their friend.
* Bugfix: when uploading a new private photo, instead of notifying
  everybody you granted access to your privates it will only notify
  if they are also on your friend list.
2023-08-14 18:50:34 -07:00
..
backfill Raise photo cap to 100, fix filesize storage 2022-12-06 21:50:42 -08:00
deletion Fix bug when deleting user accounts if they own forum threads 2023-02-24 16:54:27 -08:00
admin_scopes.go Admin Groups & Permissions 2023-08-01 20:39:48 -07:00
blocklist.go CachedBlocklist support for the chat room 2023-07-30 10:33:04 -07:00
certification.go Fix Gallery checkbox always checking itself + small fixes 2023-05-24 18:40:27 -07:00
comment_photo.go Raise photo cap to 100, fix filesize storage 2022-12-06 21:50:42 -08:00
comment.go More Private User Avatars 2022-09-08 21:42:20 -07:00
data_backfills.go Raise photo cap to 100, fix filesize storage 2022-12-06 21:50:42 -08:00
feedback.go Rename the module 2022-08-25 21:21:46 -07:00
forum_recent.go Fix Gallery checkbox always checking itself + small fixes 2023-05-24 18:40:27 -07:00
forum_stats.go Recent Forum Posts 2022-08-30 22:13:57 -07:00
forum.go Fix Gallery checkbox always checking itself + small fixes 2023-05-24 18:40:27 -07:00
friend.go Privacy Improvements and Notification Fixes 2023-08-14 18:50:34 -07:00
like.go Likes on Comments, and other minor improvements 2022-08-29 20:00:15 -07:00
message.go Ability to delete DMs and minor spit & polish 2022-12-20 21:11:43 -08:00
models.go Admin Groups & Permissions 2023-08-01 20:39:48 -07:00
notification.go Clear/Delete Notifications, Private Photo Fixes 2023-08-04 18:54:04 -07:00
pagination.go Better comment notification links 2023-06-15 19:40:40 -07:00
photo.go Privacy Improvements and Notification Fixes 2023-08-14 18:50:34 -07:00
poll_votes.go Wrap Up Polls Support 2022-12-20 19:15:45 -08:00
poll.go Wrap Up Polls Support 2022-12-20 19:15:45 -08:00
private_photo.go Clear/Delete Notifications, Private Photo Fixes 2023-08-04 18:54:04 -07:00
profile.go User Photo Gallery & Management 2022-08-12 23:11:36 -07:00
subscription.go RemoteAddr fixes 2022-09-26 19:41:07 -07:00
thread.go Admin Groups & Permissions 2023-08-01 20:39:48 -07:00
user_inner_circle.go Admin Groups & Permissions 2023-08-01 20:39:48 -07:00
user_relationship.go Forum Reply Enhancements + Better Pagers 2022-09-10 12:09:46 -07:00
user.go Admin Groups & Permissions 2023-08-01 20:39:48 -07:00