website/pkg/controller/api
Noah 47f898561c Forum Photo Attachments
* Add support to upload a picture to forum posts and replies, in forums that
  have the PermitPhotos setting enabled.
* New DB table: CommentPhoto holds the association between a photo and a
  forum ID. Photos can be uploaded at preview time (before a CommentID is
  available) and get associated to the CommentID on save.
* Cron endpoint /v1/comment-photos/remove-orphaned can clean up orphaned
  photos without a CommentID older than 24 hours.
* Add "Photo Boards" as a default forum category for new boards.
2022-10-20 21:02:30 -07:00
..
auth.go Rename the module 2022-08-25 21:21:46 -07:00
json_layer.go Likes on Comments, and other minor improvements 2022-08-29 20:00:15 -07:00
likes.go Likes on Comments, and other minor improvements 2022-08-29 20:00:15 -07:00
orphaned_comment_photos.go Forum Photo Attachments 2022-10-20 21:02:30 -07:00
read_notification.go Rename the module 2022-08-25 21:21:46 -07:00
version.go Rename the module 2022-08-25 21:21:46 -07:00