website/pkg
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
..
config Forum Photo Attachments 2022-10-20 21:02:30 -07:00
controller Forum Photo Attachments 2022-10-20 21:02:30 -07:00
log Private Profiles & Misc Improvements 2022-08-21 17:29:39 -07:00
mail Rename the module 2022-08-25 21:21:46 -07:00
markdown Forums: Basic Support WIP 2022-08-23 22:55:19 -07:00
middleware Don't ping LastLoginAt when impersonated 2022-09-07 22:19:26 -07:00
models Forum Photo Attachments 2022-10-20 21:02:30 -07:00
photo RemoteAddr fixes 2022-09-26 19:41:07 -07:00
ratelimit Contact form antispam 2022-09-26 19:12:24 -07:00
redis RemoteAddr fixes 2022-09-26 19:41:07 -07:00
router Forum Photo Attachments 2022-10-20 21:02:30 -07:00
session Fix panic on CSRF middleware failure 2022-09-26 19:46:05 -07:00
templates Forum Reply Enhancements + Better Pagers 2022-09-10 12:09:46 -07:00
utility Rename the module 2022-08-25 21:21:46 -07:00
version.go Rename the module 2022-08-25 21:21:46 -07:00
webserver.go Rename the module 2022-08-25 21:21:46 -07:00